-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathmint.json
97 lines (97 loc) · 2.19 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"$schema": "https://mintlify.com/schema.json",
"name": "Lovable Documentation",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon-32x32.png",
"colors": {
"primary": "#0095FF",
"light": "#1AA3FF",
"dark": "#0084E6",
"anchors": {
"from": "#0095FF",
"to": "#1AA3FF"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:[email protected]"
}
],
"topbarCtaButton": {
"name": "App",
"url": "https://lovable.dev"
},
"anchors": [
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/rPw2rSFE2K"
},
{
"name": "Changelog",
"icon": "newspaper",
"url": "https://feedback.lovable.dev/changelog"
},
{
"name": "Request Feature",
"icon": "rocket",
"url": "https://feedback.lovable.dev/"
},
{
"name": "Tutorials",
"icon": "film",
"url": "https://www.youtube.com/@lovable-labs/"
}
],
"navigation": [
{
"group": "Introduction",
"pages": ["introduction", "user-guides/messaging-limits", "faq", "user-guides/support-policy"]
},
{
"group": "User Guides",
"pages": [
"user-guides/getting-started",
"user-guides/quickstart",
"tips-tricks/prompting",
"features/deploy"
]
},
{
"group": "Integrations",
"pages": [
"integrations/introduction",
"integrations/git-integration",
"integrations/supabase"
]
},
{
"group": "Tips and Tricks",
"pages": [
"tips-tricks/setting-up-payments",
"tips-tricks/using-images",
"tips-tricks/using-videos",
"tips-tricks/custom-fonts",
"features/npm-packages",
"tips-tricks/multiple-users",
"tips-tricks/troubleshooting",
"tips-tricks/custom-domain"
]
}
],
"footerSocials": {
"x": "https://x.com/lovable_dev",
"github": "https://github.com/lovablelabs",
"linkedin": "https://linkedin.com/company/lovable-dev"
},
"redirects": [
{
"source": "/user-guides/credits",
"destination": "/user-guides/messaging-limits"
}
]
}