mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 14:03:52 +00:00
71 lines
1.4 KiB
JSON
71 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "almond",
|
|
"name": "Sandbox Agent SDK",
|
|
"colors": {
|
|
"primary": "#ff4f00",
|
|
"light": "#000000",
|
|
"dark": "#ffffff"
|
|
},
|
|
"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"
|
|
]
|
|
}
|