Organize product guides under docs/user and setup/integration under docs/developer, with tabbed navigation for clearer audience targeting. Co-authored-by: Cursor <cursoragent@cursor.com>
72 lines
1.3 KiB
JSON
72 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"name": "AI 视频助手",
|
|
"theme": "mint",
|
|
"colors": {
|
|
"primary": "#1b2741",
|
|
"light": "#3a4a6b",
|
|
"dark": "#0c1426"
|
|
},
|
|
"logo": {
|
|
"light": "/logo-light.svg",
|
|
"dark": "/logo-dark.svg",
|
|
"href": "/"
|
|
},
|
|
"appearance": {
|
|
"default": "dark"
|
|
},
|
|
"fonts": {
|
|
"family": "Inter",
|
|
"weight": 400,
|
|
"heading": {
|
|
"family": "Cormorant Garamond",
|
|
"weight": 300
|
|
}
|
|
},
|
|
"icons": {
|
|
"library": "lucide"
|
|
},
|
|
"background": {
|
|
"decoration": "gradient",
|
|
"color": {
|
|
"light": "#f3f5fb",
|
|
"dark": "#070b16"
|
|
}
|
|
},
|
|
"styling": {
|
|
"eyebrows": "breadcrumbs",
|
|
"codeblocks": {
|
|
"theme": {
|
|
"light": "github-light",
|
|
"dark": "github-dark"
|
|
}
|
|
}
|
|
},
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "首页",
|
|
"pages": ["index"]
|
|
},
|
|
{
|
|
"tab": "用户文档",
|
|
"groups": [
|
|
{
|
|
"group": "产品",
|
|
"pages": ["user/overview", "user/features"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "开发者文档",
|
|
"groups": [
|
|
{
|
|
"group": "开始与对接",
|
|
"pages": ["developer/quickstart", "developer/integrations"]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|