mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-27 12:18:59 +00:00
9496b14f72
- Add sync-docs CI job: runs on push to main, copies /docs into sencho-docs repo via DOCS_REPO_TOKEN - Scaffold /docs with mint.json, getting-started/introduction.mdx, getting-started/quickstart.mdx, features/overview.mdx - Update CHANGELOG
30 lines
493 B
JSON
30 lines
493 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"
|
|
]
|
|
},
|
|
{
|
|
"group": "Features",
|
|
"pages": [
|
|
"features/overview"
|
|
]
|
|
}
|
|
]
|
|
}
|