2022-11-21 15:08:53 +01:00
|
|
|
site_name: Docs
|
2022-11-19 18:07:39 +01:00
|
|
|
theme:
|
|
|
|
name: material
|
2022-11-21 15:08:53 +01:00
|
|
|
logo: assets/paxcounter_logo_white.svg
|
2022-11-19 18:07:39 +01:00
|
|
|
features:
|
2022-11-21 11:01:04 +01:00
|
|
|
- navigation.instant
|
2022-11-19 18:07:39 +01:00
|
|
|
- navigation.tracking
|
2022-11-21 23:05:57 +01:00
|
|
|
- navigation.indexes
|
|
|
|
- content.code.annotate
|
2022-11-20 19:15:53 +01:00
|
|
|
palette:
|
|
|
|
# Palette toggle for light mode
|
|
|
|
- media: "(prefers-color-scheme: light)"
|
|
|
|
scheme: default
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-7
|
|
|
|
name: Switch to dark mode
|
|
|
|
|
|
|
|
# Palette toggle for dark mode
|
|
|
|
- media: "(prefers-color-scheme: dark)"
|
|
|
|
scheme: slate
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-4
|
|
|
|
name: Switch to system preference
|
|
|
|
primary: indigo
|
2022-11-19 18:07:39 +01:00
|
|
|
nav:
|
|
|
|
- Intro: index.md
|
|
|
|
- Hardware: hardware.md
|
2022-11-20 19:15:53 +01:00
|
|
|
- Getting Started: getting-started.md
|
|
|
|
- Display & LED: display-led.md
|
2022-11-20 21:23:43 +01:00
|
|
|
- Legal note: legalnote.md
|
2022-11-21 23:05:57 +01:00
|
|
|
- Configuration:
|
|
|
|
- configuration/index.md
|
2022-11-21 23:14:51 +01:00
|
|
|
- Custom Sensors: configuration/custom-sensors.md
|
2022-11-19 18:07:39 +01:00
|
|
|
- Integrations: integrations.md
|
|
|
|
- Payload Format: payloadformat.md
|
|
|
|
- Remote control: remotecontrol.md
|
2022-11-20 21:23:43 +01:00
|
|
|
- Licence & Credits: license-credits.md
|
2022-11-20 19:15:53 +01:00
|
|
|
- Releases: releases.md
|
2022-11-19 18:07:39 +01:00
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- pymdownx.highlight:
|
|
|
|
anchor_linenums: true
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.snippets
|
|
|
|
- pymdownx.superfences
|
|
|
|
- attr_list
|
|
|
|
- md_in_html
|
2022-11-20 19:15:53 +01:00
|
|
|
- admonition
|
|
|
|
- pymdownx.details
|
2022-11-21 18:36:58 +01:00
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
2022-11-19 18:07:39 +01:00
|
|
|
|
2022-11-21 18:36:58 +01:00
|
|
|
repo_url: https://github.com/cyberman54/ESP32-Paxcounter
|