Skip to content

Commit

Permalink
feat: learn sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 27, 2024
1 parent 6229157 commit 675b006
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
5 changes: 0 additions & 5 deletions docs/learn/core/index.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/learn/cross-chain/index.md

This file was deleted.

22 changes: 20 additions & 2 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,26 @@ const sidebars: SidebarsConfig = {
slug: "/learn",
},
items: [
{ type: "doc", id: "learn/core/index" },
{ type: "doc", id: "learn/cross-chain/index" },
{
type: "category",
label: "Core",
description: "Overview of aelf, its architecture, and key features.",
link: {
type: "generated-index",
slug: "/learn/core",
},
items: [{ type: "autogenerated", dirName: "learn/core" }],
},
{
type: "category",
label: "Cross Chain",
description: "Description of Cross Chain",
link: {
type: "generated-index",
slug: "/learn/cross-chain",
},
items: [{ type: "autogenerated", dirName: "learn/cross-chain" }],
},
{ type: "doc", id: "learn/consensus/index" },
{ type: "doc", id: "learn/aelf-blockchain-boot-sequence/index" },
{ type: "doc", id: "learn/addresses/index" },
Expand Down

0 comments on commit 675b006

Please sign in to comment.