-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmoonwave.toml
53 lines (43 loc) · 1.35 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
title = "YetAnotherNet"
gitSourceBranch = "main"
classOrder = [
"YetAnotherNet",
"Route",
"Bridge",
"QueryResult",
"SendRequest",
"Connection",
"Loop",
]
[docusaurus]
tagline = "A Data-Driven Networking Library, inspired by Bevy_Renet & BridgeNet2, made for ECS."
favicon = "Favicon.svg"
url = "https://yetanotherclown.github.io"
baseUrl = "/YetAnotherNet"
[[navbar.items]]
href = "https://github.com/YetAnotherClown/YetAnotherNet?tab=readme-ov-file#support-and-contribution"
label = "Support"
position = "right"
[footer]
style = "dark"
copyright = "Copyright © 2023 YetAnotherClown. Built with Moonwave and Docusaurus"
[[footer.links]]
title = "Links"
[[footer.links.items]]
label = "Support"
href = "https://github.com/YetAnotherClown/YetAnotherNet?tab=readme-ov-file#support-and-contribution"
[[footer.links.items]]
label = "YetAnotherClown on Github"
href = "https://github.com/YetAnotherClown"
[home]
enabled = true
includeReadme = false
[[home.features]]
title = "Data-Driven"
description = "YetAnotherNet promotes a Data-Driven structure as opposed to an Event-Driven one."
[[home.features]]
title = "Optimized Bandwidth"
description = "YetAnotherNet automatically structures your data to optimize bandwidth."
[[home.features]]
title = "Made for ECS"
description = "First-Class support for ECS Architectures, made for the Matter ECS."