forked from Data-Oriented-House/Squash
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmoonwave.toml
117 lines (101 loc) · 2.36 KB
/
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
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
title = "Squash" # From Git
gitRepoUrl = "https://github.com/Data-Oriented-House/Squash" # From Git
gitSourceBranch = "main"
changelog = false
[home]
enabled = true
includeReadme = false
[[home.features]]
title = "Bandwidth Optimized"
description = "Carefully optimizes compression for every type so that they are represented in the most spatially efficient way. Enables sending data over the network or saving it to a datastore cheaper."
image = "/bandwidth2.png"
[[home.features]]
title = "Serialization-Deserialization"
description = "Push and pop data from buffers for quick and composible SerDes!"
image = "/Squash.png"
[[home.features]]
title = "Fully Comprehensive"
description = "Can serialize and deserialize all serializable Luau and Roblox types, even the obscure ones."
image = "/comprehensive2.png"
[docusaurus]
onBrokenLinks = "throw"
onBrokenMarkdownLinks = "warn"
favicon = "/favicon.ico"
# From git:
organizationName = "Data-Oriented-House"
projectName = "Squash"
url = "https://data-oriented-house.github.io"
baseUrl = "/Squash/"
tagline = "Roblox's Comprehensive SerDes Library"
[[classOrder]]
classes = ["Squash"]
[[classOrder]]
section = "Luau"
collapsed = true
classes = [
"string",
# "number",
# "uint",
# "int",
# "vlq",
# "boolean",
# "buffer",
# "tuple",
# "array",
# "map",
# "record",
# "angle",
]
# [[classOrder]]
# section = "Roblox"
# collapsed = true
# classes = [
# "Axes",
# "BrickColor",
# "CatalogueSearchParams",
# "CFrame",
# "Color3",
# "ColorSequence",
# "ColorSequenceKeypoint",
# "DateTime",
# "EnumItem",
# "Faces",
# "FloatCurveKey",
# "Font",
# "NumberRange",
# "NumberSequence",
# "NumberSequenceKeypoint",
# "OverlapParams",
# "PathWaypoint",
# "PhysicalProperties",
# "Ray",
# "RaycastParams",
# "RaycastResult",
# "Rect",
# "Region3",
# "Region3int16",
# "RotationCurveKey",
# "TweenInfo",
# "UDim",
# "UDim2",
# "Vector2",
# "Vector2int16",
# "Vector3",
# "Vector3int16"
# ]
[navbar]
# hideableSidebar = true
[[navbar.items]]
href = "https://discord.com/channels/385151591524597761/1118427954377146378"
label = "Discord"
position = "right"
[navbar.logo]
src = "/favicon.ico"
[footer]
style = "dark"
copyright = "Copyright © 2024 SolarScuffle-Bot. Built with Moonwave and Docusaurus"
# [[footer.links]]
# title = "examples"
# [[footer.links.items]]
# label = "example"
# href = "https://example.com/"