„mkdocs.yml“ hinzufügen

main
Konrad 2023-02-17 11:12:10 +01:00
parent 9bccf77814
commit c59d8e3fbf
1 changed files with 55 additions and 0 deletions

55
mkdocs.yml Normal file
View File

@ -0,0 +1,55 @@
site_name: ioBroker KonzMo
repo_url: https://git.funky-konrad.de/HomeLab/iobroker/
repo_name: HomeLab/iobroker
nav:
- Home: index.md
- Getting Started: setup.md
- User Guide: user_guide.md
- Tech Specs: specs.md
- Firmware Update: update.md
- MQTT Topics: mqtt_topics.md
- Soldering: soldering.md
- Hardware Hacks: hardware_hacks.md
- Help: help.md
theme:
name: material
logo: assets/home_buttons_logo.svg
favicon: assets/home_buttons_logo.svg
features:
- content.code.annotate
- navigation.indexes
# Palette toggle for light mode
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: cyan
accent: orange
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: cyan
accent: orange
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
analytics:
provider:
property: