Skip to content

Commit

Permalink
fix: sidebar for lottery (#110)
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 e794c44 commit de96d88
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
54 changes: 27 additions & 27 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
],
},
],
Expand Down Expand Up @@ -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",
},
],
},
],
},
],
Expand Down

0 comments on commit de96d88

Please sign in to comment.