-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
139 lines (129 loc) · 3.89 KB
/
Copy pathmkdocs.yaml
File metadata and controls
139 lines (129 loc) · 3.89 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
site_name: System Link
site_description: !ENV SITE_DESCRIPTION
site_author: Joshua Cowie-Willox
site_url: https://jcwillox.github.io/system-link
repo_name: jcwillox/system-link
repo_url: https://github.com/jcwillox/system-link
edit_uri: edit/main/docs/
copyright: Copyright © Joshua Cowie-Willox
extra:
social:
- icon: material/coffee
link: https://ko-fi.com/jcwillox
- icon: fontawesome/brands/github
link: https://github.com/jcwillox
theme:
name: material
icon:
logo: material/bridge
favicon: assets/logo.png
features:
- navigation.tabs
- navigation.instant
- navigation.expand
- navigation.top
- navigation.sections
- navigation.tracking
- navigation.indexes
- navigation.path
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- content.tabs.link
palette:
- media: "(prefers-color-scheme)"
primary: blue
accent: cyan
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: cyan
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: cyan
toggle:
icon: material/weather-night
name: Switch to system preference
plugins:
- search
- tags
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- admonition
- attr_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
nav:
- Overview: index.md
- Getting Started: getting-started/index.md
- Components:
- Overview: components/index.md
- Sensors:
- Overview: components/sensors/index.md
- CPU: components/sensors/cpu.md
- Memory: components/sensors/memory.md
- Disk: components/sensors/disk.md
- Swap: components/sensors/swap.md
- ZFS Pool: components/sensors/zpool.md
- Uptime: components/sensors/uptime.md
- Battery: components/sensors/battery.md
- Custom: components/sensors/custom.md
- Binary Sensors:
- Overview: components/binary-sensors/index.md
- Status: components/binary-sensors/status.md
- Buttons:
- Overview: components/buttons/index.md
- Shutdown: components/buttons/shutdown.md
- Force Shutdown: components/buttons/force-shutdown.md
- Lock: components/buttons/lock.md
- Sleep: components/buttons/sleep.md
- Reload: components/buttons/reload.md
- Exit: components/buttons/exit.md
- Reset Topics: components/buttons/reset-topics.md
- Custom: components/buttons/custom.md
- Switches:
- Overview: components/switches/index.md
- Startup: components/switches/startup.md
- Cron: components/switches/cron.md
- Locks:
- Overview: components/locks/index.md
- Custom Lock: components/locks/custom.md
- Images:
- Overview: components/images/index.md
- Screen: components/images/screen.md
- Updaters:
- Overview: components/updaters/index.md
- Update: components/updaters/update.md
- Security:
- Overview: security/index.md
- Access Control: security/access-control.md
- Code Execution: security/code-execution.md
- Encryption: security/encryption.md
- Advanced:
- Overview: advanced/index.md
- Filters: advanced/filters.md
- Templates: advanced/templating.md
- Scheduled Tasks: advanced/scheduled-tasks.md
- Secrets: advanced/secrets.md
- Splitting Configuration: advanced/splitting-configuration.md
not_in_nav: |
snippets/*