Update docs-navigation.js
Added links for API and CLI docs to sidebar
This commit is contained in:
parent
eb23a7d5dd
commit
63280ae289
|
@ -40,6 +40,11 @@ export default [
|
|||
{ title: 'Kubernetes', href: '/docs/k8s' },
|
||||
],
|
||||
},
|
||||
|
||||
{ title: 'API', href: '/api-docs' },
|
||||
|
||||
{ title: 'Commands (CLI)', href: '/commands' },
|
||||
|
||||
{
|
||||
category: 'discovery',
|
||||
name: 'Service Discovery',
|
||||
|
|
Loading…
Reference in New Issue