AvalonDocumentationEngine/views/pages.json

62 lines
1.1 KiB
JSON
Raw Normal View History

2023-01-05 04:18:04 +00:00
{
"tags": {
"404": {
"shortname": "404",
"color": "#008000"
},
"MikeyLore": {
"shortname": "MLR",
"color": "#0080ff"
},
"Avalonian_Vineyards": {
"shortname": "AVY",
"color": "#35ff00"
},
"Avalonian_Districts": {
"shortname": "M+A",
"color": "#1BC080"
},
"Meta": {
"shortname": "//",
"color": "#808080"
}
},
"pages": {
"Welcome!": {
"tags": [
"Avalonian_Districts",
"Meta"
],
"color": "#808080",
"link": {
"redirect": false,
"location": "articles/Welcome"
}
},
"Sandbox": {
"tags": [
"Avalonian_Districts",
"Meta"
],
"hidden": true,
"color": "#808080",
"link": {
"redirect": false,
"location": "articles/Sandbox"
}
},
"404_Not_Found": {
"tags": [
"Meta",
"404"
],
"hidden": true,
"color": "#000000",
"link": {
"redirect": false,
"location": "articles/404"
}
}
}
}