- Added support for public Realtime API, including new routes for managing API keys and handling WebRTC connections. - Introduced RealtimeApiKey model and associated CRUD operations for admin management of API keys. - Implemented authentication mechanisms for API keys and client secrets. - Enhanced environment configuration with new secrets for Realtime API. - Created OpenAIRealtime session management and event processing for real-time interactions. - Updated schemas and settings to accommodate new features and ensure compatibility with existing systems.
54 lines
981 B
JSON
54 lines
981 B
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": {
|
|
"groups": [
|
|
{
|
|
"group": "开始与对接",
|
|
"pages": ["index", "integrations", "realtime-protocol"]
|
|
}
|
|
]
|
|
}
|
|
}
|