Make menu links configurable
This commit is contained in:
parent
aadfb3fb2e
commit
6ba7b4afe5
2 changed files with 48 additions and 7 deletions
41
config.json
Normal file
41
config.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"HeaderItems": [
|
||||
{
|
||||
"text": "Link",
|
||||
"link": "#"
|
||||
},
|
||||
{
|
||||
"text": "Link",
|
||||
"link": "#"
|
||||
},
|
||||
{
|
||||
"text": "Link",
|
||||
"link": "#"
|
||||
}
|
||||
],
|
||||
"SidebarItems": [
|
||||
{
|
||||
"heading": "Heading"
|
||||
},
|
||||
{
|
||||
"text": "Document Title",
|
||||
"link": "#"
|
||||
},
|
||||
{
|
||||
"text": "Document Title",
|
||||
"link": "#"
|
||||
},
|
||||
{
|
||||
"text": "Document Title",
|
||||
"link": "#"
|
||||
},
|
||||
{
|
||||
"text": "Document Title",
|
||||
"link": "#"
|
||||
},
|
||||
{
|
||||
"text": "Document Title",
|
||||
"link": "#"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue