Skip to content

Commit

Permalink
sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
nanddeepn committed Oct 4, 2023
1 parent 2dbe809 commit 19ce719
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 @@ -1643,27 +1643,27 @@ const sidebars = {
{
type: 'doc',
label: 'connection add',
id: 'cmd/external/connection-add'
id: 'cmd/external/connection/connection-add'
},
{
type: 'doc',
label: 'connection get',
id: 'cmd/external/connection-get'
id: 'cmd/external/connection/connection-get'
},
{
type: 'doc',
label: 'connection list',
id: 'cmd/external/connection-list'
id: 'cmd/external/connection/connection-list'
},
{
type: 'doc',
label: 'connection remove',
id: 'cmd/external/connection-remove'
id: 'cmd/external/connection/connection-remove'
},
{
type: 'doc',
label: 'connection schema add',
id: 'cmd/external/connection-schema-add'
id: 'cmd/external/connection/connection-schema-add'
}
]
}
Expand Down

0 comments on commit 19ce719

Please sign in to comment.