44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
site_name: ZipponDB Documentation
|
|
site_url: https://MrBounty.github.io/ZipponDB/
|
|
repo_url: https://github.com/MrBounty/ZipponDB
|
|
theme:
|
|
name: material
|
|
logo: images/banner.png
|
|
features:
|
|
- search.suggest
|
|
- navigation.tabs # Makes navigation collapsible, but keeps sections open
|
|
- navigation.sections # Enable collapsible sections within the sidebar
|
|
- navigation.expand
|
|
- navigation.top
|
|
palette:
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
|
|
# Palette toggle for dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
markdown_extensions:
|
|
- attr_list
|
|
- md_in_html
|
|
- pymdownx.blocks.caption
|
|
- pymdownx.superfences # Often needed with Material for code highlighting
|
|
plugins:
|
|
- glightbox
|
|
- search
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Quickstart: Quickstart.md
|
|
- Schema: Schema.md
|
|
- ZipponQL: ZiQL.md
|
|
- Data types: Data type.md
|
|
- Commands: Commands.md
|
|
- Benchmark: Benchmark.md
|
|
- Roadmap: Roadmap.md
|