eigent/docs/docs.json
Tong Chen 97d7554438
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Pre-commit / pre-commit (push) Has been cancelled
Test / Run Web + Local Brain Smoke (push) Has been cancelled
Test / Run Frontend Guardrails (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled
release: Eigent 1.0.0 (#1695)
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
Co-authored-by: Douglas Lai <115660088+Douglasymlai@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
Co-authored-by: Weijie Bai <happy.regina.bai@gmail.com>
2026-06-17 00:29:35 +08:00

185 lines
4.8 KiB
JSON

{
"$schema": "https://mintlify.com/docs.json",
"name": "Eigent Documentation",
"theme": "aspen",
"defaultPage": "/get_started/welcome",
"logo": {
"light": "/images/logo-light.png",
"dark": "/images/logo-dark.png",
"href": "https://www.eigent.ai"
},
"favicon": "images/favicon.png",
"colors": {
"primary": "#1d1d1d",
"light": "#F5F4F0",
"dark": "#5F63FF"
},
"background": {
"color": {
"light": "#F5F4F0",
"dark": "#1d1d1d"
}
},
"navbar": {
"links": [
{
"icon": "github",
"label": "GitHub",
"href": "https://github.com/eigent-ai/eigent"
}
],
"primary": {
"type": "button",
"label": "Download",
"href": "https://www.eigent.ai/download"
}
},
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Get Started",
"icon": "rocket",
"pages": [
"/get_started/welcome",
"/get_started/installation",
"/get_started/quick_start",
"/get_started/self-hosting",
"/core/concepts"
]
},
{
"group": "Dashboard",
"icon": "grid-2",
"pages": [
"/dashboard/overview",
"/dashboard/spaces",
"/dashboard/projects",
"/dashboard/tasks",
"/dashboard/views-and-search"
]
},
{
"group": "Projects",
"icon": "folder-kanban",
"pages": [
"/projects/overview",
"/projects/create-project",
"/projects/workspace",
"/projects/context-and-files",
"/projects/sessions",
"/core/project-runs",
"/projects/single-agent",
"/core/workforce"
]
},
{
"group": "Agents",
"icon": "bot",
"pages": [
"/agents/overview",
"/core/workers",
"/core/agent-skills",
"/agents/remote-sub-agents",
"/agents/memory"
]
},
{
"group": "Models",
"icon": "brain",
"pages": [
"/models/overview",
"/models/eigent-cloud",
"/core/models/byok",
"/core/models/local-model",
"/models/provider-reference",
{
"group": "Provider Guides",
"expanded": false,
"pages": [
"/core/models/gemini",
"/core/models/ernie",
"/core/models/minimax",
"/core/models/kimi",
"/core/models/sambanova"
]
}
]
},
{
"group": "Connectors",
"icon": "plug",
"pages": [
"/connectors/overview",
"/connectors/mcp-marketplace",
"/connectors/custom-mcp",
"/connectors/google-search",
"/core/tools"
]
},
{
"group": "Browser",
"icon": "compass",
"pages": [
"/browser/overview",
"/browser/connections",
"/browser/cookies"
]
},
{
"group": "Automation",
"icon": "bolt",
"pages": [
"/automation/overview",
"/automation/scheduled-triggers",
"/automation/webhook-triggers",
"/automation/dispatch"
]
},
{
"group": "Settings",
"icon": "gear",
"pages": [
"/settings/general",
"/settings/appearance",
"/settings/privacy"
]
},
{
"group": "Open Source",
"icon": "code-branch",
"pages": ["/open-source/overview", "/core/brain-architecture"]
},
{
"group": "Troubleshooting",
"icon": "question-circle",
"pages": ["/troubleshooting/support", "/troubleshooting/bug"]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "Download Eigent",
"href": "https://www.eigent.ai/download",
"icon": "download"
},
{
"anchor": "GitHub",
"href": "https://github.com/eigent-ai/eigent",
"icon": "github"
}
]
}
},
"footer": {
"socials": {
"github": "https://github.com/eigent-ai/eigent",
"twitter": "https://x.com/Eigent-AI",
"linkedin": "https://www.linkedin.com/company/eigent-ai/"
}
}
}