{ "$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/ernie", "/core/models/minimax", "/core/models/kimi", "/core/models/sambanova" ] }, "/core/tools", "/core/workers", "/core/agent-skills" ] }, { "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/" } } }