21 lines
402 B
YAML
21 lines
402 B
YAML
site_name: ZipponDB Documentation
|
|
site_url: https://docs.bouvai.com
|
|
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
|