From 2a6ccf4a0a6a9117edd21833d0a34faa14b1b6db Mon Sep 17 00:00:00 2001 From: leohhhn Date: Thu, 20 Jun 2024 15:59:46 +0200 Subject: [PATCH] add gnoclient godoc --- docusaurus/sidebars.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docusaurus/sidebars.js b/docusaurus/sidebars.js index 0aa080f..e04a8c0 100644 --- a/docusaurus/sidebars.js +++ b/docusaurus/sidebars.js @@ -165,10 +165,7 @@ const sidebars = { type: 'category', label: 'gnoclient', link: {type: 'doc', id: 'reference/gnoclient/gnoclient'}, - items: [ - 'reference/gnoclient/signer', - 'reference/gnoclient/client' - ] + items: [] }, ], },