MinPluto/config.json

61 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2024-11-12 19:17:44 -05:00
{
"SiteSettings": {
"OrgName": "SudoVanilla",
"SiteName": "MinPluto",
"SiteProtocol": "https",
"SiteDomain": "minpluto.docs.sudovanilla.org",
"SiteBase": "",
"MetaColor": "",
"WhiteLabel": "true",
"FooterVersion": "true"
},
"HeaderItems": [
{
"text": "Documentation",
"link": "/introduction/"
},
{
"text": "Source Code",
"link": "https://ark.sudovanilla.org/MinPluto/MinPluto/"
}
],
"SidebarItems": [
{
"heading": "Introduction"
},
{
"text": "Introduction",
"link": "/introduction/"
},
{
"text": "FAQ",
"link": "/faq/"
},
{
"text": "Compatibility",
"link": "/compatibility/"
},
{
"text": "Support",
"link": "/support/"
},
{
"heading": "Setup"
},
{
"text": "Requirements",
"link": "/requirements/"
},
{
"text": "Self-Hosting",
"link": "/self-hosting/"
},
{
"heading": "References"
},
{
"text": "API",
"link": "/api/"
}
]
}