diff --git a/docusaurus/sidebars.js b/docusaurus/sidebars.js index 824738a..587425a 100644 --- a/docusaurus/sidebars.js +++ b/docusaurus/sidebars.js @@ -69,14 +69,6 @@ const sidebars = { 'concepts/from-go-to-gno', ], }, - { - type: 'category', - label: 'Gno Infra', - link: {type: 'doc', id: 'gno-infra/gno-infra'}, - items: [ - 'gno-infra/setting-up-a-faucet', - ], - }, { type: 'category', label: 'Gno Tooling', @@ -96,6 +88,7 @@ const sidebars = { items: [ 'gno-infrastructure/setting-up-a-local-chain', 'gno-infrastructure/premining-balances', + 'gno-infrastructure/setting-up-a-faucet', ], }, {