continuwuity/docs/_nav.json
Ginger 89afaa94ac
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Successful in 2m29s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 4m54s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been cancelled
feat(docs): Move community pages into subdir, add partnered homeservers page
2026-01-26 21:32:05 -05:00

42 lines
1 KiB
JSON

[
{
"text": "Guide",
"link": "/introduction",
"activeMatch": "^/(introduction|configuration|deploying|turn|appservices|maintenance|troubleshooting)"
},
{
"text": "Development",
"link": "/development/index",
"activeMatch": "^/development/"
},
{
"text": "Reference",
"items": [
{
"text": "Configuration Reference",
"link": "/reference/config"
},
{
"text": "Admin Command Reference",
"link": "/reference/admin/"
}
]
},
{
"text": "Community",
"items": [
{
"text": "Community Guidelines",
"link": "/community/guidelines"
},
{
"text": "Become a Partnered Homeserver!",
"link": "/community/ops-guidelines"
}
]
},
{
"text": "Security",
"link": "/security"
}
]