-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
56 lines (56 loc) · 1.26 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Docs",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg",
"href": "https://wildflow.ai"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#4051c2",
"light": "#6572c7",
"dark": "#2c46db",
"anchors": {
"from": "#2c46db",
"to": "#6572c7"
},
"background": {
"light": "#ffffff",
"dark": "#0f172a"
}
},
"topbarCtaButton": {
"name": "Support",
"url": "https://wildflow.ai/discord"
},
"anchors": [
{
"name": "GitHub",
"icon": "github",
"url": "https://github.com/wildflowai/platform"
},
{
"name": "Discord",
"icon": "discord",
"url": "https://wildflow.ai/discord"
}
],
"navigation": [
{
"group": "Get Started",
"pages": ["welcome", "wildflow", "coral", "roadmap"]
},
{
"group": "Archive",
"pages": ["applications/overview", "tutorials/merge-data"]
}
],
"footerSocials": {
"github": "https://github.com/wildflowai/platform",
"linkedin": "https://www.linkedin.com/company/wildflowai",
"discord": "https://wildflow.ai/discord",
"whatsapp": "https://wildflow.ai/whatsapp",
"x": "https://x.com/nozdrenkov"
}
}