great-ai/mkdocs.yml
2022-07-08 11:09:38 +02:00

37 lines
784 B
YAML

site_name: GreatAI documentation
repo_url: https://github.com/schmelczer/great-ai
edit_uri: edit/main/docs/
theme:
name: "material"
custom_dir: docs/overrides
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- git-revision-date-localized:
- mkdocstrings
- search
- mkdocs-jupyter:
include_source: true
# allow_errors: false
# execute: false
# execute_ignore: "my-secret-files/*.ipynb"
# theme: dark
nav:
- Home: index.md
- tutorials.md
- How-To Guides: how-to-guides.md
- reference.md
- explanation.md
- Notebook page: simple-mag/train.ipynb