generated from readthedocs/tutorial-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
52 lines (50 loc) · 1.89 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
site_name: HASS.Agent
site_description: Documentation for the HASS.Agent project, a Windows-based client for Home Assistant. Provides notifications, quick actions, commands, sensors and more.
site_author: LAB02-Research
theme:
name: readthedocs
nav:
- Home: index.md
- 'introduction.md'
- 'installation.md'
- 'configuration.md'
- 'installation-and-configuration-summary.md'
- 'updating.md'
- 'usage.md'
- 'screenshots.md'
- 'clean-slate.md'
- 'troubleshooting.md'
- 'performance-counter-debugging.md'
- 'translating.md'
- 'Examples':
- Misc Examples: 'examples.md'
- WMI Examples: 'wmi-examples.md'
- ActiveWindowSensor - Multiple Processes: 'examples/activewindowsensor-multiple-processes.md'
- Adjust Screen Brightness: 'examples/adjust-screen-brightness.md'
- PC Card: 'examples/pc-card.md'
- PC State Cards: 'examples/pc-state.md'
- 'Commands':
- 'commands/command-basics.md'
- 'commands/actions-usage-and-examples.md'
- 'commands/elevated-custom-command.md'
- 'Integration':
- 'integration/introduction.md'
- 'integration/installation.md'
- 'integration/configuration.md'
- 'integration/debugging.md'
- 'Media Player':
- 'mediaplayer/mediaplayer-usage-and-examples.md'
- 'Notifications':
- 'notifications/notification-usage-and-examples.md'
- 'notifications/new/notification-actionable.md'
- 'notifications/new/notification-debugging.md'
- 'Notifications Legacy':
- 'notifications/notification-debugging-client-side.md'
- 'notifications/notification-debugging-ha-side.md'
- 'notifications/notification-debugging-ssl.md'
- 'Development':
- 'development/introduction.md'
- 'development/commands.md'
- 'development/sensors.md'
- 'End':
- Home: 'index.md'