diff --git a/docs/quick-start/lottery-game-smart-contract/develop-smart-contract.md b/docs/quick-start/lottery-game-smart-contract/develop-smart-contract.md index 93c631f2..5ef00308 100644 --- a/docs/quick-start/lottery-game-smart-contract/develop-smart-contract.md +++ b/docs/quick-start/lottery-game-smart-contract/develop-smart-contract.md @@ -1,6 +1,6 @@ --- sidebar_position: 4 -title: Lottery Game +title: Develop smart contract description: Developing a lottery game smart contract --- ### Start Your Smart Contract Project diff --git a/sidebars.ts b/sidebars.ts index a8bb8208..a64227c3 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -44,6 +44,33 @@ const sidebars: SidebarsConfig = { type: "doc", id: "quick-start/explore-running-aelf-side-chain/index", }, + { + type: "category", + label: "Lottery Game Contract", + description: "Tutorials on developing lottery game contract", + link: { + type: "generated-index", + slug: "/quick-start/lottery-game-smart-contract", + }, + items: [ + { + type: "doc", + id: "quick-start/lottery-game-smart-contract/setup-environment", + }, + { + type: "doc", + id: "quick-start/lottery-game-smart-contract/develop-smart-contract", + }, + { + type: "doc", + id: "quick-start/lottery-game-smart-contract/deploy-smart-contract", + }, + { + type: "doc", + id: "quick-start/lottery-game-smart-contract/interact-smart-contact", + }, + ], + }, ], }, ], @@ -207,33 +234,6 @@ const sidebars: SidebarsConfig = { }, ], }, - { - type: "category", - label: "Lottery Game Contract", - description: "Tutorials on developing lottery game contract", - link: { - type: "generated-index", - slug: "/tutorials/dapp-development/lottery-game", - }, - items: [ - { - type: "doc", - id: "tutorials/dapp-development/lottery-game/setup-environment", - }, - { - type: "doc", - id: "tutorials/dapp-development/lottery-game/develop-smart-contract", - }, - { - type: "doc", - id: "tutorials/dapp-development/lottery-game/deploy-smart-contract", - }, - { - type: "doc", - id: "tutorials/dapp-development/lottery-game/interact-smart-contact", - }, - ], - }, ], }, ],