Devojo/config.json

38 lines
922 B
JSON
Raw Normal View History

2024-12-05 15:04:21 -05:00
{
"SiteSettings": {
"OrgName": "SudoVanilla",
"SiteName": "Devojo",
"SiteProtocol": "https",
"SiteDomain": "devojo.docs.sudovanilla.org",
"SiteBase": "",
"MetaColor": "",
"WhiteLabel": "true",
"FooterVersion": "true"
},
"HeaderItems": [
{
"text": "Download",
"link": "#"
}
],
2024-12-11 00:24:14 -05:00
"FeelbackConfig": {
"Enabled": false,
"ContentSetId": "566e8b96-c65e-4bf7-87df-d22a9f4994a2",
"Present": "like-dislike",
"Question": "Did this article help?",
"Answer": "Thank you for your feedback."
},
2024-12-05 15:04:21 -05:00
"SidebarItems": [
{
"heading": "Introduction"
},
{
"text": "Introduction",
"link": "/introduction/"
},
{
"text": "Installation",
"link": "/installation/"
}
]
}