Skip to content

Commit

Permalink
fixed side bar
Browse files Browse the repository at this point in the history
  • Loading branch information
argfoo-web3 committed Jul 5, 2024
1 parent e5e4124 commit 5e15536
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ const sidebars: SidebarsConfig = {
},
items: [
{ type: "doc", id: "quick-start/intro-to-aelf-development/index" },
{ type: "doc", id: "quick-start/hello-world/index" },
{ type: "doc", id: "quick-start/lottery-game/index" },
{ type: "doc", id: "quick-start/vote-contract/index" },
{
type: "category",
label: "Become a Node Operator",
Expand All @@ -43,15 +40,7 @@ const sidebars: SidebarsConfig = {
},
],
},
{
type: "doc",
id: "quick-start/explore-running-aelf-side-chain/index",
},
{ type: "doc", id: "quick-start/run-a-side-chain/index" },
{
type: "doc",
id: "quick-start/start-and-run-a-node-on-aelf-locally-or-on-cloud/index",
},
{ type: "doc", id: "quick-start/explore-running-aelf-side-chain/index" },
],
},
],
Expand Down

0 comments on commit 5e15536

Please sign in to comment.