From dc4c36eff36c6110b6afc91ece7bde02127bcfec Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Fri, 28 Jun 2024 18:38:51 +0800 Subject: [PATCH] fix: missing sidebar in network --- sidebars.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sidebars.ts b/sidebars.ts index 845451b..3754416 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -87,6 +87,7 @@ const sidebars: SidebarsConfig = { items: [{ type: "autogenerated", dirName: "learn/cross-chain" }], }, { type: "doc", id: "learn/consensus/index" }, + { type: "doc", id: "learn/network/index" }, { type: "doc", id: "learn/aelf-blockchain-boot-sequence/index" }, { type: "doc", id: "learn/addresses/index" }, { type: "doc", id: "learn/transactions/index" },