From 931a59e923c7976a492e37980242e174fac3b221 Mon Sep 17 00:00:00 2001 From: Jwaegebaert <38426621+Jwaegebaert@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:25:41 +0200 Subject: [PATCH] Removed 'New command sample' from sidebar --- docs/src/config/sidebars.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/config/sidebars.js b/docs/src/config/sidebars.js index c2d31d89bb9..8d551116fe4 100644 --- a/docs/src/config/sidebars.js +++ b/docs/src/config/sidebars.js @@ -972,6 +972,11 @@ const sidebars = { label: 'bucket get', id: 'cmd/planner/bucket/bucket-get' }, + { + type: 'doc', + label: 'bucket list', + id: 'cmd/planner/bucket/bucket-list' + }, { type: 'doc', label: 'bucket remove', @@ -4221,11 +4226,6 @@ const sidebars = { }, { 'Creating a new command': [ - { - type: 'doc', - label: 'New command sample', - id: 'contribute/new-command/step-by-step-guide' - }, { type: 'doc', label: 'Command logic',