Skip to content

Commit

Permalink
Removed 'New command sample' from sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Jwaegebaert committed Oct 3, 2023
1 parent cc148e2 commit 931a59e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/config/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 931a59e

Please sign in to comment.