d5a340bde1
* Dummy Commit * consolidate sidebar and app bar * fix image error * consolidate sidebar * new icon for user menu * fixes #329 * fix double click on mobile * swap to computed properties * fix open/close bug * rewrite search for mobile * fix ingredient checkbox * cleanup console.logs * set default lang + bump version * draft changelog * reword * update env variables Co-authored-by: hay-kot <hay-kot@pm.me>
87 lines
3.1 KiB
YAML
87 lines
3.1 KiB
YAML
site_name: Mealie
|
|
demo_url: https://mealie-demo.hay-kot.dev/
|
|
theme:
|
|
palette:
|
|
# Light mode
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: mealie
|
|
toggle:
|
|
icon: material/weather-night
|
|
name: Switch to dark mode
|
|
# Dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
toggle:
|
|
icon: material/weather-sunny
|
|
name: Switch to light mode
|
|
custom_dir: docs/overrides
|
|
features:
|
|
- navigation.top
|
|
- navigation.instant
|
|
- navigation.expand
|
|
- navigation.sections
|
|
- navigation.tabs
|
|
- navigation.tabs.sticky
|
|
favicon: assets/img/favicon.png
|
|
name: material
|
|
icon:
|
|
logo: material/silverware-variant
|
|
|
|
markdown_extensions:
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
- def_list
|
|
- pymdownx.highlight
|
|
- pymdownx.superfences
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- admonition
|
|
- attr_list
|
|
- pymdownx.tabbed
|
|
- pymdownx.superfences
|
|
|
|
extra_css:
|
|
- assets/stylesheets/custom.css
|
|
repo_url: https://github.com/hay-kot/mealie
|
|
repo_name: hay-kot/mealie
|
|
|
|
nav:
|
|
- Home: "index.md"
|
|
- Getting Started:
|
|
- Introduction: "getting-started/introduction.md"
|
|
- Installation: "getting-started/install.md"
|
|
- Updating: "getting-started/updating.md"
|
|
- Working With Recipes: "getting-started/recipes.md"
|
|
- Organizing Recipes: "getting-started/organizing-recipes.md"
|
|
- Planning Meals: "getting-started/meal-planner.md"
|
|
- iOS Shortcuts: "getting-started/ios.md"
|
|
- Site Administration:
|
|
- User Settings: "site-administration/user-settings.md"
|
|
- Site Settings: "site-administration/site-settings.md"
|
|
- Building Pages: "site-administration/building-pages.md"
|
|
- User Management: "site-administration/user-management.md"
|
|
- Backups and Restore: "site-administration/backups-and-exports.md"
|
|
- Recipe Migration: "site-administration/migration-imports.md"
|
|
- API Usage:
|
|
- Getting Started: "api-usage/getting-started.md"
|
|
- Home Assistant: "api-usage/home-assistant.md"
|
|
- Bulk Url Import: "api-usage/bulk-url-import.md"
|
|
- API Reference: "api/redoc.md"
|
|
- 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:
|
|
- v0.5.0 General Upgrades: "changelog/v0.5.0.md"
|
|
- v0.4.3 Hot Fix: "changelog/v0.4.3.md"
|
|
- v0.4.2 Backend/Migrations: "changelog/v0.4.2.md"
|
|
- v0.4.1 Frontend/UI: "changelog/v0.4.1.md"
|
|
- v0.4.0 Authentication: "changelog/v0.4.0.md"
|
|
- v0.3.0 Improvements: "changelog/v0.3.0.md"
|
|
- v0.2.0 Now With Tests!: "changelog/v0.2.0.md"
|
|
- v0.1.0 Beta: "changelog/v0.1.0.md"
|