added Integration category
- added "Integration" category - added redirects
This commit is contained in:
parent
f74b8ed7fe
commit
38fda0b0f0
|
@ -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!
|
||||
|
|
|
@ -217,7 +217,21 @@ export default [
|
|||
category: 'architecture',
|
||||
content: ['anti-entropy', 'consensus', 'gossip', 'jepsen', 'coordinates'],
|
||||
},
|
||||
{
|
||||
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',
|
||||
|
|
Loading…
Reference in New Issue