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

This commit is contained in:
Jeff Escalante 2020-08-18 15:11:06 -04:00
parent 647236bb17
commit ca8c9484e9
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
6 changed files with 1537 additions and 1139 deletions

View File

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

2592
website/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File

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

View File

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