Skip to content

Commit

Permalink
fix: sidebar for vote (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: zhifenglee-portkey <[email protected]>
  • Loading branch information
zhifenglee-aelf and argfoo-web3 authored Jul 6, 2024
1 parent b7f9744 commit 8e6e06b
Showing 1 changed file with 27 additions and 38 deletions.
65 changes: 27 additions & 38 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,33 @@ const sidebars: SidebarsConfig = {
},
],
},
{
type: "category",
label: "Vote Contract",
description: "Tutorials on developing vote contract",
link: {
type: "generated-index",
slug: "/quick-start/vote-contract",
},
items: [
{
type: "doc",
id: "quick-start/vote-contract/setup-environment",
},
{
type: "doc",
id: "quick-start/vote-contract/develop-smart-contract",
},
{
type: "doc",
id: "quick-start/vote-contract/deploy-smart-contract",
},
{
type: "doc",
id: "quick-start/vote-contract/create-dapp",
},
],
},
],
},
],
Expand Down Expand Up @@ -198,44 +225,6 @@ const sidebars: SidebarsConfig = {
},
],
},
{
type: "category",
label: "Dapp Development",
description: "Tutorials on developing Dapps.",
link: {
type: "generated-index",
slug: "/tutorials/dapp-development",
},
items: [
{
type: "category",
label: "Vote Contract",
description: "Tutorials on developing vote contract",
link: {
type: "generated-index",
slug: "/tutorials/dapp-development/vote-contract",
},
items: [
{
type: "doc",
id: "tutorials/dapp-development/vote-contract/setup-environment",
},
{
type: "doc",
id: "tutorials/dapp-development/vote-contract/develop-smart-contract",
},
{
type: "doc",
id: "tutorials/dapp-development/vote-contract/deploy-smart-contract",
},
{
type: "doc",
id: "tutorials/dapp-development/vote-contract/create-dapp",
},
],
},
],
},
],
},
],
Expand Down

0 comments on commit 8e6e06b

Please sign in to comment.