Skip to content

Commit

Permalink
fix: category for tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 27, 2024
1 parent 7fa14db commit 09ba77e
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 10 deletions.
4 changes: 0 additions & 4 deletions docs/tutorials/operate-a-node/index.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/tutorials/smart-contract-development/index.md

This file was deleted.

40 changes: 38 additions & 2 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,44 @@ const sidebars: SidebarsConfig = {
slug: "/tutorials",
},
items: [
{ type: "doc", id: "tutorials/smart-contract-development/index" },
{ type: "doc", id: "tutorials/operate-a-node/index" },
{
type: "category",
label: "Operate a Node",
description: "Tutorials on operating aelf nodes.",
link: {
type: "generated-index",
slug: "/tutorials/operate-a-node",
},
items: [
{
type: "doc",
id: "tutorials/operate-a-node/run-a-testnet-node/index",
},
{
type: "doc",
id: "tutorials/operate-a-node/run-a-mainnet-node/index",
},
{
type: "doc",
id: "tutorials/operate-a-node/run-aelf-on-cloud/index",
},
{
type: "category",
label: "Run a Side Chain",
description: "Tutorials on running a sidechain node.",
link: {
type: "generated-index",
slug: "/tutorials/operate-a-node/run-a-side-chain",
},
items: [
{
type: "autogenerated",
dirName: "tutorials/operate-a-node/run-a-side-chain",
},
],
},
],
},
],
},
],
Expand Down

0 comments on commit 09ba77e

Please sign in to comment.