forked from hacs/integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (40 loc) · 1.3 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
site_name: HACS
site_description: Home Assistant Community Store
repo_url: https://github.com/custom-components/hacs
site_url: https://custom-components.github.io/hacs
plugins: []
site_dir: site
markdown_extensions:
- toc:
permalink: true
baselevel: 1
theme:
name: mkdocs
highlightjs: true
hljs_languages:
- yaml
nav:
- Home: index.md
- Installation:
- Manual: installation/manual.md
- Terminal: installation/terminal.md
- Configuration: installation/configuration.md
- Usage:
- Overview: usage/overview.md
- Store: usage/store.md
- Settings: usage/settings.md
- Repository: usage/repository.md
- Gallery: usage/gallery.md
- Theming: usage/theming.md
- AppDaemon: usage/appdaemon.md
- FAQ: faq.md
- Developer?:
- General: developer/general.md
- AppDaemon developer: developer/appdaemon.md
- Integration developer: developer/integration.md
- Plugin developer: developer/plugin.md
- python_script developer: developer/python_script.md
- Theme developer: developer/theme.md
- Include default repositories: developer/include_default_repositories.md
- Blacklist a Repository: developer/blacklist_repository.md
- Issues: issues.md