forked from SkeldJS/Hindenburg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpagesconfig.json
83 lines (83 loc) · 2.12 KB
/
pagesconfig.json
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
{
"groups": [
{
"title": "Getting Started",
"pages": [
{
"title": "Installation",
"source": "./pages/Getting Started/Installation.md"
},
{
"title": "Environment Variables",
"source": "./pages/Getting Started/Environment Variables.md"
},
{
"title": "Configuration",
"source": "./pages/Getting Started/Configuration.md"
},
{
"title": "Installing Plugins",
"source": "./pages/Getting Started/Installing Plugins.md"
}
]
},
{
"title": "Plugins",
"pages": [
{
"title": "Creating a Plugin",
"source": "./pages/Plugins/Creating a Plugin.md"
},
{
"title": "Worker and Room Plugins",
"source": "./pages/Plugins/Worker and Room Plugins.md"
},
{
"title": "Lifecycle Methods",
"source": "./pages/Plugins/Lifecycle Methods.md"
},
{
"title": "Event Listeners",
"source": "./pages/Plugins/Event Listeners.md"
},
{
"title": "Chat Commands",
"source": "./pages/Plugins/Chat Commands.md"
}
]
},
{
"title": "Information",
"pages": [
{
"title": "Chat Commands",
"source": "./pages/Information/Chat Commands.md"
},
{
"title": "Comparison with Impostor",
"source": "./pages/Information/Comparison with Impostor.md"
},
{
"title": "Interactive CLI",
"source": "./pages/Information/Interactive CLI.md"
},
{
"title": "Message Ordering",
"source": "./pages/Information/Message Ordering.md"
},
{
"title": "Plugins",
"source": "./pages/Information/Plugins.md"
},
{
"title": "Reactor Support",
"source": "./pages/Information/Reactor Support.md"
},
{
"title": "Server-as-a-Host",
"source": "./pages/Information/Server-as-a-Host.md"
}
]
}
]
}