vaguerent/website/data/docs-nav-data-hidden.json
Zachary Shilton da0a2bff53
website: resolve unlinked content (#12322)
* website: add back unlinked pages to match previous state

* website: add check for unlinked content

* website: fix issue with missing scope
2021-04-23 09:11:58 -04:00

33 lines
504 B
JSON

[
{
"title": "CLI",
"routes": [
{
"title": "rsync",
"path": "cli/rsync"
},
{
"title": "rsync-auto",
"path": "cli/rsync-auto"
},
{
"title": "winrm",
"path": "cli/winrm"
},
{
"title": "winrm_config",
"path": "cli/winrm_config"
}
]
},
{
"title": "Other",
"routes": [
{
"title": "macOS Catalina",
"path": "other/macos-catalina"
}
]
}
]