-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
131 lines (131 loc) · 4.88 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
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
site_name: StarMod Project
site_author: Ewoud Wijma (ewowi)
#site_url: https://starmod.app
repo_name: StarBase
repo_url: https://github.com/ewowi/StarBase
repo_title: StarBase Repository
#copyright: Copyright © 2016-2024 MoonModules, Contributors
edit_uri: https://github.com/ewowi/StarDocs/edit/main/docs
theme:
name: material
custom_dir: docs/assets/overrides
language: en
favicon: assets/images/ui/starbase/favicon-16x16.png
logo: assets/images/ui/starbase/moonmodules.png
icon:
repo: fontawesome/brands/github
features:
- navigation.top
# - navigation.expand
- navigation.instant
- navigation.tabs
- content.action.edit
# - toc.integrate
palette:
- scheme: starbase
primary: cyan #mostly overriden in extra.css
accent: orange
toggle:
icon: material/weather-sunny
name: Light Mode
- scheme: default
primary: orange
accent: orange
toggle:
icon: material/weather-night
name: Dark Mode
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.details
- pymdownx.tilde
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/K9JBvgNG
name: Discord SR
- icon: fontawesome/brands/discourse
link: https://starbase.discourse.group/
name: Forum
- icon: fontawesome/solid/code
link: https://gitpod.io/#https://github.com/ewowi/StarBase
name: Gitpod
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/starbase_project/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/results?search_query=StarBase
- icon: fontawesome/solid/shirt
link: https://starbase.teemill.com/
- icon: fontawesome/solid/heart
link: https://paypal.me/moonmodules/
extra_css:
- assets/stylesheets/global.css
- assets/stylesheets/extra.css
extra_javascript:
- assets/js/newtab.js
nav:
- Welcome: index.md
- StarBase:
- Getting started: StarBase/GettingStarted.md
- Planning: StarBase/Planning.md
- Contribute: StarBase/Contribute.md
- Testing: StarBase/Testing.md
- Development: StarBase/Development.md
- Standards and Guidelines: StarBase/StandardsAndGuidelines.md
- StarBoard: StarBase/StarBoard.md
- StarLink: StarBase/StarLink.md
- StarBase Modules:
- SysMod Overview: SysMod/SysModOverview.md
- Print Module: SysMod/SysModPrint.md
- Files Module: SysMod/SysModFiles.md
- System Module: SysMod/SysModSystem.md
- Instances Module: SysMod/SysModInstances.md
- Model Module: SysMod/SysModModel.md
- Modules Module: SysMod/SysModModules.md
- Network Module: SysMod/SysModNetwork.md
- Pins Module: SysMod/SysModPins.md
- UI Module: SysMod/SysModUI.md
- Web Module: SysMod/SysModWeb.md
- UserMod Live Scripts: UserMod/UserModLiveScripts.md
- UserMod E131: UserMod/UserModE131.md
- UserMod MDNS Module: UserMod/UserModMDNS.md
- StarLight:
- Overview: StarLight/Overview.md
- Getting started: StarLight/GettingStarted.md
- Testing: StarLight/Testing.md
- Effects: StarLight/Effects.md
- Projections and Mappings: StarLight/ProjectionsAndMappings.md
- Live Scripts: StarLight/LiveScripts.md
- Clockless Led Drivers: StarLight/ClocklessLedDrivers.md
- Sound: StarLight/Sound.md
- Gallery: StarLight/Gallery.md
- StarLight Modules:
- Fixture Generator Module: StarLightMod/StarLightModFixtureGenerator.md
- Effects Module: StarLightMod/StarLightModEffects.md
- Fixture Module: StarLightMod/StarLightModFixture.md
- UserMod Artnet: UserMod/UserModArtNet.md
- UserMod DDP: UserMod/UserModDDP.md
- About:
- Contributors & Credits: about/contributors.md
- Privacy Policy: about/privacy-policy.md
- Upcoming Features: about/roadmap.md
- MoonModules.org: about/MoonModules.md
- MoonModules:
- What is MoonModules: archive/moonmodules/what-is-moonmodules.md
- Release notes v0.14.0-b3-daily: archive/moonmodules/release-notes-v0.14.0-b3-daily.md
- Release notes v0.14.0-b25: archive/moonmodules/release-notes-v0.14.0-b25.md
- Release notes v0.14.0-b15: archive/moonmodules/release-notes-v0.14.0-b15.md
- Release notes v0.14.0-b1: archive/moonmodules/release-notes-v0.14.0-b1.md
- Release notes v0.14.0-b0: archive/moonmodules/release-notes-v0.14.0-b0.md
- Fork comparison: archive/moonmodules/fork-comparison.md
- Installing and Compiling: archive/moonmodules/Installing-and-Compiling.md
- Mappings: archive/moonmodules/mappings.md
- ARTI-FX: archive/moonmodules/arti-fx.md
- Platformio entries: archive/moonmodules/platformio-entries.md
- Preset API commands: archive/moonmodules/preset-api-commands.md
- Contribute to docs: archive/moonmodules/contribute-docs.md
- Contribute to development: archive/moonmodules/contribute-dev.md