generated from alecodes/base-template
21 lines
350 B
JSON
21 lines
350 B
JSON
{
|
|
"component": "shell",
|
|
"title": "Index",
|
|
"link": "/",
|
|
"layout": "boxed",
|
|
"theme": "dark",
|
|
"menu_item": [
|
|
{ "link": "index.sql", "title": "Home" },
|
|
{
|
|
"title": "Dependencies",
|
|
"icon": "brand-stackshare",
|
|
"submenu": [
|
|
{
|
|
"link": "/sources/index.sql",
|
|
"title": "Sources",
|
|
"icon": "external-link"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|