mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-08 01:43:55 +00:00
7c120c671c
- dashboard: container stats, system stats, historical charts, docker run converter - resources: disk footprint widget, images/volumes/networks/unmanaged tabs, prune scopes - app-store: template grid, category filter, deploy sheet (env vars/volumes/ports), custom registry - global-observability: unified log stream, standard vs SSE mode, filters, capacity limits - host-console: PTY terminal, shell type, security model, common uses - mint.json: add all 5 new pages to Features nav group
48 lines
953 B
JSON
48 lines
953 B
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Sencho",
|
|
"logo": {
|
|
"light": "",
|
|
"dark": ""
|
|
},
|
|
"favicon": "",
|
|
"colors": {
|
|
"primary": "#0F172A",
|
|
"light": "#3B82F6",
|
|
"dark": "#0F172A"
|
|
},
|
|
"navigation": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": [
|
|
"getting-started/introduction",
|
|
"getting-started/quickstart",
|
|
"getting-started/configuration"
|
|
]
|
|
},
|
|
{
|
|
"group": "Features",
|
|
"pages": [
|
|
"features/overview",
|
|
"features/dashboard",
|
|
"features/stack-management",
|
|
"features/editor",
|
|
"features/resources",
|
|
"features/app-store",
|
|
"features/global-observability",
|
|
"features/host-console",
|
|
"features/multi-node",
|
|
"features/alerts-notifications"
|
|
]
|
|
},
|
|
{
|
|
"group": "Reference",
|
|
"pages": []
|
|
},
|
|
{
|
|
"group": "Operations",
|
|
"pages": []
|
|
}
|
|
]
|
|
}
|