mirror of https://github.com/status-im/consul.git
Changed titles for services pages to sentence style cap (#16477)
* Changed titles for services pages to sentence style cap * missed a meta title
This commit is contained in:
parent
4f2d9a91e5
commit
1f422f3df3
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Health Check Configuration Reference
|
||||
page_title: Health check configuration reference
|
||||
description: ->
|
||||
Use the health checks to direct safety functions, such as removing failing nodes and replacing secondary services. Learn how to configure health checks.
|
||||
---
|
||||
|
||||
# Health Check Configuration Reference
|
||||
# Health check configuration reference
|
||||
|
||||
This topic provides configuration reference information for health checks. For information about the different kinds of health checks and guidance on defining them, refer to [Define Health Checks].
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Services Configuration Overview
|
||||
page_title: Services configuration overview
|
||||
description: ->
|
||||
This topic provides introduces the configuration items that enable you to register services with Consul so that they can connect to other services and nodes registered with Consul.
|
||||
---
|
||||
# Services Configuration Overview
|
||||
|
||||
# Services configuration overview
|
||||
|
||||
This topic provides introduces the configuration items that enable you to register services with Consul so that they can connect to other services and nodes registered with Consul.
|
||||
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
page_title: Service Configuration Reference
|
||||
layout: docs
|
||||
page_title: Service configuration reference
|
||||
description: Use the service definition to configure and register services to the Consul catalog, including services used as proxies in a Consul service mesh
|
||||
---
|
||||
|
||||
# Services Configuration Reference
|
||||
# Services configuration reference
|
||||
|
||||
This topic describes the options you can use to define services for registering them with Consul. Refer to the following topics for usage information:
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Configure Consul DNS Behavior
|
||||
page_title: Configure Consul DNS behavior
|
||||
description: ->
|
||||
Learn how to modify the default DNS behavior so that services and nodes can easily discover other services and nodes in your network.
|
||||
---
|
||||
|
||||
# Configure Consul DNS Behavior
|
||||
# Configure Consul DNS behavior
|
||||
|
||||
This topic describes the default behavior of the Consul DNS functionality and how to customize how Consul performs queries.
|
||||
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Enable Dynamic DNS Queries
|
||||
page_title: Enable dynamic DNS queries
|
||||
description: ->
|
||||
Learn how to dynamically query the Consul DNS using prepared queries, which enable robust service and node lookups.
|
||||
---
|
||||
|
||||
# Enable Dynamic DNS Queries
|
||||
# Enable dynamic DNS aueries
|
||||
|
||||
This topic describes how to dynamically query the Consul catalog using prepared queries. Prepared queries are configurations that enable you to register a complex service query and execute it on demand. For information about how to perform standard node and service lookups, refer to [Perform Static DNS Queries](/consul/docs/services/discovery/dns-static-lookups).
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: DNS Usage Overview
|
||||
page_title: DNS usage overview
|
||||
description: >-
|
||||
For service discovery use cases, Domain Name Service (DNS) is the main interface to look up, query, and address Consul nodes and services. Learn how a Consul DNS lookup can help you find services by tag, name, namespace, partition, datacenter, or domain.
|
||||
---
|
||||
|
||||
# DNS Usage Overview
|
||||
# DNS usage overview
|
||||
|
||||
This topic provides overview information about how to look up Consul nodes and services using the Consul DNS.
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Perform Static DNS Queries
|
||||
page_title: Perform static DNS queries
|
||||
description: ->
|
||||
Learn how to use standard Consul DNS lookup formats to enable service discovery for services and nodes.
|
||||
---
|
||||
|
||||
# Perform Static DNS Queries
|
||||
# Perform static DNS queries
|
||||
This topic describes how to query the Consul DNS to look up nodes and services registered with Consul. Refer to [Enable Dynamic DNS Queries](/consul/docs/services/discovery/dns-dynamic-lookups) for information about using prepared queries.
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Services Overview
|
||||
page_title: Services overview
|
||||
description: >-
|
||||
Learn about services and service discovery workflows and concepts for virtual machine environments.
|
||||
---
|
||||
|
||||
# Services Overview
|
||||
# Services overview
|
||||
This topic provides overview information about services and how to make them discoverable in Consul when your network operates on virtual machines. If service mesh is enabled in your network, refer to the topics in [Consul Service Mesh](/consul/docs/connect/). If your network is running in Kubernetes, refer to the topics in [Consul on Kubernetes](/consul/docs/k8s).
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Define Health Checks
|
||||
page_title: Define health checks
|
||||
description: ->
|
||||
Learn how to configure different types of health checks for services you register with Consul.
|
||||
---
|
||||
|
||||
# Define Health Checks
|
||||
# Define health checks
|
||||
This topic describes how to create different types of health checks for your services.
|
||||
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Define Services
|
||||
page_title: Define services
|
||||
description: >-
|
||||
Learn how to define services so that they are discoverable in your network.
|
||||
---
|
||||
|
||||
# Define Services
|
||||
# Define services
|
||||
|
||||
This topic describes how to define services so that they can be discovered by other services. Refer to [Services Overview](/consul/docs/services/services) for additional information.
|
||||
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Register Services and Health Checks
|
||||
page_title: Register services and health checks
|
||||
description: ->
|
||||
Learn how to register services and health checks with Consul agents.
|
||||
---
|
||||
|
||||
# Register Services and Health Checks
|
||||
# Register services and health checks
|
||||
|
||||
This topic describes how to register services and health checks with Consul in networks running on virtual machines (VM). Refer to [Define Services](/consul/usage/services/usage/define-services) and [Define Health Checks](/consul/usage/services/usage/checks) for information about how to define services and health checks.
|
||||
|
||||
## Overview
|
||||
|
|
Loading…
Reference in New Issue