upgrade to latest docs-sidenav, fix some issues with the k8s section

pull/8531/head
Jeff Escalante 4 years ago
parent b4015969c9
commit b1dc6a4a01
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB

@ -159,7 +159,12 @@ export default [
}, },
{ {
category: 'gateways', category: 'gateways',
content: [ 'mesh-gateway', 'wan-federation-via-mesh-gateways', 'ingress-gateway', 'terminating-gateway'], content: [
'mesh-gateway',
'wan-federation-via-mesh-gateways',
'ingress-gateway',
'terminating-gateway',
],
}, },
{ {
category: 'registration', category: 'registration',
@ -180,10 +185,8 @@ export default [
category: 'k8s', category: 'k8s',
content: [ content: [
{ {
name: 'Installation',
category: 'installation', category: 'installation',
content: [ content: [
'overview',
{ {
category: 'platforms', category: 'platforms',
name: 'Platform Guides', name: 'Platform Guides',
@ -222,8 +225,7 @@ export default [
}, },
{ {
category: 'multi-cluster', category: 'multi-cluster',
name: 'Multi-Cluster Federation', content: ['kubernetes', 'vms-and-kubernetes'],
content: ['overview', 'kubernetes', 'vms-and-kubernetes'],
}, },
], ],
}, },
@ -234,8 +236,11 @@ export default [
}, },
{ {
category: 'connect', category: 'connect',
name: 'Connect Service Mesh', content: [
content: ['overview', 'ingress-gateways', 'terminating-gateways', 'connect-ca-provider'], 'ingress-gateways',
'terminating-gateways',
'connect-ca-provider',
],
}, },
'service-sync', 'service-sync',
'dns', 'dns',

File diff suppressed because it is too large Load Diff

@ -4,35 +4,34 @@
"version": "0.0.1", "version": "0.0.1",
"author": "HashiCorp", "author": "HashiCorp",
"dependencies": { "dependencies": {
"@hashicorp/nextjs-scripts": "11.1.0", "@hashicorp/nextjs-scripts": "11.1.1",
"@hashicorp/react-alert": "2.0.1", "@hashicorp/react-alert": "2.0.3",
"@hashicorp/react-alert-banner": "3.1.0", "@hashicorp/react-alert-banner": "3.2.1",
"@hashicorp/react-button": "2.2.1", "@hashicorp/react-button": "2.2.4",
"@hashicorp/react-call-to-action": "0.2.1", "@hashicorp/react-call-to-action": "0.2.4",
"@hashicorp/react-case-study-slider": "2.1.1", "@hashicorp/react-case-study-slider": "2.1.4",
"@hashicorp/react-code-block": "1.2.7", "@hashicorp/react-code-block": "1.2.9",
"@hashicorp/react-content": "4.0.0", "@hashicorp/react-content": "4.0.2",
"@hashicorp/react-docs-page": "4.0.0", "@hashicorp/react-docs-page": "5.0.0",
"@hashicorp/react-docs-sidenav": "3.2.5", "@hashicorp/react-featured-slider": "1.1.4",
"@hashicorp/react-featured-slider": "1.1.1", "@hashicorp/react-global-styles": "4.4.2",
"@hashicorp/react-global-styles": "4.4.0", "@hashicorp/react-head": "1.1.3",
"@hashicorp/react-head": "1.1.1", "@hashicorp/react-image": "2.0.3",
"@hashicorp/react-image": "2.0.1", "@hashicorp/react-inline-svg": "1.0.2",
"@hashicorp/react-inline-svg": "1.0.0", "@hashicorp/react-logo-grid": "2.1.4",
"@hashicorp/react-logo-grid": "2.1.1",
"@hashicorp/react-mega-nav": "4.0.1-2", "@hashicorp/react-mega-nav": "4.0.1-2",
"@hashicorp/react-product-downloader": "4.0.2", "@hashicorp/react-product-downloader": "4.1.1",
"@hashicorp/react-product-features-list": "1.0.1", "@hashicorp/react-product-features-list": "1.0.3",
"@hashicorp/react-section-header": "2.0.0", "@hashicorp/react-section-header": "2.0.2",
"@hashicorp/react-subnav": "3.2.3", "@hashicorp/react-subnav": "3.2.6",
"@hashicorp/react-text-and-content": "4.1.1", "@hashicorp/react-text-and-content": "4.1.4",
"@hashicorp/react-text-split": "0.3.1", "@hashicorp/react-text-split": "0.4.0",
"@hashicorp/react-text-split-with-code": "0.1.1", "@hashicorp/react-text-split-with-code": "0.2.0",
"@hashicorp/react-text-split-with-image": "1.3.1", "@hashicorp/react-text-split-with-image": "1.4.0",
"@hashicorp/react-text-split-with-logo-grid": "1.1.1", "@hashicorp/react-text-split-with-logo-grid": "1.3.0",
"@hashicorp/react-use-cases": "1.0.4", "@hashicorp/react-use-cases": "1.0.6",
"@hashicorp/react-vertical-text-block-list": "2.0.1", "@hashicorp/react-vertical-text-block-list": "2.0.3",
"algoliasearch": "4.3.0", "algoliasearch": "4.4.0",
"babel-plugin-import-glob-array": "0.2.0", "babel-plugin-import-glob-array": "0.2.0",
"dotenv": "8.2.0", "dotenv": "8.2.0",
"gray-matter": "4.0.2", "gray-matter": "4.0.2",
@ -41,8 +40,8 @@
"react": "16.13.1", "react": "16.13.1",
"react-device-detect": "1.13.1", "react-device-detect": "1.13.1",
"react-dom": "16.13.1", "react-dom": "16.13.1",
"remark": "12.0.0", "remark": "12.0.1",
"unist-util-visit": "2.0.2" "unist-util-visit": "2.0.3"
}, },
"devDependencies": { "devDependencies": {
"dart-linkcheck": "2.0.15", "dart-linkcheck": "2.0.15",

@ -1,7 +1,7 @@
--- ---
layout: docs layout: docs
page_title: Connect Service Mesh - Kubernetes page_title: Connect Service Mesh - Kubernetes
sidebar_title: Overview sidebar_title: Connect Service Mesh
description: >- description: >-
Connect is a feature built into to Consul that enables automatic Connect is a feature built into to Consul that enables automatic
service-to-service authorization and connection encryption across your Consul service-to-service authorization and connection encryption across your Consul

@ -1,7 +1,7 @@
--- ---
layout: docs layout: docs
page_title: Installing Consul on Kubernetes - Kubernetes page_title: Installing Consul on Kubernetes - Kubernetes
sidebar_title: Overview sidebar_title: Installation
description: >- description: >-
Consul can run directly on Kubernetes, both in server or client mode. For Consul can run directly on Kubernetes, both in server or client mode. For
pure-Kubernetes workloads, this enables Consul to also exist purely within pure-Kubernetes workloads, this enables Consul to also exist purely within

@ -1,7 +1,7 @@
--- ---
layout: docs layout: docs
page_title: Multi-Cluster Federation Overview page_title: Multi-Cluster Federation Overview
sidebar_title: Overview sidebar_title: Multi-Cluster Federation
description: >- description: >-
Installing on multiple Kubernetes clusters. Installing on multiple Kubernetes clusters.
--- ---
Loading…
Cancel
Save