From 48a3dd2dc640ee85823c5c24308efd8b2a933871 Mon Sep 17 00:00:00 2001 From: Leon Hudak <33522493+leohhhn@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:26:08 +0200 Subject: [PATCH] feat: add infra section (#38) * add infra section * match folder name change * fix --- docusaurus/sidebars.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docusaurus/sidebars.js b/docusaurus/sidebars.js index fc0fb3e..3c92ce8 100644 --- a/docusaurus/sidebars.js +++ b/docusaurus/sidebars.js @@ -88,6 +88,15 @@ const sidebars = { }, ] }, + { + type: 'category', + label: 'Gno Infrastructure', + link: {type: 'doc', id: 'gno-infrastructure/gno-infrastructure'}, + items: [ + 'gno-infrastructure/setting-up-a-local-chain', + 'gno-infrastructure/premining-balances', + ], + }, { type: 'category', label: 'Reference',