Add configuration for the Sidebar component

This commit is contained in:
Korbs 2024-06-10 01:26:34 -04:00
parent 89a894ea72
commit 7f38c279b6

27
sidebar.json Normal file
View file

@ -0,0 +1,27 @@
{
"SidebarItems": [
{
"heading": "Heading"
},
{
"text": "Document Title",
"link": "#"
},
{
"text": "Document Title",
"link": "#"
},
{
"text": "Document Title",
"link": "#"
},
{
"text": "Document Title",
"link": "#"
},
{
"text": "Document Title",
"link": "#"
}
]
}