diff --git a/website/content/docs/services/configuration/checks-configuration-reference.mdx b/website/content/docs/services/configuration/checks-configuration-reference.mdx index 3159c977a2..fee071de51 100644 --- a/website/content/docs/services/configuration/checks-configuration-reference.mdx +++ b/website/content/docs/services/configuration/checks-configuration-reference.mdx @@ -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]. diff --git a/website/content/docs/services/configuration/services-configuration-overview.mdx b/website/content/docs/services/configuration/services-configuration-overview.mdx index 55be8df324..3c01f05ae7 100644 --- a/website/content/docs/services/configuration/services-configuration-overview.mdx +++ b/website/content/docs/services/configuration/services-configuration-overview.mdx @@ -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. diff --git a/website/content/docs/services/configuration/services-configuration-reference.mdx b/website/content/docs/services/configuration/services-configuration-reference.mdx index d3ee69e037..95f01e16ff 100644 --- a/website/content/docs/services/configuration/services-configuration-reference.mdx +++ b/website/content/docs/services/configuration/services-configuration-reference.mdx @@ -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: diff --git a/website/content/docs/services/discovery/dns-configuration.mdx b/website/content/docs/services/discovery/dns-configuration.mdx index 7e43e7b75b..794be43a20 100644 --- a/website/content/docs/services/discovery/dns-configuration.mdx +++ b/website/content/docs/services/discovery/dns-configuration.mdx @@ -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. diff --git a/website/content/docs/services/discovery/dns-dynamic-lookups.mdx b/website/content/docs/services/discovery/dns-dynamic-lookups.mdx index d19f41c9ea..d4c8a3fa9e 100644 --- a/website/content/docs/services/discovery/dns-dynamic-lookups.mdx +++ b/website/content/docs/services/discovery/dns-dynamic-lookups.mdx @@ -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 diff --git a/website/content/docs/services/discovery/dns-overview.mdx b/website/content/docs/services/discovery/dns-overview.mdx index 53baac080e..37eda715de 100644 --- a/website/content/docs/services/discovery/dns-overview.mdx +++ b/website/content/docs/services/discovery/dns-overview.mdx @@ -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. diff --git a/website/content/docs/services/discovery/dns-static-lookups.mdx b/website/content/docs/services/discovery/dns-static-lookups.mdx index d95987671e..68191104a2 100644 --- a/website/content/docs/services/discovery/dns-static-lookups.mdx +++ b/website/content/docs/services/discovery/dns-static-lookups.mdx @@ -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 diff --git a/website/content/docs/services/services.mdx b/website/content/docs/services/services.mdx index 3a2f215389..b24562e64e 100644 --- a/website/content/docs/services/services.mdx +++ b/website/content/docs/services/services.mdx @@ -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 diff --git a/website/content/docs/services/usage/checks.mdx b/website/content/docs/services/usage/checks.mdx index 99d26c7222..8f86b22839 100644 --- a/website/content/docs/services/usage/checks.mdx +++ b/website/content/docs/services/usage/checks.mdx @@ -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. diff --git a/website/content/docs/services/usage/define-services.mdx b/website/content/docs/services/usage/define-services.mdx index 35df236668..a4b6eaa159 100644 --- a/website/content/docs/services/usage/define-services.mdx +++ b/website/content/docs/services/usage/define-services.mdx @@ -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. diff --git a/website/content/docs/services/usage/register-services-checks.mdx b/website/content/docs/services/usage/register-services-checks.mdx index fca829a00e..89c96a1f2e 100644 --- a/website/content/docs/services/usage/register-services-checks.mdx +++ b/website/content/docs/services/usage/register-services-checks.mdx @@ -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