Update docs-navigation.js

Added links for API and CLI docs to sidebar
This commit is contained in:
Jasmine W 2020-10-14 14:12:50 -04:00
parent eb23a7d5dd
commit 63280ae289
1 changed files with 5 additions and 0 deletions

View File

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