Update docs-navigation.js

Added links for API and CLI docs to sidebar
pull/8959/head
Jasmine W 2020-10-14 14:12:50 -04:00
parent 71ba8300a3
commit 26a1342595
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,11 @@ export default [
{ title: 'Kubernetes', href: '/docs/k8s' }, { title: 'Kubernetes', href: '/docs/k8s' },
], ],
}, },
{ title: 'API', href: '/api-docs' },
{ title: 'Commands (CLI)', href: '/commands' },
{ {
category: 'discovery', category: 'discovery',
name: 'Service Discovery', name: 'Service Discovery',