forked from theelims/ESP32-sveltekit
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathmkdocs.yml
More file actions
181 lines (171 loc) · 4.71 KB
/
mkdocs.yml
File metadata and controls
181 lines (171 loc) · 4.71 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
site_name: MoonLight
nav:
- Home: index.md
- "Getting Started":
- gettingstarted/overview.md
- gettingstarted/installer.md
- gettingstarted/hardware.md
- "MoonLight":
- moonlight/overview.md
- moonlight/lightscontrol.md
- moonlight/effects.md
- moonlight/modifiers.md
- moonlight/drivers.md
- moonlight/layouts.md
- moonlight/channels.md
- moonlight/livescripts.md
- moonlight/effects-tutorial.md
- moonlight/moonlightinfo.md
- "MoonBase":
- moonbase/overview.md
- moonbase/filemanager.md
- moonbase/devices.md
- moonbase/tasks.md
- moonbase/inputoutput.md
- "Network":
- network/sta.md
- network/ap.md
- network/ethernet.md
- network/mqtt.md
- network/ntp.md
- "System":
- system/status.md
- system/metrics.md
- system/coredump.md
- system/update.md
- "Develop":
- develop/overview.md
- develop/installation.md
- develop/development.md
- develop/standardsguidelines.md
- develop/workinprogress.md
- develop/CLAUDE.md
- develop/nodes.md
- develop/livescripts.md
- develop/modules.md
- develop/layers.md
- develop/drivers.md
- develop/network.md
- develop/architecture.md
- develop/sveltekit.md
- develop/documentation.md
- "ESP32 SvelteKit":
- esp32sveltekit.md
- "Build Tools":
- gettingstarted.md
- buildprocess.md
- "Front End":
- sveltekit.md
- structure.md
- stores.md
- components.md
- "Back End":
- statefulservice.md
- restfulapi.md
site_author: ewowi
site_description: >-
MoonLight is open-source software that lets you control a wide range of DMX and LED lights using ESP32 microcontrollers, for home, for artists, and for stages.
# Repository
repo_name: MoonModules/MoonLight
repo_url: https://github.com/MoonModules/MoonLight
theme:
name: material
logo: media/moonlight-logo.png
favicon: media/favicon.png
icon:
repo: fontawesome/brands/github
palette:
# Dark mode (default)
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
primary: deep purple
accent: pink
# Light mode
- scheme: default
toggle:
icon: material/weather-night
name: Switch to system preference
primary: deep purple
accent: pink
# Auto (system preference)
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-auto
name: Switch to dark mode
primary: deep purple
accent: pink
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- toc.follow
- toc.integrate
- navigation.top
- content.code.copy
- search.highlight
- search.share
# Add custom CSS for MoonLight styling
extra_css:
- stylesheets/moonlight.css
# Add this section to your existing mkdocs.yml
extra_javascript:
- javascripts/moonlight.js
markdown_extensions:
- attr_list
- md_in_html
- tables
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/MoonModules/MoonLight
name: GitHub Repository
- icon: fontawesome/brands/discord
link: https://discord.gg/TC8NSUSCdV
name: Discord Community
- icon: fontawesome/brands/reddit
link: https://reddit.com/r/moonmodules
name: Reddit Community
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@MoonModulesLighting
name: YouTube Channel
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
actions:
- accept
- reject
analytics:
provider: google
property: G-R6QYDG0126
copy_files:
- firmware/
plugins:
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
copyright: |
Copyright © 2026 GPL-3.0 by <a href="https://github.com/MoonModules" target="_blank" rel="noopener">MoonModules</a> -
<a href="#__consent">Change cookie settings</a>