1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 07:39:41 +02:00
mealie/docs/mkdocs.yml

50 lines
1.6 KiB
YAML
Raw Normal View History

2021-01-03 20:07:36 -09:00
site_name: Mealie Docs
2020-12-24 16:37:38 -09:00
theme:
2021-01-08 22:57:59 -09:00
features:
- navigation.expand
2021-01-03 20:07:36 -09:00
favicon: img/favicon.png
2020-12-24 16:37:38 -09:00
name: material
icon:
logo: material/silverware-variant
2020-12-24 16:37:38 -09:00
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
2020-12-24 19:32:49 -09:00
- def_list
2020-12-24 16:37:38 -09:00
- pymdownx.highlight
- pymdownx.superfences
2020-12-24 19:32:49 -09:00
- pymdownx.tasklist:
custom_checkbox: true
2020-12-24 16:37:38 -09:00
- admonition
2021-02-24 17:51:37 -09:00
- attr_list
2020-12-24 16:37:38 -09:00
extra_css:
- stylesheets/custom.css
repo_url: https://github.com/hay-kot/mealie
repo_name: hay-kot/mealie
nav:
- About The Project: "index.md"
- Getting Started:
- Installation: "getting-started/install.md"
- Working With Recipes: "getting-started/recipes.md"
2021-02-24 17:51:37 -09:00
- iOS Shortcuts: "getting-started/iOS.md"
- Planning Meals: "getting-started/meal-planner.md"
- Site Settings: "getting-started/site-settings.md"
- Backups and Exports: "getting-started/backups-and-exports.md"
- Recipe Migration: "getting-started/migration-imports.md"
- API Reference:
2021-01-08 22:57:59 -09:00
- API Usage: "api/api-usage.md"
2021-01-07 19:51:19 -09:00
- API Documentation: "api/docs/index.html"
- Contributors Guide:
- Non-Code: "contributors/non-coders.md"
- Translating: "contributors/translating.md"
- Developers Guide:
- Code Contributions: "contributors/developers-guide/code-contributions.md"
- Dev Getting Started: "contributors/developers-guide/starting-dev-server.md"
- Guidelines: "contributors/developers-guide/general-guidelines.md"
- Development Road Map: "roadmap.md"
- Change Log: "changelog.md"