Skip to content

Commit a24f9f2

Browse files
committed
docs: add docs features
1 parent 2a7959b commit a24f9f2

4 files changed

Lines changed: 326 additions & 22 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ livingroom_controller:
3535
3636
You can check the documentation in [here](https://xaviml.github.io/controllerx/).
3737
38+
[![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=for-the-badge&logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/)
39+
3840
If you have any question, you can either [open an issue](https://github.com/xaviml/controllerx/issues/new/choose) or comment in [this topic](https://community.home-assistant.io/t/controllerx-bring-full-functionality-to-light-and-media-player-controllers/148855) from the Home Assistant community forum.
3941
4042
If you like this project, don't forget to star it :)

docs/mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,12 @@ theme:
6262
- content.code.annotate
6363
- content.action.edit
6464
- navigation.instant
65+
- navigation.instant.progress
6566
- navigation.tracking
6667
- navigation.tabs
6768
- navigation.indexes
6869
- navigation.top
70+
- toc.follow
6971
- search.suggest
7072
- search.highlight
7173
- search.share
@@ -89,6 +91,7 @@ theme:
8991

9092
plugins:
9193
- macros
94+
- social
9295
- gen-files:
9396
scripts:
9497
- gen_device_pages.py

0 commit comments

Comments
 (0)