forked from raid-guild/handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebars.js
59 lines (58 loc) · 1.2 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
module.exports = {
howSidebar: {
Overview: [
"overview",
"overview-code-of-conduct",
"overview-molochv2-primer",
"overview-raid-guild-shares",
"overview-roles",
],
"Membership": [
"become-an-apprentice",
"become-a-member",
"champion-a-member"
],
Raids: [
"convert-client-submission",
"commission-process",
{
Escrow: [
"how-does-it-work",
"happy-path",
"dispute",
"interacting-with-escrow",
"client-instructions",
"references",
],
},
"summon-a-raid-party",
"join-a-raid",
"lead-a-raid",
"shipped",
],
"Operations": [
"rips",
"proposal-types"
],
Discord: [
"discord-etiquette",
"discord-getting-started",
"discord-channels",
"discord-navigation-help",
"discord-bots",
],
Community: [
"community-overview",
"community-meetings",
"community-forum",
"community-social-media",
],
"Additional Resources": [
"learn-about-web3",
"glossary",
"requesting-payment",
"migration-to-xdai",
"helping-docs",
],
},
};