forked from continuwuation/continuwuity
- Change xtasks to use `clap` for argument parsing - Generate admin command reference manually instead of with `clap_markdown` - Split admin command reference into multiple files
37 lines
882 B
JSON
37 lines
882 B
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": "Server Reference",
|
|
"link": "/reference/server"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"text": "Community",
|
|
"link": "/community"
|
|
},
|
|
{
|
|
"text": "Security",
|
|
"link": "/security"
|
|
}
|
|
]
|