index/src/shared/shell.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"
}
]
}
]
}