43 lines
897 B
JSON
43 lines
897 B
JSON
[
|
|
{
|
|
"title": "SD Lab",
|
|
"icon": "fa-solid fa-square-binary",
|
|
"page": "index",
|
|
"enabled": true,
|
|
"brand": true,
|
|
"children": []
|
|
},
|
|
{
|
|
"title": "App",
|
|
"icon": "fa-solid fa-dice-d20",
|
|
"page": "app",
|
|
"enabled": true,
|
|
"children": [
|
|
{
|
|
"title": "About",
|
|
"icon": "fa-solid fa-circle-info",
|
|
"page": "about",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"title": "Change Log",
|
|
"icon": "fa-solid fa-circle-info",
|
|
"page": "changelog",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"title": "Docs",
|
|
"icon": "fa-solid fa-book",
|
|
"page": "docs",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"title": "API",
|
|
"icon": "fa-solid fa-code",
|
|
"page": "api",
|
|
"enabled": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
|