Use full names for cfg entries in sidebar

pull/9516/head
Luke Kysow 2021-01-06 11:01:01 -08:00
parent f0b78649f4
commit ff51ab236d
No known key found for this signature in database
GPG Key ID: FA168D4DC3F04307
8 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
--- ---
layout: docs layout: docs
page_title: 'Configuration Entry Kind: Ingress Gateway' page_title: 'Configuration Entry Kind: Ingress Gateway'
sidebar_title: ingress-gateway sidebar_title: Ingress Gateway
description: >- description: >-
The `ingress-gateway` config entry kind allows for configuring Ingress gateways The `ingress-gateway` config entry kind allows for configuring Ingress gateways
with listeners that expose a set of services outside the Consul service mesh. with listeners that expose a set of services outside the Consul service mesh.

View File

@ -1,7 +1,7 @@
--- ---
layout: docs layout: docs
page_title: 'Configuration Entry Kind: Proxy Defaults' page_title: 'Configuration Entry Kind: Proxy Defaults'
sidebar_title: proxy-defaults sidebar_title: Proxy Defaults
description: >- description: >-
The proxy-defaults config entry kind allows for configuring global config The proxy-defaults config entry kind allows for configuring global config
defaults across all services for Connect proxy configuration. Currently, only defaults across all services for Connect proxy configuration. Currently, only

View File

@ -1,7 +1,7 @@
--- ---
layout: docs layout: docs
page_title: 'Configuration Entry Kind: Service Defaults' page_title: 'Configuration Entry Kind: Service Defaults'
sidebar_title: service-defaults sidebar_title: Service Defaults
description: >- description: >-
The service-defaults config entry kind controls default global values for a The service-defaults config entry kind controls default global values for a
service, such as its protocol. service, such as its protocol.

View File

@ -1,7 +1,7 @@
--- ---
layout: docs layout: docs
page_title: 'Configuration Entry Kind: Service Intentions' page_title: 'Configuration Entry Kind: Service Intentions'
sidebar_title: service-intentions sidebar_title: Service Intentions
description: >- description: >-
The service-intentions config entry kind controls Connect traffic The service-intentions config entry kind controls Connect traffic
authorization for both networking layer 4 (e.g. TCP) and networking layer 7 authorization for both networking layer 4 (e.g. TCP) and networking layer 7

View File

@ -1,7 +1,7 @@
--- ---
layout: docs layout: docs
page_title: 'Configuration Entry Kind: Service Resolver' page_title: 'Configuration Entry Kind: Service Resolver'
sidebar_title: service-resolver sidebar_title: Service Resolver
description: >- description: >-
The `service-resolver` config entry kind controls which service instances The `service-resolver` config entry kind controls which service instances
should satisfy Connect upstream discovery requests for a given service name. should satisfy Connect upstream discovery requests for a given service name.

View File

@ -1,7 +1,7 @@
--- ---
layout: docs layout: docs
page_title: 'Configuration Entry Kind: Service Router' page_title: 'Configuration Entry Kind: Service Router'
sidebar_title: service-router sidebar_title: Service Router
description: >- description: >-
The service-router config entry kind controls Connect traffic routing and The service-router config entry kind controls Connect traffic routing and
manipulation at networking layer 7 (e.g. HTTP). manipulation at networking layer 7 (e.g. HTTP).

View File

@ -1,7 +1,7 @@
--- ---
layout: docs layout: docs
page_title: 'Configuration Entry Kind: Service Splitter' page_title: 'Configuration Entry Kind: Service Splitter'
sidebar_title: service-splitter sidebar_title: Service Splitter
description: >- description: >-
The service-splitter config entry kind controls how to split incoming Connect The service-splitter config entry kind controls how to split incoming Connect
requests across different subsets of a single service (like during staged requests across different subsets of a single service (like during staged

View File

@ -1,7 +1,7 @@
--- ---
layout: docs layout: docs
page_title: 'Configuration Entry Kind: Terminating Gateway' page_title: 'Configuration Entry Kind: Terminating Gateway'
sidebar_title: terminating-gateway sidebar_title: Terminating Gateway
description: >- description: >-
The `terminating-gateway` config entry kind allows for configuring terminating gateways The `terminating-gateway` config entry kind allows for configuring terminating gateways
to proxy traffic from services in the Consul service mesh to services outside the mesh. to proxy traffic from services in the Consul service mesh to services outside the mesh.