File tree Expand file tree Collapse file tree 1 file changed +29
-36
lines changed Expand file tree Collapse file tree 1 file changed +29
-36
lines changed Original file line number Diff line number Diff line change @@ -20,44 +20,37 @@ const sidebars = {
20
20
items : [
21
21
"introduction" ,
22
22
{
23
- label : "Drop" ,
23
+ label : "About" ,
24
+ type : "category" ,
25
+ items : [ "about/alliance" , "about/droplets" ] ,
26
+ } ,
27
+ {
28
+ label : "For Partners" ,
29
+ type : "category" ,
30
+ items : [
31
+ "integrations/overview" ,
32
+ "integrations/referral" ,
33
+ "integrations/lsm_staking" ,
34
+ ] ,
35
+ } ,
36
+ {
37
+ label : "Validators" ,
38
+ type : "category" ,
39
+ items : [
40
+ "validators/overview" ,
41
+ "validators/valset" ,
42
+ "validators/onboard" ,
43
+ "validators/roadmap" ,
44
+ "validators/faq" ,
45
+ ] ,
46
+ } ,
47
+ {
48
+ label : "Deployments" ,
24
49
type : "category" ,
25
50
items : [
26
- "introduction" ,
27
- {
28
- label : "About" ,
29
- type : "category" ,
30
- items : [ "about/alliance" , "about/droplets" ] ,
31
- } ,
32
- {
33
- label : "For Partners" ,
34
- type : "category" ,
35
- items : [
36
- "integrations/overview" ,
37
- "integrations/referral" ,
38
- "integrations/lsm_staking" ,
39
- ] ,
40
- } ,
41
- {
42
- label : "Validators" ,
43
- type : "category" ,
44
- items : [
45
- "validators/overview" ,
46
- "validators/valset" ,
47
- "validators/onboard" ,
48
- "validators/roadmap" ,
49
- "validators/faq" ,
50
- ] ,
51
- } ,
52
- {
53
- label : "Deployments" ,
54
- type : "category" ,
55
- items : [
56
- "deployments/overview" ,
57
- "deployments/mainnet" ,
58
- "deployments/testnet" ,
59
- ] ,
60
- } ,
51
+ "deployments/overview" ,
52
+ "deployments/mainnet" ,
53
+ "deployments/testnet" ,
61
54
] ,
62
55
} ,
63
56
] ,
You can’t perform that action at this time.
0 commit comments