Skip to content

Commit

Permalink
updated docs structure (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
dovgopoly authored Feb 27, 2024
1 parent 1decdc7 commit a6cccd7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ const sidebars = {
label: "Contracts Registry",
items: [{ type: "autogenerated", dirName: "getting-started/guides/contracts-registry" }],
},
{
type: "category",
label: "Compound Rate Keeper",
items: [{ type: "autogenerated", dirName: "getting-started/guides/compound-rate-keeper" }],
},
{
type: "category",
label: "Diamond",
Expand All @@ -80,7 +75,23 @@ const sidebars = {
{
type: "category",
label: "Finance",
items: [{ type: "autogenerated", dirName: "getting-started/guides/finance" }],
items: [
{
type: "category",
label: "Compound Rate Keeper",
items: [{ type: "autogenerated", dirName: "getting-started/guides/finance/compound-rate-keeper" }],
},
{
type: "category",
label: "Staking",
items: [{ type: "autogenerated", dirName: "getting-started/guides/finance/staking" }],
},
{
type: "category",
label: "Vesting",
items: [{ type: "autogenerated", dirName: "getting-started/guides/finance/vesting" }],
},
],
},
{
type: "category",
Expand Down Expand Up @@ -118,11 +129,6 @@ const sidebars = {
label: "Proxy",
items: [{ type: "autogenerated", dirName: "getting-started/guides/proxy" }],
},
{
type: "category",
label: "Staking",
items: [{ type: "autogenerated", dirName: "getting-started/guides/staking" }],
},
{
type: "category",
label: "Tokens",
Expand Down

0 comments on commit a6cccd7

Please sign in to comment.