forked from MoonModules/MoonLight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
159 lines (150 loc) · 4.41 KB
/
mkdocs.yml
File metadata and controls
159 lines (150 loc) · 4.41 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
site_name: MoonLight
nav:
- Home: index.md
- "Getting Started":
- gettingstarted/overview.md
- gettingstarted/installation.md
- gettingstarted/hardware.md
- "MoonLight":
- moonlight/overview.md
- moonbase/module/lightsControl.md
- moonbase/module/effects.md
- moonbase/module/drivers.md
- moonbase/module/channels.md
- moonbase/module/liveScripts.md
- moonbase/module/moonLightInfo.md
- "MoonBase":
- moonbase/overview.md
- moonbase/filemanager.md
- moonbase/module/devices.md
- moonbase/module/tasks.md
- moonbase/module/pins.md
- "Connections":
- connections/mqtt.md
- connections/ntp.md
- "WiFi":
- wifi/sta.md
- wifi/ap.md
- "System":
- system/status.md
- system/metrics.md
- system/update.md
- "Develop":
- develop/overview.md
- develop/customizingsveltekit.md
- develop/pull-requests.md
- develop/documentation.md
- develop/modules.md
- develop/nodes.md
- develop/drivers.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: >-
Drive lots of lights or thousands of LEDs with stunning effects running on ESP32 microcontrollers. For creators who demand professional results without enterprise costs. Scales from small installations to large displays.
# 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:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: deep purple
accent: pink
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light 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:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.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
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
plugins:
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
copyright: |
Copyright © 2025 GPL-3.0 by <a href="https://github.com/MoonModules" target="_blank" rel="noopener">MoonModules</a> -
Copyright © 2025 GPL-3.0 by <a href="https://github.com/ewowi" target="_blank" rel="noopener">ewowi</a> -
Copyright © 2025 by <a href="https://github.com/theelims" target="_blank" rel="noopener">elims</a> -
<a href="#__consent">Change cookie settings</a>