-
Notifications
You must be signed in to change notification settings - Fork 16
/
moonwave.toml
30 lines (24 loc) · 931 Bytes
/
moonwave.toml
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
title = "StudioComponents"
gitRepoUrl = "https://github.com/sircfenner/StudioComponents"
organizationName = "sircfenner"
projectName = "StudioComponents"
gitSourceBranch = "main"
[docusaurus]
tagline = "React components for building Roblox Studio plugins"
[footer]
copyright = "Copyright © 2024 sircfenner. Built with Moonwave and Docusaurus."
[home]
enabled = true
includeReadme = false
[[classOrder]]
section = "General"
collapsed = false
classes = ["Constants", "CommonProps"]
[[classOrder]]
section = "Components"
collapsed = false
classes = ["Background", "Button", "Checkbox", "ColorPicker", "DatePicker", "Dropdown", "DropShadowFrame", "Label", "LoadingDots", "MainButton", "NumberSequencePicker", "NumericInput", "PluginProvider", "ProgressBar", "RadioButton", "ScrollFrame", "Slider", "Splitter", "TabContainer", "TextInput"]
[[classOrder]]
section = "Hooks"
collapsed = false
classes = ["useMouseIcon", "useTheme"]