-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.js
205 lines (203 loc) · 11.3 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
module.exports = {
docs: [
'descriptions',
{
Commands: [
'commands/description',
{
'All Commands': [
'commands/detailed/about',
'commands/detailed/announce',
'commands/detailed/announcement',
'commands/detailed/ban',
'commands/detailed/bet',
'commands/detailed/corona',
'commands/detailed/crypto',
'commands/detailed/delete',
'commands/detailed/focus',
'commands/detailed/force',
'commands/detailed/help',
'commands/detailed/ignore',
'commands/detailed/invite',
'commands/detailed/join',
'commands/detailed/joke',
'commands/detailed/kick',
'commands/detailed/leaderboard',
'commands/detailed/leave',
'commands/detailed/level',
'commands/detailed/music',
'commands/detailed/news',
'commands/detailed/ping',
'commands/detailed/poll',
'commands/detailed/portal',
'commands/detailed/ranks',
'commands/detailed/roll',
'commands/detailed/run',
'commands/detailed/set_ranks',
'commands/detailed/set',
'commands/detailed/spam_rules',
'commands/detailed/state',
'commands/detailed/url',
'commands/detailed/vendor',
'commands/detailed/weather',
'commands/detailed/whoami'
]
},
]
},
{
'Text Interpreter': [
'interpreter/description',
{
Attributes: [
'interpreter/objects/attributes/description',
{
'All Attributes': [
{
'Global': [
'interpreter/objects/attributes/detailed/global/g.ban_after',
'interpreter/objects/attributes/detailed/global/g.initial_role',
'interpreter/objects/attributes/detailed/global/g.kick_after',
'interpreter/objects/attributes/detailed/global/g.locale',
'interpreter/objects/attributes/detailed/global/g.mute_role',
'interpreter/objects/attributes/detailed/global/g.prefix',
'interpreter/objects/attributes/detailed/global/g.profanity_level',
'interpreter/objects/attributes/detailed/global/g.rank_speed'
]
},
{
'Member': [
'interpreter/objects/attributes/detailed/member/m.regex'
]
},
{
'Portal': [
'interpreter/objects/attributes/detailed/portal/p.allowed_roles',
'interpreter/objects/attributes/detailed/portal/p.ann_announce',
'interpreter/objects/attributes/detailed/portal/p.ann_user',
'interpreter/objects/attributes/detailed/portal/p.locale',
'interpreter/objects/attributes/detailed/portal/p.no_bots',
'interpreter/objects/attributes/detailed/portal/p.regex_overwrite',
'interpreter/objects/attributes/detailed/portal/p.regex',
'interpreter/objects/attributes/detailed/portal/p.render',
'interpreter/objects/attributes/detailed/portal/p.user_limit',
'interpreter/objects/attributes/detailed/portal/p.v.allowed_roles',
'interpreter/objects/attributes/detailed/portal/p.v.regex'
]
},
{
'Voice': [
'interpreter/objects/attributes/detailed/voice/v.allowed_roles',
'interpreter/objects/attributes/detailed/voice/v.ann_announce',
'interpreter/objects/attributes/detailed/voice/v.ann_user',
'interpreter/objects/attributes/detailed/voice/v.bitrate',
'interpreter/objects/attributes/detailed/voice/v.locale',
'interpreter/objects/attributes/detailed/voice/v.no_bots',
'interpreter/objects/attributes/detailed/voice/v.position',
'interpreter/objects/attributes/detailed/voice/v.regex',
'interpreter/objects/attributes/detailed/voice/v.render',
'interpreter/objects/attributes/detailed/voice/v.user_limit'
]
}
]
}
],
Variables: [
'interpreter/objects/variables/description',
{
'All Variables': [
{
'General': [
'interpreter/objects/variables/detailed/general/creator_portal',
'interpreter/objects/variables/detailed/general/creator_voice',
'interpreter/objects/variables/detailed/general/slash',
'interpreter/objects/variables/detailed/general/double_slash'
]
},
{
'Member': [
'interpreter/objects/variables/detailed/member/member_list',
'interpreter/objects/variables/detailed/member/member_count',
'interpreter/objects/variables/detailed/member/member_active_count',
'interpreter/objects/variables/detailed/member/member_with_status',
'interpreter/objects/variables/detailed/member/member_history'
]
},
{
'Status': [
'interpreter/objects/variables/detailed/status/status_list',
'interpreter/objects/variables/detailed/status/status_count',
'interpreter/objects/variables/detailed/status/status_history',
]
},
{
'Time': [
'interpreter/objects/variables/detailed/time/date',
'interpreter/objects/variables/detailed/time/day_number',
'interpreter/objects/variables/detailed/time/day_name',
'interpreter/objects/variables/detailed/time/month_number',
'interpreter/objects/variables/detailed/time/month_name',
'interpreter/objects/variables/detailed/time/year',
'interpreter/objects/variables/detailed/time/time',
'interpreter/objects/variables/detailed/time/hour',
'interpreter/objects/variables/detailed/time/minute',
'interpreter/objects/variables/detailed/time/second'
]
}
]
}
],
Pipes: [
'interpreter/objects/pipes/description',
{
'All Pipes': [
'interpreter/objects/pipes/detailed/acronym',
'interpreter/objects/pipes/detailed/camelCase',
'interpreter/objects/pipes/detailed/capitalise',
'interpreter/objects/pipes/detailed/consonants',
'interpreter/objects/pipes/detailed/decapitalise',
'interpreter/objects/pipes/detailed/length',
'interpreter/objects/pipes/detailed/lowerCase',
'interpreter/objects/pipes/detailed/populous_count',
'interpreter/objects/pipes/detailed/populous',
'interpreter/objects/pipes/detailed/snakeCase',
'interpreter/objects/pipes/detailed/souvlakiCase',
'interpreter/objects/pipes/detailed/titleCase',
'interpreter/objects/pipes/detailed/upperCase',
'interpreter/objects/pipes/detailed/vowels',
'interpreter/objects/pipes/detailed/words'
]
}
],
Structures: [
'interpreter/objects/structures/description',
{
'All Structures': [
'interpreter/objects/structures/detailed/if'
]
}
]
}
]
},
'ranking',
{
'Hosting': [
{
Standard: [
'hosting/standard/prerequisites',
'hosting/standard/configuration',
'hosting/standard/build',
'hosting/standard/deployment'
],
Docker: [
'hosting/docker/prerequisites',
'hosting/docker/configuration',
'hosting/docker/build',
'hosting/docker/deployment'
]
}
]
},
]
};