eigent/docs/docs.json
Tong Chen af93bb3065
feat: Add Lint & Format (#878)
Co-authored-by: a7m-1st <Ahmed.jimi.awelkeir500@gmail.com>
Co-authored-by: eigent-ai <camel@eigent.ai>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-01 23:16:18 +08:00

104 lines
2.4 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": "#363AF5"
},
"background": {
"color": {
"light": "#F5F4F0",
"dark": "#1d1d1d"
}
},
"styling": {
"logo": {
"width": "auto",
"height": "100%"
}
},
"navbar": {
"links": [
{
"icon": "github",
"label": "GitHub",
"href": "https://github.com/eigent-ai/eigent"
}
],
"primary": {
"type": "button",
"label": "Get Started",
"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"
]
},
{
"group": "Core",
"icon": "key",
"pages": [
"/core/concepts",
"/core/workforce",
{
"group": "Models",
"icon": "brain",
"expanded": true,
"pages": [
"/core/models/byok",
"/core/models/local-model",
"/core/models/gemini",
"/core/models/minimax",
"/core/models/kimi"
]
},
"/core/tools",
"/core/workers"
]
},
{
"group": "Troubleshooting",
"icon": "question-circle",
"pages": ["/troubleshooting/support", "/troubleshooting/bug"]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "Download Here",
"href": "https://www.eigent.ai",
"icon": "gift"
}
]
}
},
"footer": {
"socials": {
"github": "https://github.com/eigent-ai/eigent",
"twitter": "https://x.com/Eigent-AI",
"linkedin": "https://www.linkedin.com/company/eigent-ai/"
}
}
}