mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-14 01:17:07 +00:00
Fix sidebar order (#5744)
This commit is contained in:
@@ -46,9 +46,9 @@
|
|||||||
- docs/commands/lease/index.html
|
- docs/commands/lease/index.html
|
||||||
- docs/commands/list.html
|
- docs/commands/list.html
|
||||||
- docs/commands/login.html
|
- docs/commands/login.html
|
||||||
|
- docs/commands/namespace.html
|
||||||
- docs/commands/operator/index.html
|
- docs/commands/operator/index.html
|
||||||
- docs/commands/path-help.html
|
- docs/commands/path-help.html
|
||||||
- docs/commands/namespace.html
|
|
||||||
- docs/commands/plugin/index.html
|
- docs/commands/plugin/index.html
|
||||||
- docs/commands/policy/index.html
|
- docs/commands/policy/index.html
|
||||||
- docs/commands/read.html
|
- docs/commands/read.html
|
||||||
|
|||||||
@@ -104,6 +104,7 @@
|
|||||||
},
|
},
|
||||||
'list',
|
'list',
|
||||||
'login',
|
'login',
|
||||||
|
'namespace',
|
||||||
{
|
{
|
||||||
category: 'operator',
|
category: 'operator',
|
||||||
content: [
|
content: [
|
||||||
@@ -119,7 +120,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
'path-help',
|
'path-help',
|
||||||
'namespace',
|
|
||||||
{
|
{
|
||||||
category: 'plugin',
|
category: 'plugin',
|
||||||
content: [
|
content: [
|
||||||
|
|||||||
Reference in New Issue
Block a user