AvalonDocumentationEngine/views/pages.json
2023-01-05 18:17:51 -06:00

47 lines
813 B
JSON

{
"documentationData": {
"name": [
"Avalon",
"Documentation Engine",
"Help Desk"
],
"shortName": "ADE Help Desk"
},
"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"
}
}
}