update services nav titles (#16484)

This commit is contained in:
trujillo-adam 2023-03-01 11:52:13 -08:00 committed by GitHub
parent 452ec19a42
commit 6b380e1216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 14 deletions

View File

@ -314,43 +314,43 @@
"title": "Services",
"routes": [
{
"title": "Services Overview",
"title": "Overview",
"path": "services/services"
},
{
"title": "Define and Register",
"title": "Usage",
"routes": [
{
"title": "Define Services",
"title": "Define services",
"path": "services/usage/define-services"
},
{
"title": "Define Health Checks",
"title": "Define health checks",
"path": "services/usage/checks"
},
{
"title": "Register Services and Health Checks",
"title": "Register services and health checks",
"path": "services/usage/register-services-checks"
}
]
},
{
"title": "Service Discovery",
"title": "Discover services with DNS",
"routes": [
{
"title": "DNS Usage Overview",
"title": "Overview",
"path": "services/discovery/dns-overview"
},
{
"title": "Configure Consul DNS Behavior",
"title": "Configure DNS behavior",
"path": "services/discovery/dns-configuration"
},
{
"title": "Perform Static DNS Lookups",
"title": "Perform static DNS lookups",
"path": "services/discovery/dns-static-lookups"
},
{
"title": "Enable Dynamic DNS Lookups",
"title": "Enable dynamic DNS lookups",
"path": "services/discovery/dns-dynamic-lookups"
}
]
@ -359,19 +359,19 @@
"title": "Configuration",
"routes": [
{
"title": "Services Configuration Overview",
"title": "Overview",
"path": "services/configuration/services-configuration-overview"
},
{
"title": "Services Configuration Reference",
"title": "Services",
"path": "services/configuration/services-configuration-reference"
},
{
"title": "Health Checks Configuration Reference",
"title": "Health checks",
"path": "services/configuration/checks-configuration-reference"
},
{
"title": "Service Defaults Configuration Reference",
"title": "Service defaults",
"href": "connect/config-entries/service-defaults"
}
]