Skip to content

Commit

Permalink
set up services usage dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
trujillo-adam committed Jan 30, 2023
1 parent 3f34829 commit bab88a4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 17 additions & 7 deletions website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,19 +303,29 @@
"divider": true
},
{
"title": "Service Discovery",
"title": "Services",
"routes": [
{
"title": "Register Services - Service Definitions",
"path": "discovery/services"
"title": "Services Overview",
"path": "services/services"
},
{
"title": "Find Services - DNS Interface",
"path": "discovery/dns"
"title": "Define",
"routes": [
{
"title": "Define Health Checks",
"path": "services/usage/checks"
}
]
},
{
"title": "Monitor Services - Check Definitions",
"path": "discovery/checks"
"title": "Discover",
"routes": [
{
"title": "Overview",
"path": "services/discovery/dns"
}
]
}
]
},
Expand Down

0 comments on commit bab88a4

Please sign in to comment.