website: implement mktg 032 (#9953)

* website: migrate to new nav-data format

* website: clean up unused intro content

* website: remove deprecated sidebar_title from frontmatter

* website: add react-content to fix global style import issue
This commit is contained in:
Zachary Shilton 2021-04-07 15:50:38 -04:00 committed by hashicorp-ci
parent ee2c1e93f7
commit 1a28cd9175
329 changed files with 1862 additions and 2332 deletions

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: ACL Auth Methods - HTTP API
sidebar_title: Auth Methods
description: The /acl/auth-method endpoints manage Consul's ACL Auth Methods.
---

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: ACL Binding Rules - HTTP API
sidebar_title: Binding Rules
description: The /acl/binding-rule endpoints manage Consul's ACL Binding Rules.
---

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: ACLs - HTTP API
sidebar_title: ACLs
description: The /acl endpoints manage the Consul's ACL system.
---

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Legacy ACLs - HTTP API
sidebar_title: Legacy Tokens
description: >-
The /acl endpoints create, update, destroy, and query Legacy ACL tokens in
Consul.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: ACL Policies - HTTP API
sidebar_title: Policies
description: The /acl/policy endpoints manage Consul's ACL policies.
---

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: ACL Roles - HTTP API
sidebar_title: Roles
description: The /acl/role endpoints manage Consul's ACL Roles.
---

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: ACL Tokens - HTTP API
sidebar_title: Tokens
description: The /acl/token endpoints manage Consul's ACL Tokens.
---

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Check - Agent - HTTP API
sidebar_title: Checks
description: The /agent/check endpoints interact with checks on the local agent in Consul.
---

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Connect - Agent - HTTP API
sidebar_title: Connect
description: >-
The /agent/connect endpoints interact with Connect with agent-local
operations.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Agent - HTTP API
sidebar_title: Agent
description: |-
The /agent endpoints interact with the local Consul agent to register
services, checks, list members, and more.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Service - Agent - HTTP API
sidebar_title: Services
description: |-
The /agent/service endpoints interact with services on the local agent in
Consul.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Catalog - HTTP API
sidebar_title: Catalog
description: |-
The /catalog endpoints register and deregister nodes, services, and checks in
Consul.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Config - HTTP API
sidebar_title: Config
description: |-
The /config endpoints are for managing centralized configuration
in Consul.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Certificate Authority - Connect - HTTP API
sidebar_title: Certificate Authority (CA)
description: |-
The /connect/ca endpoints provide tools for interacting with Connect's
Certificate Authority mechanism via Consul's HTTP API.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Connect - HTTP API
sidebar_title: Connect
description: >-
The `/connect` endpoints provide access to Connect-related operations for
intentions and the certificate authority.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Intentions - Connect - HTTP API
sidebar_title: Intentions
description: |-
The /connect/intentions endpoint provide tools for managing intentions via
Consul's HTTP API.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Coordinate - HTTP API
sidebar_title: Coordinates
description: |-
The /coordinate endpoints query for the network coordinates for nodes in the
local datacenter as well as Consul servers in the local datacenter and remote

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Discovery Chain - HTTP API
sidebar_title: Discovery Chain
description: The /discovery-chain endpoints are for interacting with the discovery chain.
---

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Events - HTTP API
sidebar_title: Events
description: |-
The /event endpoints fire new events and to query the available events in
Consul.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Blocking Queries
sidebar_title: Blocking Queries
description: |-
Many endpoints in Consul support a feature known as "blocking queries". A
blocking query is used to wait for a potential change using long polling.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Agent Caching
sidebar_title: Agent Caching
description: |-
Some read endpoints support agent caching. They are clearly marked in the
documentation.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Consistency Modes
sidebar_title: Consistency Modes
description: >-
Most of the read query endpoints support multiple levels of consistency. Since
no policy will suit all clients' needs, these consistency modes allow the user

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Filtering
sidebar_title: Filtering
description: |-
Consul exposes a RESTful HTTP API to control almost every aspect of the
Consul agent.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Health - HTTP API
sidebar_title: Health
description: |-
The /health endpoints query health-related information for services and checks
in Consul.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: HTTP API
sidebar_title: API Introduction
description: |-
Consul exposes a RESTful HTTP API to control almost every aspect of the
Consul agent.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: KV Store - HTTP API
sidebar_title: KV Store
description: |-
The /kv endpoints access Consul's simple key/value store, useful for storing
service configuration or other metadata.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Libraries and SDKs - HTTP API
sidebar_title: Libraries & SDKs
description: |-
There are many third-party libraries for interacting with Consul's HTTP API.
This page lists the HashiCorp and community-maintained Consul HTTP API client

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Namespace - HTTP API
sidebar_title: Namespaces
description: The /namespace endpoints allow for managing Consul Enterprise Namespaces.
---

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Network Areas - Operator - HTTP API
sidebar_title: Area
description: |-
The /operator/area endpoints expose the network tomography information via
Consul's HTTP API.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Autopilot - Operator - HTTP API
sidebar_title: Autopilot
description: |-
The /operator/autopilot endpoints allow for automatic operator-friendly
management of Consul servers including cleanup of dead servers, monitoring

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Operator - HTTP API
sidebar_title: Operator
description: |-
The /operator endpoints provide cluster-level tools for Consul operators,
such as interacting with the Raft subsystem.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Keyring - Operator - HTTP API
sidebar_title: Keyring
description: |-
The /operator/keyring endpoints allow for management of the gossip encryption
keyring.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: License - Operator - HTTP API
sidebar_title: License
description: |-
The /operator/license endpoints allow for setting and retrieving the Consul
Enterprise License.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Raft - Operator - HTTP API
sidebar_title: Raft
description: |-
The /operator/raft endpoints provide tools for management of Raft the
consensus subsystem and cluster quorum.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Network Segments - Operator - HTTP API
sidebar_title: Segment
description: |-
The /operator/segment endpoint exposes the network segment information via
Consul's HTTP API.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Prepared Queries - HTTP API
sidebar_title: Prepared Queries
description: The /query endpoints manage and execute prepared queries in Consul.
---

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Session - HTTP API
sidebar_title: Sessions
description: 'The /session endpoints create, destroy, and query sessions in Consul.'
---

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Snapshot - HTTP API
sidebar_title: Snapshots
description: |-
The /snapshot endpoints save and restore Consul's server state for disaster
recovery.

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Status - HTTP API
sidebar_title: Status
description: |-
The /status endpoints return information about the status of the Consul
cluster. This information is generally very low level and not often useful for

View File

@ -1,7 +1,6 @@
---
layout: api
page_title: Transaction - HTTP API
sidebar_title: Transactions
description: >-
The /txn endpoint manages multiple operations in Consul, including catalog
updates and fetches of multiple KV entries inside a single, atomic

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Auth Method Create'
sidebar_title: create
---
# Consul ACL Auth Method Create

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Auth Method Delete'
sidebar_title: delete
---
# Consul ACL Auth Method Delete

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Auth Methods'
sidebar_title: auth-method
---
# Consul ACL Auth Methods

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Auth Method List'
sidebar_title: list
---
# Consul ACL Auth Method List

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Auth Method Read'
sidebar_title: read
---
# Consul ACL Auth Method Read

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Auth Method Update'
sidebar_title: update
---
# Consul ACL Auth Method Update

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Binding Rule Create'
sidebar_title: create
---
# Consul ACL Binding Rule Create

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Binding Rule Delete'
sidebar_title: delete
---
# Consul ACL Binding Rule Delete

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Binding Rule'
sidebar_title: binding-rule
---
# Consul ACL Binding Rules

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Binding Rule List'
sidebar_title: list
---
# Consul ACL Binding Rule List

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Binding Rule Read'
sidebar_title: read
---
# Consul ACL Binding Rule Read

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Binding Rule Update'
sidebar_title: update
---
# Consul ACL Binding Rule Update

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Bootstrap'
sidebar_title: bootstrap
---
# Consul ACL Bootstrap

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL'
sidebar_title: acl
---
# Consul ACLs

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Policy Create'
sidebar_title: create
---
# Consul ACL Policy Create

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Policy Delete'
sidebar_title: delete
---
# Consul ACL Policy Delete

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Policy'
sidebar_title: policy
---
# Consul ACL Policies

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Policy List'
sidebar_title: list
---
# Consul ACL Policy List

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Policy Read'
sidebar_title: read
---
# Consul ACL Policy Read

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Policy Update'
sidebar_title: update
---
# Consul ACL Policy Update

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Role Create'
sidebar_title: create
---
# Consul ACL Role Create

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Role Delete'
sidebar_title: delete
---
# Consul ACL Role Delete

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Role'
sidebar_title: role
---
# Consul ACL Roles

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Role List'
sidebar_title: list
---
# Consul ACL Role List

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Role Read'
sidebar_title: read
---
# Consul ACL Role Read

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Role Update'
sidebar_title: update
---
# Consul ACL Role Update

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Set Agent Token'
sidebar_title: set-agent-token
---
# Consul ACL Set Agent Token

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Token Clone'
sidebar_title: clone
---
# Consul ACL Token Clone

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Token Create'
sidebar_title: create
---
# Consul ACL Token Create

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Token Delete'
sidebar_title: delete
---
# Consul ACL Token Delete

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Token'
sidebar_title: token
---
# Consul ACL Tokens

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Token List'
sidebar_title: list
---
# Consul ACL Token List

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Token Read'
sidebar_title: read
---
# Consul ACL Token Read

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Token Update'
sidebar_title: update
---
# Consul ACL Token Update

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: ACL Translate Rules'
sidebar_title: translate-rules
---
-> **Deprecated:** This command exists only as a convenience to make legacy ACL migration easier.

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Agent'
sidebar_title: agent
description: >-
The `consul agent` command is the heart of Consul: it runs the agent that
performs the important task of maintaining membership information, running

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Catalog List Datacenters'
sidebar_title: datacenters
---
# Consul Catalog List Datacenters

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Catalog'
sidebar_title: catalog
---
# Consul Catalog

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Catalog List Nodes'
sidebar_title: nodes
---
# Consul Catalog List Nodes

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Catalog List Services'
sidebar_title: services
---
# Consul Catalog List Services

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Config Delete'
sidebar_title: delete
---
# Consul Config Delete

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Config'
sidebar_title: config
---
# Consul Config

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Config List'
sidebar_title: list
---
# Consul Config List

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Config Read'
sidebar_title: read
---
# Consul Config Read

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Config Write'
sidebar_title: write
---
# Consul Config Write

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Connect CA'
sidebar_title: ca
description: >
The connect CA subcommand is used to view and modify the Connect Certificate
Authority (CA) configuration.

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Connect Proxy'
sidebar_title: envoy
description: The connect proxy subcommand is used to run the Envoy proxy for Connect.
---

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Connect Expose'
sidebar_title: expose
description: >
The connect expose subcommand is used to expose a Connect-enabled service
through an Ingress gateway by modifying the gateway's configuration and adding

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Connect'
sidebar_title: connect
---
# Consul Connect

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Connect Proxy'
sidebar_title: proxy
description: >
The connect proxy subcommand is used to run the built-in mTLS proxy for
Connect.

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Debug'
sidebar_title: debug
---
# Consul Debug

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Event'
sidebar_title: event
description: >-
The event command provides a mechanism to fire a custom user event to an
entire datacenter. These events are opaque to Consul, but they can be used to

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Exec'
sidebar_title: exec
description: >-
The exec command provides a mechanism for remote execution. For example, this
can be used to run the `uptime` command across all machines providing the

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Force Leave'
sidebar_title: force-leave
description: >-
The `force-leave` command forces a member of a Consul cluster to enter the
left state. If the member is still actually alive, it will eventually rejoin

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: Commands
sidebar_title: Commands (CLI)
description: >-
Consul is controlled via a very easy to use command-line interface (CLI).
Consul is only a single command-line application: `consul`. This application

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Info'
sidebar_title: info
description: >-
The `info` command provides various debugging information that can be useful
to operators. Depending on if the agent is a client or server, information

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Intention Check'
sidebar_title: check
---
# Consul Intention Check

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Intention Create'
sidebar_title: create
---
# Consul Intention Create

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Intention Delete'
sidebar_title: delete
---
# Consul Intention Delete

View File

@ -1,7 +1,6 @@
---
layout: commands
page_title: 'Commands: Intention Get'
sidebar_title: get
---
# Consul Intention Get

Some files were not shown because too many files have changed in this diff Show More