-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
80 lines (71 loc) · 1.72 KB
/
mkdocs.yml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Project information
site_name: "Tom's Homeassistatant Config"
site_description: "Tom's Homeassistatant Config and Custom card's."
site_author: 'Ned_Tom'
edit_uri: "https://github.com/Ned-Tom/hass-config/tree/main/docs"
# Theme
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
primary: blue
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
primary: indigo
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- content.code.annotate
- "navigation.tabs"
# Plugins
plugins:
- i18n:
default_language: en
languages:
en:
name: English
build: true
nl:
name: Dutch
build: true
material_alternate: true
nav_translations:
nl:
"Home": "Start"
# "": ""
# "": ""
"My config": "Mijn configuratie"
"Custom cards": "Aangepaste Kaarten"
"Setup": "Instalatie"
# Markdown Extensions
markdown_extensions:
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.emoji
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# # navigatie
# nav:
# - "Home" : "index.md"
# - "Custom cards":
# - ". | custom_cards/**.md"
# Repository
repo_name: 'Ned-Tom/hass-config'
repo_url: 'https://github.com/Ned-Tom/hass-config'
# Copyright
copyright: 'Copyright © 2022 Ned_Tom'