forked from ffenix113/zigbee_home
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
25 lines (23 loc) · 729 Bytes
/
mkdocs.yml
File metadata and controls
25 lines (23 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
site_name: Zigbee_home
theme:
name: material
language: en
features:
- navigation.indexes
repo_url: https://github.com/ffenix113/zigbee_home
repo_name: ffenix113/zigbee_home
markdown_extensions:
# Definition lists (https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#definition-lists)
- def_list
# Admonitions (https://squidfunk.github.io/mkdocs-material/reference/admonitions/)
- admonition
- pymdownx.details
- pymdownx.superfences
# Emojis
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# Permalinks for page headings
- toc:
permalink: true