mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-04 07:57:54 +00:00
98910c4117
- Add 5 new Tier 1 doc pages: configuration, stack-management, editor, multi-node, and alerts-notifications - Update introduction, quickstart, and features/overview to reflect current feature set and link to new pages - Restructure mint.json with Getting Started / Features / Reference / Operations navigation groups - Add Playwright-captured screenshots for all major UI screens
43 lines
789 B
JSON
43 lines
789 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/stack-management",
|
|
"features/editor",
|
|
"features/multi-node",
|
|
"features/alerts-notifications"
|
|
]
|
|
},
|
|
{
|
|
"group": "Reference",
|
|
"pages": []
|
|
},
|
|
{
|
|
"group": "Operations",
|
|
"pages": []
|
|
}
|
|
]
|
|
}
|