Skip to content
Merged
Show file tree
Hide file tree
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
16 changes: 8 additions & 8 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2071,7 +2071,7 @@
"pages": [
"sdks/python/api/README",
{
"group": "ResQ DSA",
"group": "resq-dsa",
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 lowercase (resq-dsa), which is inconsistent with the Title Case naming convention used for other SDK sections in this file (e.g., TypeScript on line 72, ResQ.Blockchain on line 1494). Reverting to ResQ DSA ensures a consistent and professional appearance in the navigation sidebar.

Suggested change
"group": "resq-dsa",
"group": "ResQ DSA",
References
  1. In Mintlify docs.json navigation configuration, use a nested group object to define custom sidebar labels for pages, as the schema does not support a label property within the pages array.

"pages": [
"sdks/python/api/resq-dsa/bloom",
"sdks/python/api/resq-dsa/count_min",
Expand All @@ -2082,7 +2082,7 @@
]
},
{
"group": "ResQ MCP",
"group": "resq-mcp",
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

This group name should remain Title Case (ResQ MCP) to maintain consistency with the rest of the documentation's navigation structure.

Suggested change
"group": "resq-mcp",
"group": "ResQ MCP",
References
  1. In Mintlify docs.json navigation configuration, use a nested group object to define custom sidebar labels for pages, as the schema does not support a label property within the pages array.

"pages": [
"sdks/python/api/resq-mcp/core",
"sdks/python/api/resq-mcp/drone",
Expand All @@ -2097,7 +2097,7 @@
"sdks/python/api/resq-mcp/telemetry",
"sdks/python/api/resq-mcp/tools",
{
"group": "Core",
"group": "core",
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

Sub-group names should follow the Title Case pattern used throughout the repository's documentation configuration for UI consistency.

Suggested change
"group": "core",
"group": "Core",
References
  1. In Mintlify docs.json navigation configuration, use a nested group object to define custom sidebar labels for pages, as the schema does not support a label property within the pages array.

"pages": [
"sdks/python/api/resq-mcp/core/config",
"sdks/python/api/resq-mcp/core/errors",
Expand All @@ -2108,30 +2108,30 @@
]
},
{
"group": "Drone",
"group": "drone",
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

Reverting to Drone to maintain the established Title Case naming pattern in the navigation sidebar.

Suggested change
"group": "drone",
"group": "Drone",
References
  1. In Mintlify docs.json navigation configuration, use a nested group object to define custom sidebar labels for pages, as the schema does not support a label property within the pages array.

"pages": [
"sdks/python/api/resq-mcp/drone/models",
"sdks/python/api/resq-mcp/drone/service"
]
},
{
"group": "Dtsop",
"group": "dtsop",
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

Reverting to Dtsop to maintain the established Title Case naming pattern in the navigation sidebar.

Suggested change
"group": "dtsop",
"group": "Dtsop",
References
  1. In Mintlify docs.json navigation configuration, use a nested group object to define custom sidebar labels for pages, as the schema does not support a label property within the pages array.

"pages": [
"sdks/python/api/resq-mcp/dtsop/models",
"sdks/python/api/resq-mcp/dtsop/service",
"sdks/python/api/resq-mcp/dtsop/tools"
]
},
{
"group": "Hce",
"group": "hce",
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

Reverting to Hce to maintain the established Title Case naming pattern in the navigation sidebar.

Suggested change
"group": "hce",
"group": "Hce",
References
  1. In Mintlify docs.json navigation configuration, use a nested group object to define custom sidebar labels for pages, as the schema does not support a label property within the pages array.

"pages": [
"sdks/python/api/resq-mcp/hce/models",
"sdks/python/api/resq-mcp/hce/service",
"sdks/python/api/resq-mcp/hce/tools"
]
},
{
"group": "Pdie",
"group": "pdie",
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

Reverting to Pdie to maintain the established Title Case naming pattern in the navigation sidebar.

Suggested change
"group": "pdie",
"group": "Pdie",
References
  1. In Mintlify docs.json navigation configuration, use a nested group object to define custom sidebar labels for pages, as the schema does not support a label property within the pages array.

"pages": [
"sdks/python/api/resq-mcp/pdie/models",
"sdks/python/api/resq-mcp/pdie/service"
Expand Down Expand Up @@ -2554,4 +2554,4 @@
"website": "https://resq.software"
}
}
}
}
7 changes: 3 additions & 4 deletions sdks/python/api/README.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# ResQ Python SDK

You can use this auto-generated reference for the public packages in
[`resq-software/pypi`](https://github.com/resq-software/pypi).
Auto-generated API reference for [`resq-software/pypi`](https://github.com/resq-software/pypi) at ref `main`.

## Packages

- `resq-dsa`
- `resq-mcp`
- `resq-dsa` — `v1.3.4`
- `resq-mcp` — `v1.3.3`
Loading