Skip to content

Commit 7faff75

Browse files
Fix after rebase
1 parent 446faaa commit 7faff75

File tree

1 file changed

+29
-36
lines changed

1 file changed

+29
-36
lines changed

sidebars.js

Lines changed: 29 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -20,44 +20,37 @@ const sidebars = {
2020
items: [
2121
"introduction",
2222
{
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",
2449
type: "category",
2550
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",
6154
],
6255
},
6356
],

0 commit comments

Comments
 (0)