Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -604,14 +604,15 @@
}
]
},
{
{
Copy link

Choose a reason for hiding this comment

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

French tab opening brace lost its indentation

Low Severity

The opening { for the French "Guides" tab on line 607 lost all its indentation and now sits at column 0. Every other tab object in docs.json is indented with 10 spaces at this nesting level (e.g., the Spanish tab at line 963 and the Chinese tab at line 1319). While JSON parsing isn't affected, this breaks the file's formatting consistency and makes the French section harder to read and maintain.

Fix in Cursor Fix in Web

"tab": "Guides",
"groups": [
{
"group": "Vue densemble",
"group": "Vue d'ensemble",
"icon": "book-open",
"pages": [
"fr/guides/index"
"fr/guides/index",
"fr/what-is-mintlify"
]
},
{
Expand Down Expand Up @@ -966,7 +967,8 @@
"group": "Descripción general",
"icon": "book-open",
"pages": [
"es/guides/index"
"es/guides/index",
"es/what-is-mintlify"
]
},
{
Expand Down Expand Up @@ -1321,7 +1323,8 @@
"group": "概览",
"icon": "book-open",
"pages": [
"zh/guides/index"
"zh/guides/index",
"zh/what-is-mintlify"
]
},
{
Expand Down
Loading