butterflyvu/config.json

41 lines
776 B
JSON
Raw Permalink Normal View History

2024-06-10 20:36:01 -05:00
{
"HeaderItems": [
{
2024-08-23 23:45:23 -05:00
"text": "Syntax",
"link": "/syntax/"
2024-06-10 20:36:01 -05:00
},
{
2024-09-17 22:07:39 -05:00
"text": "Components",
"link": "/components/"
2024-06-10 20:36:01 -05:00
},
{
"text": "Link",
"link": "#"
}
],
"SidebarItems": [
{
"heading": "Heading"
},
{
2024-08-23 23:45:23 -05:00
"text": "Syntax",
"link": "syntax/"
2024-06-10 20:36:01 -05:00
},
{
2024-09-17 22:07:39 -05:00
"text": "Components",
"link": "/components/"
2024-06-10 20:36:01 -05:00
},
{
"text": "Document Title",
"link": "#"
},
{
"text": "Document Title",
"link": "#"
},
{
"text": "Document Title",
"link": "#"
}
]
}