mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 18:01:30 +00:00
feat: refresh docs and agent schema
This commit is contained in:
parent
a49ea094f3
commit
0fbf6272b1
39 changed files with 3127 additions and 1806 deletions
82
docs/docs.json
Normal file
82
docs/docs.json
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"$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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue