docs: New site 🎉

This commit is contained in:
Jade Ellis 2025-11-15 20:25:54 +00:00
parent d45c5a9f47
commit 5ea1206739
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
58 changed files with 5918 additions and 1263 deletions

37
docs/_nav.json Normal file
View file

@ -0,0 +1,37 @@
[
{
"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": "Server Reference",
"link": "/reference/server"
}
]
},
{
"text": "Community",
"link": "/community"
},
{
"text": "Security",
"link": "/security"
}
]