mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
214 lines
5.1 KiB
JSON
214 lines
5.1 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "Arc",
|
|
"colors": {
|
|
"primary": "#16A34A",
|
|
"light": "#07C983",
|
|
"dark": "#15803D"
|
|
},
|
|
"favicon": "/favicon.svg",
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "Guides",
|
|
"groups": [
|
|
{
|
|
"group": "Getting started",
|
|
"pages": [
|
|
"index",
|
|
"quickstart",
|
|
"development"
|
|
]
|
|
},
|
|
{
|
|
"group": "Customization",
|
|
"pages": [
|
|
"essentials/settings",
|
|
"essentials/navigation"
|
|
]
|
|
},
|
|
{
|
|
"group": "Writing content",
|
|
"pages": [
|
|
"essentials/markdown",
|
|
"essentials/code",
|
|
"essentials/images",
|
|
"essentials/reusable-snippets"
|
|
]
|
|
},
|
|
{
|
|
"group": "AI tools",
|
|
"pages": [
|
|
"ai-tools/cursor",
|
|
"ai-tools/claude-code",
|
|
"ai-tools/windsurf"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "API Reference",
|
|
"openapi": "api-reference/arc-api.yaml",
|
|
"groups": [
|
|
{
|
|
"group": "Runs",
|
|
"icon": "play",
|
|
"pages": [
|
|
"GET /runs",
|
|
"POST /runs",
|
|
"GET /runs/{id}",
|
|
"POST /runs/{id}/cancel",
|
|
"GET /runs/{id}/graph",
|
|
"GET /runs/{id}/events"
|
|
]
|
|
},
|
|
{
|
|
"group": "Human-in-the-Loop",
|
|
"icon": "hand",
|
|
"pages": [
|
|
"GET /runs/{id}/questions",
|
|
"POST /runs/{id}/questions/{qid}/answer",
|
|
"POST /runs/{id}/steer",
|
|
"POST /runs/{id}/preview"
|
|
]
|
|
},
|
|
{
|
|
"group": "Run Outputs",
|
|
"icon": "file-export",
|
|
"pages": [
|
|
"GET /runs/{id}/files",
|
|
"GET /runs/{id}/usage",
|
|
"GET /runs/{id}/verifications"
|
|
]
|
|
},
|
|
{
|
|
"group": "Run Internals",
|
|
"icon": "microchip",
|
|
"pages": [
|
|
"GET /runs/{id}/checkpoint",
|
|
"GET /runs/{id}/context",
|
|
"GET /runs/{id}/stages",
|
|
"GET /runs/{id}/stages/{stageId}/turns",
|
|
"GET /runs/{id}/configuration"
|
|
]
|
|
},
|
|
{
|
|
"group": "Workflows",
|
|
"icon": "diagram-project",
|
|
"pages": [
|
|
"GET /workflows",
|
|
"GET /workflows/{name}",
|
|
"GET /workflows/{name}/runs",
|
|
"POST /workflows/{name}/runs"
|
|
]
|
|
},
|
|
{
|
|
"group": "Verifications",
|
|
"icon": "shield-check",
|
|
"pages": [
|
|
"GET /verifications",
|
|
"GET /verifications/{slug}"
|
|
]
|
|
},
|
|
{
|
|
"group": "Insights",
|
|
"icon": "magnifying-glass-chart",
|
|
"pages": [
|
|
"GET /insights/queries",
|
|
"POST /insights/queries",
|
|
"PUT /insights/queries/{id}",
|
|
"DELETE /insights/queries/{id}",
|
|
"POST /insights/execute",
|
|
"GET /insights/history"
|
|
]
|
|
},
|
|
{
|
|
"group": "Sessions",
|
|
"icon": "comments",
|
|
"pages": [
|
|
"GET /sessions",
|
|
"POST /sessions",
|
|
"GET /sessions/{id}",
|
|
"POST /sessions/{id}/messages",
|
|
"GET /sessions/{id}/events"
|
|
]
|
|
},
|
|
{
|
|
"group": "Retros",
|
|
"icon": "clock-rotate-left",
|
|
"pages": [
|
|
"GET /runs/{id}/retro",
|
|
"GET /retros"
|
|
]
|
|
},
|
|
{
|
|
"group": "Projects",
|
|
"icon": "folder",
|
|
"pages": [
|
|
"GET /projects",
|
|
"GET /projects/{id}/branches"
|
|
]
|
|
},
|
|
{
|
|
"group": "Settings",
|
|
"icon": "gear",
|
|
"pages": [
|
|
"GET /settings"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"global": {
|
|
"anchors": [
|
|
{
|
|
"anchor": "Documentation",
|
|
"href": "https://mintlify.com/docs",
|
|
"icon": "book-open-cover"
|
|
},
|
|
{
|
|
"anchor": "Blog",
|
|
"href": "https://mintlify.com/blog",
|
|
"icon": "newspaper"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"logo": {
|
|
"light": "/logo/light.svg",
|
|
"dark": "/logo/dark.svg"
|
|
},
|
|
"navbar": {
|
|
"links": [
|
|
{
|
|
"label": "Support",
|
|
"href": "mailto:hi@mintlify.com"
|
|
}
|
|
],
|
|
"primary": {
|
|
"type": "button",
|
|
"label": "Dashboard",
|
|
"href": "https://dashboard.mintlify.com"
|
|
}
|
|
},
|
|
"contextual": {
|
|
"options": [
|
|
"copy",
|
|
"view",
|
|
"chatgpt",
|
|
"claude",
|
|
"perplexity",
|
|
"mcp",
|
|
"cursor",
|
|
"vscode"
|
|
]
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"x": "https://x.com/mintlify",
|
|
"github": "https://github.com/mintlify",
|
|
"linkedin": "https://linkedin.com/company/mintlify"
|
|
}
|
|
}
|
|
}
|