-
-
Notifications
You must be signed in to change notification settings - Fork 582
/
mkdocs.yml
67 lines (61 loc) · 2 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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
plugins:
- include-markdown
- search
nav:
- Home: 'index.md'
- Installation:
- Docker: install/docker.md
- Unraid: install/unraid.md
- Synology: install/synology.md
- Kubernetes: install/kubernetes.md
- KubeSail or PiBox: install/kubesail.md
- TrueNAS Portainer: install/truenas_portainer.md
- WSL: install/wsl.md
- ArchLinux: install/archlinux.md
- HomeAssistant: install/homeassistant.md
- Manual: install/manual.md
- Other setups: install/other.md
- Features:
- Templating: features/templating.md
- Shopping: features/shopping.md
- Authentication: features/authentication.md
- Automation: features/automation.md
- Connectors: features/connectors.md
- Storages and Sync: features/external_recipes.md
- Import/Export: features/import_export.md
- Telegram bot: features/telegram_bot.md
- System:
- Configuration: system/configuration.md
- Updating: system/updating.md
- Migrate sqlite to postgres: system/migration_sqlite-postgres.md
- Permission System: system/permissions.md
- Backup: system/backup.md
- Contributing:
- Overview: contribute/contribute.md
- Translations: contribute/translations.md
- Documentation: contribute/documentation.md
- Code: contribute/guidelines.md
- Installation: contribute/installation.md
- IDE Setup:
- VSCode: contribute/vscode.md
- PyCharm: contribute/pycharm.md
- Related Projects: contribute/related.md
- FAQ: faq.md