Skip to content

Commit

Permalink
Updates order of some commands in docs sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlingstuyl committed Dec 14, 2023
1 parent 38bb1d7 commit e0b37b9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/src/config/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ const sidebars: SidebarsConfig = {
},
{
type: 'doc',
label: 'administrativeunit member list',
id: 'cmd/aad/administrativeunit/administrativeunit-member-list'
label: 'administrativeunit member add',
id: 'cmd/aad/administrativeunit/administrativeunit-member-add'
},
{
type: 'doc',
label: 'administrativeunit member add',
id: 'cmd/aad/administrativeunit/administrativeunit-member-add'
label: 'administrativeunit member list',
id: 'cmd/aad/administrativeunit/administrativeunit-member-list'
}
]
},
Expand Down Expand Up @@ -86,6 +86,11 @@ const sidebars: SidebarsConfig = {
label: 'app set',
id: 'cmd/aad/app/app-set'
},
{
type: 'doc',
label: 'app permission add',
id: 'cmd/aad/app/app-permission-add'
},
{
type: 'doc',
label: 'app role add',
Expand All @@ -100,11 +105,6 @@ const sidebars: SidebarsConfig = {
type: 'doc',
label: 'app role remove',
id: 'cmd/aad/app/app-role-remove'
},
{
type: 'doc',
label: 'app permission add',
id: 'cmd/aad/app/app-permission-add'
}
]
},
Expand Down

0 comments on commit e0b37b9

Please sign in to comment.