generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
75 lines (75 loc) · 1.47 KB
/
mint.json
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": "Kinetix ML",
"logo": {
"dark": "/logo/light.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#f43f5e",
"light": "#f43f5e",
"dark": "#030712",
"background": {
"dark": "#030712"
},
"anchors": {
"from": "#FF7F57",
"to": "#9563FF"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "https://"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://kinetixml.com"
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
}
],
"anchors": [
{
"name": "Documentation",
"icon": "book-open-cover",
"url": "https://docs.kinetixml.com"
},
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/akgne8Hy44"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://blog.kinetixml.com"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"platform",
"quickstartJS",
"quickstartPy",
"node-catalog"
]
},
{
"group": "API Documentation",
"pages": ["api-reference/js", "api-reference/py"]
}
],
"footerSocials": {
"twitter": "https://twitter.com/mintlify",
"github": "https://github.com/Kinetix-ML",
"linkedin": "https://www.linkedin.com/company/kinetix-ml"
}
}