-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
75 lines (75 loc) · 1.54 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": "Giselle Docs",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#1663F3",
"light": "#048DF6",
"dark": "#1663F3",
"anchors": {
"from": "#1663F3",
"to": "#048DF6"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:[email protected]"
},
{
"name": "Log in",
"url": "https://studio.giselles.ai/login"
},
{
"name": "Sign up",
"url": "https://studio.giselles.ai/signup"
}
],
"topbarCtaButton": {
"name": "Get Started",
"url": "https://studio.giselles.ai/"
},
"anchors": [
{
"name": "About Giselle",
"icon": "house",
"url": "https://giselles.ai"
},
{
"name": "Documentation",
"icon": "book-open-cover",
"url": "https://docs.giselles.ai"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://giselles.ai/blog"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"quickstart"
]
},
{
"group": "Guides",
"pages": [
"guides/what-is-a-node"
]
}
],
"footerSocials": {
"facebook": "https://www.facebook.com/GiselleAI",
"x": "https://x.com/Giselles_AI",
"youtube": "https://www.youtube.com/@Giselle_AI",
"instagram": "https://www.instagram.com/giselle_de_ai/",
"github": "https://github.com/giselles-ai/giselle"
}
}