-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsidebars.js
366 lines (361 loc) · 13.4 KB
/
sidebars.js
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
/**
* Creating a sidebar enables you to:
- create an ordered group of docs
- render a sidebar for each doc of that group
- provide next/previous navigation
The sidebars can be generated from the filesystem, or explicitly defined here.
Create as many sidebars as you want.
*/
// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
startSidebar: [
{
type: 'category',
link: {
type: 'generated-index',
title: 'Getting started on SCNX',
description: 'Easily get started on SCNX - here you\'ll find all guides you need.',
slug: '/intro'
},
label: 'Getting Started',
collapsible: false,
items: [
{
type: 'doc',
id: 'setup'
},
{
type: 'doc',
id: 'custom-bot'
},
{
type: 'doc',
id: 'modmail'
}
]
},
{
type: 'category',
label: 'Detailed documentation',
items: [
{
type: 'doc',
label: 'Custom-Bot',
id: 'custom-bot/intro'
},
{
type: 'doc',
label: 'SCNX',
id: 'scnx/intro'
},
{
type: 'doc',
label: 'Modmail-Bot',
id: 'modmail/intro'
}
]
},
{
type: 'category',
label: 'Discord',
items: [
{
type: 'doc',
id: 'discord-formatting'
}
]
}
],
customBotSidebar: [
{
type: 'category',
collapsed: false,
label: 'SCNX Custom-Bot',
link: {
type: 'doc',
id: 'custom-bot/intro'
},
items: [
{
type: 'link',
label: 'Get started',
href: '/docs/custom-bot'
},
{
type: 'doc',
label: 'Basics about Bots on SCNX',
id: 'scnx/guilds/bots'
},
{
type: 'doc',
label: 'Troubleshooting issues',
id: 'custom-bot/troubleshooting'
},
{
type: 'doc',
label: 'Custom Commands',
id: 'custom-bot/custom-commands'
},
{
type: 'doc',
label: 'Send messages / embeds, Self-Roles & more',
id: 'custom-bot/login-as-bot'
},
{
type: 'doc',
label: 'Slash commands & Permissions',
id: 'custom-bot/slash-commands'
}
]
},
{
type: 'category',
collapsed: false,
label: 'Modules',
link: {
type: 'generated-index',
title: 'Custom-Bot-Modules',
description: 'The SCNX Custom-Bot consists of over 50 different modules. Each module offers unique functionality for your server. You can enable, disable and configure each module as you like. Modules are sorted into categories, which you can find below.',
slug: '/custom-bot/modules'
},
items: [
{
type: 'category',
link: {
type: 'generated-index',
title: 'Administration modules',
description: 'Use administration modules to make your life as an server administrator easier. These modules are designed to do the heavy-lifting as an admin for you: Manage suggestions, List partners, create Stat-Channels, welcome new members and more.',
slug: '/custom-bot/modules/administration'
},
label: 'Administration',
items: [
{
dirName: 'custom-bot/modules/administration',
type: 'autogenerated'
}
]
},
{
type: 'link',
label: 'Artificial intelligence',
description: 'Use Artificial intelligence on your server to create a more interactive experience for your users..',
href: 'https://faq.scnx.app/ai-on-scnx/'
},
{
type: 'category',
label: 'Bot',
link: {
type: 'generated-index',
title: 'Bot-Modules',
description: 'Use bot modules to make your bot better - these modules unlock more customization options and features for your bot.',
slug: '/custom-bot/modules/bot'
},
items: [
{
dirName: 'custom-bot/modules/bot',
type: 'autogenerated'
}
]
},
{
type: 'category',
link: {
type: 'generated-index',
title: 'Community Modules',
description: 'Create a better experience for your community. Use these modules to create a birthday calender, use a Level-System, start Giveaways, run Polls and more. Your community is going to love it.',
slug: '/custom-bot/modules/community'
},
label: 'Community',
items: [
{
dirName: 'custom-bot/modules/community',
type: 'autogenerated'
}
]
},
{
type: 'category',
label: 'Games & Fun',
link: {
type: 'generated-index',
title: 'Game & Fun Modules',
description: 'Make your server more fun with fun-modules! Play Games (like UNO, Connect Four, Counter, Emoji-Quiz and more) on your Discord and engage your community.',
slug: '/custom-bot/modules/fun-and-games'
},
items: [
{
dirName: 'custom-bot/modules/fun',
type: 'autogenerated'
}
]
},
{
type: 'category',
label: 'Integrations',
link: {
type: 'generated-index',
title: 'Integration Modules',
description: 'Integrate into Third-Party-Services with your Custom-Bot: Send notfications when someone tweets, posts on YouTube / TikTok and more and reward users who voted for your server on top.gg.',
slug: '/custom-bot/modules/integrations'
},
items: [
{
dirName: 'custom-bot/modules/integrations',
type: 'autogenerated'
}
]
},
{
type: 'category',
label: 'Moderation',
link: {
type: 'generated-index',
title: 'Moderation Modules',
description: 'Protect your server from Raiders, Spammers and more. Track invites, moderate misbehavior and detect Ghost-Pings with these modules.',
slug: '/custom-bot/modules/moderation-and-security'
},
items: [
{
dirName: 'custom-bot/modules/moderation',
type: 'autogenerated'
}
]
},
{
type: 'category',
label: 'Support',
link: {
type: 'generated-index',
title: 'Support Modules',
description: 'Sometimes, your members need help. Use the Ticket-System to answer their issues effectivity, accept Staff-Applications with the Application-Module and get notified when a user joins your Support-Voice-Channel.',
slug: '/custom-bot/modules/support'
},
items: [
{
dirName: 'custom-bot/modules/support',
type: 'autogenerated'
},
{
type: 'link',
href: 'https://modmail.net',
description: 'Unlock access to the world\'s most advanced Discord-Support-System with the SCNX Modmail-Bot',
label: 'The most advanced Discord Support-System'
}
]
},
{
type: 'category',
label: 'Tools',
link: {
type: 'generated-index',
title: 'Tool Modules',
description: 'Using Tool Modules, you can make your life as a server admin easier. Simply let messages be auto-sent, publish announcements in news-channels automatically and assign every member a role at once.',
slug: '/custom-bot/modules/tools'
},
items: [
{
dirName: 'custom-bot/modules/tools',
type: 'autogenerated'
}
]
}
]
},
{
type: 'category',
label: 'More',
collapsed: false,
items: [
{
type: 'doc',
id: 'custom-bot/additional-features'
},
{
type: 'link',
href: 'https://feedback.scnx.xyz',
label: 'Suggest new features'
},
{
type: 'link',
href: 'https://github.com/ScootKit/CustomDCBot',
label: 'Contribute to the Custom-Bot on GitHub'
}
]
}
],
modmailSidebar: [
{
type: 'category',
collapsed: false,
label: 'SCNX Modmail',
link: {
type: 'doc',
id: 'modmail/intro'
},
items: [
{
type: 'link',
label: 'Get started',
href: '/docs/modmail'
},
{
type: 'doc',
label: 'Basics about Bots on SCNX',
id: 'scnx/guilds/bots'
},
{
type: 'doc',
label: 'Modmail Starter Guide (Modmail 101)',
id: 'modmail/basics'
},
{
type: 'doc',
label: 'Troubleshooting issues',
id: 'modmail/troubleshooting'
}
]
},
{
type: 'category',
collapsed: false,
label: 'Configure Modmail',
link: {
type: 'generated-index',
title: 'Modmail configuration',
description: 'Unlock even more features of your modmail and customize it to your liking. The SCNX Modmail allows teams to build a professional support experience on Discord.',
slug: '/modmail/configuration'
},
items: [
{
type: 'autogenerated',
dirName: 'modmail/configuration'
}
]
},
{
type: 'category',
collapsed: false,
label: 'Advanced features',
link: {
type: 'generated-index',
title: 'Advanced features',
description: 'The SCNX Modmail offers a wide selection of features built for professional support teams on Discord.',
slug: '/modmail/advanced-features'
},
items: [
{
type: 'autogenerated',
dirName: 'modmail/advanced-features'
}
]
}
],
scnxSidebar: [
{
type: 'autogenerated',
dirName: 'scnx'
}
]
};
module.exports = sidebars;