-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
74 lines (74 loc) · 1.67 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Enterprise Next.js Commerce",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#FF5F1F",
"light": "#F26C28",
"dark": "#FF5F1F",
"anchors": {
"from": "#FF5F1F",
"to": "#F26C28"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "https://blazity.com/discord"
}
],
"anchors": [
{
"name": "Community",
"icon": "discord",
"url": "https://blazity.com/discord"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://blazity.com/blog"
}
],
"navigation": [
{
"group": "Get Started",
"pages": ["introduction", "starters", "providers", "setup", "performance"]
},
{
"group": "Features",
"pages": [
"features/filtering",
"features/hierarchical-categories",
"features/og-images",
"features/seo",
"features/draft-mode",
"features/vercel-toolbar",
"features/cli",
"features/analytics",
"features/ab-tests",
"features/redirects",
"features/favorites",
"features/autocomplete",
"features/reviews"
]
},
{
"group": "AI Features",
"pages": [
"ai-features/image-captioning",
"ai-features/vector-search",
"ai-features/reviews-summary"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/blazity",
"github": "https://github.com/blazity",
"facebook": "https://www.facebook.com/blazity/",
"linkedin": "https://www.linkedin.com/company/blazity"
}
}