-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
69 lines (68 loc) · 1.8 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
site_name: ioBroker Adapter Development
copyright: Copyright © 2021 ioBroker project
repo_url: https://github.com/ioBroker/dev-docs
edit_uri: edit/main/docs/
theme:
name: material
favicon: assets/images/favicon.ico
logo: assets/images/logo.png
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
extra_css:
- assets/stylesheets/extra.css
plugins:
- search
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
- redirects:
redirect_maps:
'index.md': 'getting-started/01-installation.md'
- include_dir_to_nav
- git-revision-date-localized
markdown_extensions:
- attr_list
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
extra:
version:
provider: mike
default: stable
social:
- icon: fontawesome/brands/github
link: https://github.com/ioBroker
- icon: fontawesome/regular/comments
link: https://forum.iobroker.net/category/8/entwicklung
- icon: fontawesome/brands/discord
link: https://discord.gg/Ne3y6fUac3
name: Developer Channel on Discord
- icon: fontawesome/brands/telegram
link: https://t.me/ioBroker_development
name: Developer Group on Telegram
nav:
- Getting started: getting-started
- Development: development
- Concepts: concepts
- Guidelines: guidelines
- How tos: how-tos