forked from eigent-ai/eigent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
107 lines (107 loc) · 2.48 KB
/
docs.json
File metadata and controls
107 lines (107 loc) · 2.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"$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/"
}
}
}