CLI reference page relocation

This commit is contained in:
boruszak 2022-09-28 11:03:30 -05:00
parent 7f0c6eee8f
commit afe1422281
4 changed files with 17 additions and 12 deletions

View File

@ -1,13 +1,13 @@
---
layout: commands
page_title: 'Commands: Consul Dataplane'
layout: docs
page_title: Consul Dataplane CLI Reference
description: >-
Consul Dataplane runs as a separate binary controlled with the `consul-dataplane` CLI command. Learn how to use this command to configure your dataplane on Kubernetes with this reference guide and example code.
---
# Consul Dataplane
# Consul Dataplane CLI Reference
Command: `consul-dataplane`
The `consul-dataplane` command interacts with the binary for [simplified service mesh with Consul Dataplane](/consul/docs/k8s/dataplane). Use this command to install Consul Dataplane, configure its Envoy proxies, and secure Dataplane deployments.
The `consul-dataplane` command interacts with the binary for [simplified service mesh with Consul Dataplane](/consul/docs/k8s/dataplane/index). Use this command to install Consul Dataplane, configure its Envoy proxies, and secure Dataplane deployments.
## Usage

View File

@ -31,7 +31,7 @@ Consul Dataplane manages Envoy proxies and leaves responsibility for other funct
To get started with Consul Dataplane, use the following reference resources:
- For `consul-dataplane` commands and usage examples, including required flags for startup, refer to the [`consul-dataplane` CLI reference](/consul/commands/consul-dataplane).
- For `consul-dataplane` commands and usage examples, including required flags for startup, refer to the [`consul-dataplane` CLI reference](/consul/docs/dataplane/consul-dataplane).
- For Helm chart information, refer to the [Helm Chart reference](/consul/docs/k8s/helm).
- For Envoy, Consul, and Consul Dataplane version compatibility, refer to the [Envoy compatibility matrix](/consul/docs/k8s/compatibility).

View File

@ -252,10 +252,6 @@
}
]
},
{
"title": "consul-dataplane",
"path": "consul-dataplane"
},
{
"title": "debug",
"path": "debug"

View File

@ -951,7 +951,16 @@
},
{
"title": "Consul Dataplane",
"path": "k8s/dataplane"
"routes": [
{
"title": "Overview",
"path": "k8s/dataplane/index"
},
{
"title": "CLI Reference",
"path": "k8s/dataplane/consul-dataplane"
}
]
},
{
"title": "Consul DNS",