Skip to content

Commit a6cccd7

Browse files
authored
updated docs structure (#25)
1 parent 1decdc7 commit a6cccd7

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

sidebars.js

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ const sidebars = {
6767
label: "Contracts Registry",
6868
items: [{ type: "autogenerated", dirName: "getting-started/guides/contracts-registry" }],
6969
},
70-
{
71-
type: "category",
72-
label: "Compound Rate Keeper",
73-
items: [{ type: "autogenerated", dirName: "getting-started/guides/compound-rate-keeper" }],
74-
},
7570
{
7671
type: "category",
7772
label: "Diamond",
@@ -80,7 +75,23 @@ const sidebars = {
8075
{
8176
type: "category",
8277
label: "Finance",
83-
items: [{ type: "autogenerated", dirName: "getting-started/guides/finance" }],
78+
items: [
79+
{
80+
type: "category",
81+
label: "Compound Rate Keeper",
82+
items: [{ type: "autogenerated", dirName: "getting-started/guides/finance/compound-rate-keeper" }],
83+
},
84+
{
85+
type: "category",
86+
label: "Staking",
87+
items: [{ type: "autogenerated", dirName: "getting-started/guides/finance/staking" }],
88+
},
89+
{
90+
type: "category",
91+
label: "Vesting",
92+
items: [{ type: "autogenerated", dirName: "getting-started/guides/finance/vesting" }],
93+
},
94+
],
8495
},
8596
{
8697
type: "category",
@@ -118,11 +129,6 @@ const sidebars = {
118129
label: "Proxy",
119130
items: [{ type: "autogenerated", dirName: "getting-started/guides/proxy" }],
120131
},
121-
{
122-
type: "category",
123-
label: "Staking",
124-
items: [{ type: "autogenerated", dirName: "getting-started/guides/staking" }],
125-
},
126132
{
127133
type: "category",
128134
label: "Tokens",

0 commit comments

Comments
 (0)