butterflyvu/config.json
2025-02-05 17:28:08 -05:00

83 lines
No EOL
1.9 KiB
JSON
Executable file

{
"SiteSettings": {
"OrgName": "SudoVanilla",
"SiteName": "ButterflyVu Demo",
"SiteProtocol": "http",
"SiteDomain": "localhost:2014",
"SiteBase": "",
"MetaColor": "#161616",
"WhiteLabel": "true",
"FooterVersion": "true"
},
"FeelbackConfig": {
"Enabled": false,
"ContentSetId": "566e8b96-c65e-4bf7-87df-d22a9f4994a2",
"Present": "like-dislike",
"Question": "Did this article help?",
"Answer": "Thank you for your feedback."
},
"HeaderItems": [
{
"text": "Blog",
"link": "/blog/"
},
{
"text": "Syntax",
"link": "/syntax/"
},
{
"text": "Components",
"link": "/components/"
},
{
"text": "Link",
"link": "#"
}
],
"SidebarItems": [
{
"heading": "Heading"
},
{
"text": "Syntax",
"link": "/syntax/"
},
{
"text": "Components",
"link": "/components/"
},
{
"badge": "New",
"badge_variant": "Note",
"text": "Document Title",
"link": "#"
},
{
"badge": "Outdated",
"badge_variant": "Warning",
"text": "Document Title",
"link": "#"
},
{
"badge": "Deprecated",
"badge_variant": "Dangerous",
"text": "Document Title",
"link": "#"
},
{
"heading": "Heading"
},
{
"text": "Document Title",
"link": "#"
},
{
"text": "Document Title",
"link": "#"
},
{
"text": "Document Title",
"link": "#"
}
]
}