mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-22 05:58:39 +01:00
61 lines
1.3 KiB
YAML
61 lines
1.3 KiB
YAML
site_name: NsPanel Lovelace UI Standalone Docs
|
|
site_description: Documentation for the standalone/Home Assistant add-on rewrite in nspanel-lovelace-ui.
|
|
site_author: Johannes Braun
|
|
site_url: https://jobr99.github.io/nspanel-lovelace-ui/standalone
|
|
|
|
repo_name: jobr99/nspanel-lovelace-ui
|
|
repo_url: https://github.com/jobr99/nspanel-lovelace-ui
|
|
edit_uri: ""
|
|
|
|
copyright: "Copyright © 2026 Johannes Braun"
|
|
|
|
docs_dir: docs
|
|
|
|
theme:
|
|
name: material
|
|
palette:
|
|
accent: blue
|
|
font:
|
|
text: "arial, sans-serif"
|
|
code: monospace
|
|
features:
|
|
- navigation.indexes
|
|
- navigation.sections
|
|
- navigation.top
|
|
- navigation.tracking
|
|
- navigation.expand
|
|
- search.highlight
|
|
- search.share
|
|
- search.suggest
|
|
|
|
extra_css:
|
|
- _assets/user.css
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- def_list
|
|
- attr_list
|
|
- pymdownx.tilde
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- pymdownx.magiclink
|
|
- toc:
|
|
permalink: true
|
|
- codehilite:
|
|
guess_lang: false
|
|
|
|
plugins:
|
|
- search:
|
|
lang: en
|
|
|
|
nav:
|
|
- "Overview": index.md
|
|
- "Getting Started": getting-started.md
|
|
- "Configuration": configuration.md
|
|
- "Migration from AppDaemon": migration-appdaemon.md
|
|
- "Screensaver": screensaver.md
|
|
- "Cards": cards.md
|
|
- "Entities": entities.md
|
|
- "Connection Modes": connection-modes.md
|
|
- "Troubleshooting": troubleshooting.md
|