Devojo/config.json
2024-12-05 15:04:21 -05:00

31 lines
No EOL
671 B
JSON

{
"SiteSettings": {
"OrgName": "SudoVanilla",
"SiteName": "Devojo",
"SiteProtocol": "https",
"SiteDomain": "devojo.docs.sudovanilla.org",
"SiteBase": "",
"MetaColor": "",
"WhiteLabel": "true",
"FooterVersion": "true"
},
"HeaderItems": [
{
"text": "Download",
"link": "#"
}
],
"SidebarItems": [
{
"heading": "Introduction"
},
{
"text": "Introduction",
"link": "/introduction/"
},
{
"text": "Installation",
"link": "/installation/"
}
]
}