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
4 changes: 2 additions & 2 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2223,7 +2223,7 @@
"pages": [
"sdks/cpp/api/README",
{
"group": "ResQ Common",
"group": "resq-common",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The group name has been changed to kebab-case (resq-common), which is inconsistent with the Title Case naming convention used for other SDK groups in this file (e.g., "ResQ DSA" at line 2074, "ResQ AI" at line 2155, and "ResQ MCP" at line 2085). To maintain a consistent user interface, this should remain "ResQ Common". This aligns with the requirement to use nested group objects for sidebar labels in Mintlify.

Suggested change
"group": "resq-common",
"group": "ResQ Common",
References
  1. In Mintlify docs.json navigation configuration, use a nested group object (e.g., {"group": "Label", "pages": ["path"]}) to define custom sidebar labels for pages.

"pages": [
"sdks/cpp/api/resq-common/resq",
"sdks/cpp/api/resq-common/resq-ArrayUtils",
Expand Down Expand Up @@ -2554,4 +2554,4 @@
"website": "https://resq.software"
}
}
}
}
Loading