diff --git a/sidebars.ts b/sidebars.ts index a64227c3..bc26c38f 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -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", + }, + ], + }, ], }, ], @@ -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", - }, - ], - }, - ], - }, ], }, ],