mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-06-25 01:21:52 +02:00
90 lines
2.4 KiB
YAML
90 lines
2.4 KiB
YAML
site_name: Mushroom Strategy Documentation
|
|
site_url: https://digilive.github.io/mushroom-strategy/
|
|
site_description: The official documentation for Home Assistant's Mushroom Dashboard Strategy.
|
|
|
|
repo_url: https://github.com/DigiLive/mushroom-strategy/
|
|
edit_uri: edit/main/docs/
|
|
|
|
site_author: Ferry Cools
|
|
copyright: Copyright © 2024 - <script>document.write(new Date().getFullYear())</script> DigiLive. All Rights Reserved.
|
|
|
|
theme:
|
|
name: material
|
|
icon:
|
|
logo: material/mushroom
|
|
palette:
|
|
- media: '(prefers-color-scheme: light)'
|
|
scheme: default
|
|
primary: blue
|
|
accent: light blue
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
- media: '(prefers-color-scheme: dark)'
|
|
scheme: slate
|
|
primary: blue
|
|
accent: light blue
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
- media: '(prefers-color-scheme)'
|
|
toggle:
|
|
icon: material/brightness-auto
|
|
name: Switch to light/dark mode (auto)
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- toc.integrate
|
|
- toc.follow
|
|
- search.suggest
|
|
- search.highlight
|
|
- content.code.copy
|
|
- content.tabs
|
|
- content.action.edit
|
|
- content.footnote.tooltips
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Getting Started:
|
|
- Installation: getting-started/installation.md
|
|
- Basic Setup: getting-started/basic-setup.md
|
|
- Strategy Options:
|
|
- Overview: options/index.md
|
|
- Area Options: options/area-options.md
|
|
- Card Options: options/card-options.md
|
|
- Domain Options: options/domain-options.md
|
|
- Home View Options: options/home-view-options.md
|
|
- View Options: options/view-options.md
|
|
- Full Example: full-example.md
|
|
- FAQ: faq.md
|
|
- Contributing:
|
|
- contributing/index.md
|
|
- Getting Started: contributing/getting-started.md
|
|
- Workflow: contributing/workflow.md
|
|
- Code: contributing/code.md
|
|
- Documentation: contributing/documentation.md
|
|
- Translations: contributing/translations.md
|
|
|
|
markdown_extensions:
|
|
- toc:
|
|
permalink: '#'
|
|
- admonition
|
|
- pymdownx.superfences
|
|
- pymdownx.details
|
|
- footnotes
|
|
- attr_list
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
|
|
validation:
|
|
nav:
|
|
not_found: warn
|
|
links:
|
|
not_found: warn
|
|
anchors: warn
|
|
unrecognized_links: warn
|