mirror of
https://github.com/Katakate/k7.git
synced 2026-09-22 10:03:18 +00:00
87 lines
1.9 KiB
JSON
87 lines
1.9 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "linden",
|
|
"name": "Docs",
|
|
"colors": {
|
|
"primary": "#ef672b",
|
|
"light": "#ef672b",
|
|
"dark": "#ef672b"
|
|
},
|
|
"appearance": {
|
|
"default": "dark",
|
|
"background": {
|
|
"color": { "dark": "#000000" }
|
|
}
|
|
},
|
|
"favicon": "/favicon.png",
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "Docs",
|
|
"groups": [
|
|
{
|
|
"group": "Getting started",
|
|
"pages": [
|
|
"index",
|
|
"getting-started/installation"
|
|
]
|
|
},
|
|
{
|
|
"group": "Using Katakate",
|
|
"pages": [
|
|
"guides/cli",
|
|
"guides/python-sdk",
|
|
"guides/langchain-agent",
|
|
"guides/utilities"
|
|
]
|
|
},
|
|
{
|
|
"group": "API overview",
|
|
"pages": [
|
|
"api/introduction",
|
|
"api/security"
|
|
]
|
|
},
|
|
{
|
|
"group": "API endpoints",
|
|
"pages": [
|
|
"api/endpoints/sandboxes",
|
|
"api/endpoints/exec",
|
|
"api/endpoints/metrics",
|
|
"api/endpoints/health"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"logo": {
|
|
"light": "/images/k7-logo.png",
|
|
"dark": "/images/k7-logo.png"
|
|
},
|
|
"navbar": {
|
|
"links": [
|
|
{
|
|
"label": "GitHub",
|
|
"href": "https://github.com/Katakate/k7"
|
|
}
|
|
]
|
|
},
|
|
"contextual": {
|
|
"options": [
|
|
"copy",
|
|
"view",
|
|
"chatgpt",
|
|
"claude",
|
|
"perplexity",
|
|
"mcp",
|
|
"cursor",
|
|
"vscode"
|
|
]
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"github": "https://github.com/Katakate"
|
|
}
|
|
}
|
|
} |