Merge pull request #8639 from hashicorp/k8s-docs-refactor

Move around k8s docs
This commit is contained in:
Luke Kysow 2020-09-09 11:33:54 -07:00 committed by GitHub
commit f74b8ed7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 7 deletions

View File

@ -89,6 +89,8 @@
/intro/vs/proxies /docs/intro/vs/proxies 301! /intro/vs/proxies /docs/intro/vs/proxies 301!
/intro/vs/custom /docs/intro/vs/custom 301! /intro/vs/custom /docs/intro/vs/custom 301!
/download-tools /docs/download-tools 301! /download-tools /docs/download-tools 301!
/docs/k8s/ambassador /docs/k8s/connect/ambassador 301!
/docs/k8s/installation/overview /docs/k8s/installation/install 301!
# CLI redirects # CLI redirects
/docs/commands /commands 301! /docs/commands /commands 301!

View File

@ -93,7 +93,9 @@ export default [
content: [ content: [
{ {
category: 'installation', category: 'installation',
name: 'Get Started',
content: [ content: [
'install',
{ {
category: 'platforms', category: 'platforms',
name: 'Platform Guides', name: 'Platform Guides',
@ -143,11 +145,11 @@ export default [
'ingress-gateways', 'ingress-gateways',
'terminating-gateways', 'terminating-gateways',
'connect-ca-provider', 'connect-ca-provider',
'ambassador',
], ],
}, },
'service-sync', 'service-sync',
'dns', 'dns',
'ambassador',
'upgrade', 'upgrade',
'uninstall', 'uninstall',
'helm', 'helm',

View File

@ -1,11 +1,11 @@
--- ---
layout: docs layout: docs
page_title: Helm Chart Reference page_title: Helm Chart Configuration
sidebar_title: Helm Chart Reference sidebar_title: Helm Chart Configuration
description: Reference for the Consul Helm chart. description: Configuration for the Consul Helm chart.
--- ---
# Helm Chart Reference # Helm Chart Configuration
## Configuration (Values) ## Configuration (Values)

View File

@ -1,7 +1,7 @@
--- ---
layout: docs layout: docs
page_title: Installing Consul on Kubernetes - Kubernetes page_title: Install with Helm Chart - Kubernetes
sidebar_title: Get Started sidebar_title: Install with Helm Chart
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