mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 06:04:43 +00:00
82 lines
1.7 KiB
JSON
82 lines
1.7 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "dark",
|
|
"name": "Sandbox Agent SDK",
|
|
"colors": {
|
|
"primary": "#ff4f00",
|
|
"light": "#ff6a2a",
|
|
"dark": "#cc3f00",
|
|
"background": "#000000",
|
|
"card": "#1c1c1e",
|
|
"border": "#2c2c2e",
|
|
"inputBackground": "#2c2c2e",
|
|
"inputBorder": "#3a3a3c",
|
|
"text": "#ffffff",
|
|
"muted": "#8e8e93",
|
|
"success": "#30d158",
|
|
"warning": "#ff4f00",
|
|
"danger": "#ff3b30",
|
|
"purple": "#bf5af2"
|
|
},
|
|
"favicon": "/favicon.svg",
|
|
"logo": {
|
|
"light": "/logo/light.svg",
|
|
"dark": "/logo/dark.svg"
|
|
},
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "Guides",
|
|
"groups": [
|
|
{
|
|
"group": "Getting started",
|
|
"pages": [
|
|
"index",
|
|
"quickstart",
|
|
"architecture",
|
|
"agent-compatibility",
|
|
"universal-api"
|
|
]
|
|
},
|
|
{
|
|
"group": "Operations",
|
|
"pages": [
|
|
"frontend"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "Reference",
|
|
"groups": [
|
|
{
|
|
"group": "Interfaces",
|
|
"pages": [
|
|
"cli",
|
|
"http-api",
|
|
"typescript-sdk"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "Deployments",
|
|
"groups": [
|
|
{
|
|
"group": "Examples",
|
|
"pages": [
|
|
"deployments/docker",
|
|
"deployments/e2b",
|
|
"deployments/daytona",
|
|
"deployments/vercel-sandboxes",
|
|
"deployments/cloudflare-sandboxes"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"styles": [
|
|
"/theme.css"
|
|
]
|
|
}
|