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',