Skip to content

Commit 7f65155

Browse files
authored
Added "copy page" and navbar links for support and blog (#118)
1 parent e8750f3 commit 7f65155

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://mintlify.com/docs.json",
33
"name": "Lovable Documentation",
4+
"description": "Lovable Documentation — Build full-stack websites with AI using natural language. Explore Lovable features, integrations, tutorials, and best practices.",
45
"theme": "mint",
56
"logo": {
67
"dark": "/assets/logo/logowhite.svg",
@@ -13,6 +14,20 @@
1314
"light": "#1AA3FF",
1415
"dark": "#0084E6"
1516
},
17+
"navbar": {
18+
"links": [
19+
{
20+
"label": "Lovable Support",
21+
"href": "https://lovable.dev/support",
22+
"icon": "message"
23+
},
24+
{
25+
"label": "Lovable Blog",
26+
"href": "https://lovable.dev/blog",
27+
"icon": "blog"
28+
}
29+
]
30+
},
1631
"navigation": {
1732
"tabs": [
1833
{
@@ -132,9 +147,14 @@
132147
}
133148
]
134149
},
150+
"contextual": {
151+
"options": [
152+
"copy"
153+
]
154+
},
135155
"footer": {
136156
"socials": {
137-
"x": "https://x.com/lovable_dev",
157+
"x": "https://x.com/Lovable",
138158
"github": "https://github.com/lovablelabs",
139159
"linkedin": "https://linkedin.com/company/lovable-dev",
140160
"youtube": "https://youtube.com/@lovable",

0 commit comments

Comments
 (0)