Skip to content
22 changes: 21 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://mintlify.com/docs.json",
"name": "Lovable Documentation",
"description": "Lovable Documentation — Build full-stack websites with AI using natural language. Explore Lovable features, integrations, tutorials, and best practices.",
"theme": "mint",
"logo": {
"dark": "/assets/logo/logowhite.svg",
Expand All @@ -13,6 +14,20 @@
"light": "#1AA3FF",
"dark": "#0084E6"
},
"navbar": {
"links": [
{
"label": "Lovable Support",
"href": "https://lovable.dev/support",
"icon": "message"
},
{
"label": "Lovable Blog",
"href": "https://lovable.dev/blog",
"icon": "blog"
}
]
},
"navigation": {
"tabs": [
{
Expand Down Expand Up @@ -132,9 +147,14 @@
}
]
},
"contextual": {
"options": [
"copy"
]
},
Comment on lines +150 to +154

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The indentation for the contextual block is incorrect. To maintain consistency with the rest of the JSON file, this block and its contents should be properly indented.

Suggested change
"contextual": {
"options": [
"copy"
]
},
"contextual": {
"options": [
"copy"
]
},

"footer": {
"socials": {
"x": "https://x.com/lovable_dev",
"x": "https://x.com/Lovable",
"github": "https://github.com/lovablelabs",
"linkedin": "https://linkedin.com/company/lovable-dev",
"youtube": "https://youtube.com/@lovable",
Expand Down