-
Notifications
You must be signed in to change notification settings - Fork 2
/
moonwave.toml
30 lines (24 loc) · 859 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
apiCategories = ["hooks", "utilities", "style", "widgets"]
gitSourceBranch = "main"
[docusaurus]
url = "https://eryn.io"
tagline = "Immediate-mode widget library for Roblox"
[[navbar.items]]
href = "https://discord.gg/aQwDAYhqtJ"
label = "Roblox Open Source Discord"
position = "right"
[home]
enabled = true
includeReadme = false
[[home.features]]
title = "Immediate-mode UI"
description = "Your UI code runs every frame, which makes making UI a breeze"
image = "https://i.eryn.io/2150/carbon3.png"
[[home.features]]
title = "Built-in widgets"
description = "Built-in widgets make it trivial to create a debug panel for any system in your game"
image = "https://i.eryn.io/2150/checkboxes3.png"
[[home.features]]
title = "Gizmos"
description = "Easily create debug UI and gizmos in the 3D world for debugging"
image = "https://i.eryn.io/2150/arrows3.png"