open-consul/website/data/docs-nav-data-hidden.json
Zachary Shilton d605632216
website: resolve unlinked content (#10087)
* website: add back unlinked pages to match previous state

* website: add unlinked content check

* website: add hidden nav-data to unlinked content check
2021-04-23 10:51:13 -04:00

60 lines
950 B
JSON

[
{
"title": "Internals",
"routes": [
{
"title": "Overview",
"path": "internals"
},
{
"title": "ACL",
"path": "internals/acl"
}
]
},
{
"title": "Get Started",
"routes": [
{
"title": "Manual Bootstrap",
"path": "install/manual-bootstrap"
}
]
},
{
"title": "Connect",
"routes": [
{
"title": "Proxies",
"routes": [
{
"title": "Managed (Deprecated)",
"path": "connect/proxies/managed-deprecated"
}
]
},
{
"title": "Security",
"path": "connect/security"
}
]
},
{
"title": "Agent",
"routes": [
{
"title": "RPC",
"path": "agent/rpc"
},
{
"title": "Sentinel",
"path": "agent/sentinel"
}
]
},
{
"title": "Guides",
"path": "guides"
}
]