AvalonDocumentationEngine/views/pages.json
MeowcaTheoRange 1b9904aa02 Whee
2023-01-05 14:58:03 -06:00

45 lines
742 B
JSON

{
"wikiData": {
"name": [
"Avalon",
"Wiki Engine"
]
},
"tags": {
"Accessibility": {
"shortname": "ACC",
"color": "#000080"
},
"Help": {
"shortname": "HLP",
"color": "#ff0080"
},
"Installation_Guide": {
"shortname": "INS",
"color": "#000000"
}
},
"redirects": {
"Searchbar": "Searching"
},
"pages": {
"Welcome": {
"tags": [
"Meta"
],
"location": "articles/Welcome"
},
"Searching": {
"tags": [
"Help"
],
"location": "articles/Searching"
},
"Installation": {
"tags": [
"Help", "Installation_Guide"
],
"location": "articles/Installation"
}
}
}