-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
75 lines (75 loc) · 1.51 KB
/
mint.json
File metadata and controls
75 lines (75 loc) · 1.51 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "IoTeX AI Gateway",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Gateway Console",
"url": "https://gateway.iotex.ai/console/token"
}
],
"topbarCtaButton": {
"name": "Get API Key",
"url": "https://gateway.iotex.ai/console/token"
},
"navigation": [
{
"group": "Overview",
"pages": [
"intro",
"get-started",
"why-choose",
"supported-models"
]
},
{
"group": "API Usage Guide",
"pages": [
"api-usage-guide/basic-information",
"api-usage-guide/authentication",
"api-usage-guide/main-apis"
]
},
{
"group": "AI Agents",
"pages": [
"openclaw"
]
},
{
"group": "Code Examples",
"pages": [
"code-examples/javascript-nodejs",
"code-examples/python",
"code-examples/other-languages",
"code-examples/streaming",
"code-examples/error-handling"
]
},
{
"group": "FAQ",
"pages": [
"faq/api-usage",
"faq/model-selection",
"faq/error-handling"
]
}
],
"footerSocials": {
"x": "https://x.com/iotex_io",
"github": "https://github.com/iotexproject"
}
}