ZipponDB/mkdocs.yml
2024-11-25 23:31:01 +01:00

21 lines
415 B
YAML

site_name: ZipponDB Documentation
site_url: https://MrBounty.github.io/ZipponDB/
theme:
name: readthedocs
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.blocks.caption
plugins:
- glightbox
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