1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/butterflyvu.git synced 2024-12-23 07:43:55 +00:00
butterflyvu/config.json

51 lines
1 KiB
JSON
Raw Normal View History

2024-06-11 01:36:01 +00:00
{
"SiteSettings": {
"OrgName": "SudoVanilla",
"SiteName": "ButterflyVu Demo",
"SiteProtocol": "http",
"SiteDomain": "localhost:2014",
"SiteBase": "",
"MetaColor": "",
"WhiteLabel": "true",
"FooterVersion": "true"
},
2024-06-11 01:36:01 +00:00
"HeaderItems": [
{
2024-08-24 04:45:23 +00:00
"text": "Syntax",
"link": "/syntax/"
2024-06-11 01:36:01 +00:00
},
{
2024-09-18 03:07:39 +00:00
"text": "Components",
"link": "/components/"
2024-06-11 01:36:01 +00:00
},
{
"text": "Link",
"link": "#"
}
],
"SidebarItems": [
{
"heading": "Heading"
},
{
2024-08-24 04:45:23 +00:00
"text": "Syntax",
"link": "syntax/"
2024-06-11 01:36:01 +00:00
},
{
2024-09-18 03:07:39 +00:00
"text": "Components",
"link": "/components/"
2024-06-11 01:36:01 +00:00
},
{
"text": "Document Title",
"link": "#"
},
{
"text": "Document Title",
"link": "#"
},
{
"text": "Document Title",
"link": "#"
}
]
}