TandoorRecipes/mkdocs.yml
2021-01-28 15:11:38 +01:00

40 lines
1.1 KiB
YAML

site_name: Recipes
site_description: Documentation for Recipes
site_author: vabene1111
repo_url: https://github.com/vabene1111/recipes
edit_uri: https://github.com/vabene1111/recipes/tree/develop/docs
theme:
name: material
palette:
scheme: slate
primary: green
accent: deep orange
logo: cookbook/static/favicon.png
favicon: cookbook/static/favicon.ico
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
nav:
- Home: 'index.md'
- Installation:
- Docker: install/docker.md
- Unraid: install/unraid.md
- Synology: install/synology.md
- Kubernetes: install/kubernetes.md
- Manual: install/manual.md
- Other setups: install/other.md
- Features:
- Tempalating: features/templating.md
- Shopping: features/shopping.md
- Authentication: features/authentication.md
- Storages and Sync: features/external_recipes.md
- System:
- Updating: system/updating.md
- Permission System: system/permissions.md
- Backup: system/backup.md
- Contributing: contribute.md