Fix sidebar order (#5744)

This commit is contained in:
Jim Kalafut
2018-11-09 09:46:28 -08:00
committed by GitHub
parent 25e354ecea
commit 95841a1c6a
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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: [