Add configuration for the Sidebar component
This commit is contained in:
parent
89a894ea72
commit
7f38c279b6
1 changed files with 27 additions and 0 deletions
27
sidebar.json
Normal file
27
sidebar.json
Normal 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": "#"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue