forked from Quenty/NevermoreEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
moonwave.toml
35 lines (28 loc) · 1010 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
31
32
33
34
35
title = "Nevermore"
gitRepoUrl = "https://github.com/Quenty/NevermoreEngine"
gitSourceBranch = "main"
projectName = "Nevermore"
url = "https://quenty.github.io"
tagline = "Quenty's reusable code for Roblox"
autoSectionPath = "src"
[[navbar.items]]
href = "https://discord.gg/mhtGUS8"
label = "Discord"
position = "right"
[footer]
copyright = "Copyright © 2014-2022 James Onnen. Made with Moonwave."
[docusaurus]
url = "https://quenty.github.io"
baseUrl = "/NevermoreEngine/"
[home]
enabled = true
includeReadme = true
[[home.features]]
title = "Faster development"
description = "Speed up Roblox development With Nevermore. With built in IK, Ragdoll, camera systems, and more, development has never been faster."
[[home.features]]
title = "Composable"
description = "Libraries are modular! Modules are designed to compose both with Roblox and each other."
[[home.features]]
title = "Battle tested"
description = "These libraries are old, and have been used in production for millions of game sessions"