-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoonwave.toml
More file actions
46 lines (33 loc) · 809 Bytes
/
moonwave.toml
File metadata and controls
46 lines (33 loc) · 809 Bytes
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
title = "MathPlus"
gitRepoUrl = "https://github.com/iSophes/MathPlus"
classOrder = []
gitSourceBranch = "main"
changelog = true
[docusaurus]
url = "https://iSophes.github.io/"
baseUrl = "/mathplus/"
tagline = "An Improved Mathematics Library for Roblox"
favicon = "/favicon.png"
[[classOrder]]
section = "Manager"
classes = ["Initialiser"]
[[classOrder]]
section = "Classes"
classes = ["CreateTable"]
[[classOrder]]
section = "Functions"
classes = ["add", "abs", "acos"]
[navbar]
title = ""
[navbar.logo]
src = "/thumbnail.svg"
[[navbar.items]]
href = "https://dsc.gg/weirdo-world"
label = "Discord"
position = "right"
[home]
enabled = true
includeReadme = false
[footer]
style = "dark"
copyright = "Copyright © 2023 Sophie B. Built with Moonwave and Docusaurus. Home Page inspired by Matter"