43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
site_name: Tandoor Recipes
|
|
site_description: Tandoor Recipe Documentation
|
|
site_author: vabene1111
|
|
repo_url: https://github.com/vabene1111/recipes
|
|
edit_uri: https://github.com/vabene1111/recipes/tree/develop/docs
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
|
|
theme:
|
|
name: material
|
|
repo: fontawesome/brands/github
|
|
logo: logo_color.svg
|
|
favicon: logo_color.svg
|
|
palette:
|
|
scheme: slate
|
|
|
|
|
|
|
|
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
|
|
- Import/Export: features/import_export.md
|
|
- System:
|
|
- Updating: system/updating.md
|
|
- Permission System: system/permissions.md
|
|
- Backup: system/backup.md
|
|
- Contributing: contribute.md |