-
Notifications
You must be signed in to change notification settings - Fork 7
/
sidebars.js
42 lines (42 loc) · 1.22 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
module.exports = {
someSidebar: {
'Start here': ['welcome', 'firstbet', 'ptg/howto','worldofcc'],
'Collecting': [
'collecting/gladiators',
'collecting/allgladiators'
],
'Economy': [
'economy/basics',
'economy/items',
'economy/prestigeToken',
'economy/liquidity'
],
'Game Mechanics': [
'combat/introduction',
'combat/items',
'combat/combatexample',
],
'Tournaments': [
'tournaments/introduction',
'tournaments/kingofthehill'
],
'Articles': [
'articles/release_notes',
'ai/aiusage',
'articles/biconomy',
'articles/fonticulus_announce',
'articles/fonticulus2_announce',
'articles/get_matic',
'articles/league_evolution',
'articles/seasons',
],
'Hall Of Fame': [
'halloffame/goathits',
'halloffame/goatcomebacks',
'halloffame/goatpayouts',
'halloffame/goatnarratives',
'halloffame/goatfancontests',
'halloffame/championshipbanners',
],
},
};