added Integration category

- added "Integration" category
- added redirects
This commit is contained in:
Jasmine W 2020-09-09 13:55:36 -05:00
parent f74b8ed7fe
commit 38fda0b0f0
3 changed files with 16 additions and 1 deletions

View File

@ -91,6 +91,7 @@
/download-tools /docs/download-tools 301!
/docs/k8s/ambassador /docs/k8s/connect/ambassador 301!
/docs/k8s/installation/overview /docs/k8s/installation/install 301!
/docs/partnerships /docs/integrate/partnerships 301!
# CLI redirects
/docs/commands /commands 301!

View File

@ -217,7 +217,21 @@ export default [
category: 'architecture',
content: ['anti-entropy', 'consensus', 'gossip', 'jepsen', 'coordinates'],
},
'partnerships',
{
category: 'integrate',
name: 'Integrations',
content: [
'partnerships',
{
title: 'Ambassador Integration',
href: '/docs/k8s/connect/ambassador',
},
{
title: 'Proxy Integration',
href: '/docs/connect/proxies/integrate',
},
],
},
'download-tools',
{
category: 'upgrading',