Create configuration
This commit is contained in:
parent
f454944e43
commit
786263ff9c
1 changed files with 61 additions and 0 deletions
61
config.json
Normal file
61
config.json
Normal file
|
@ -0,0 +1,61 @@
|
||||||
|
{
|
||||||
|
"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/"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue