Draft from Aug 26 - #7135
Conversation
- Updated agent/use-cases.mdx - Updated optimize/pdf-exports.mdx - Updated cli/index.mdx - Updated poc-onboarding.mdx - Updated quickstart.mdx - Created untitled-page-2.mdx - Created untitled-page.mdx - Updated docs.json Mintlify-Source: dashboard-editor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
G2g |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 5 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 11c883c. Configure here.
|
|
||
| import SetupAgentPrompt from "/snippets/setup-agent-prompt.mdx"; | ||
|
|
||
| this is a test update |
There was a problem hiding this comment.
Test text on Quickstart page
High Severity
The phrase this is a test update is visible body copy on the Quickstart page, a primary entry point for new users. This looks like leftover draft text rather than intended documentation.
Reviewed by Cursor Bugbot for commit 11c883c. Configure here.
| "deploy/export", | ||
| "optimize/pdf-exports" | ||
| "optimize/pdf-exports", | ||
| "untitled-page-2" |
There was a problem hiding this comment.
Empty page added to navigation
Medium Severity
The Export your site group now includes untitled-page-2, which points at an empty file with no frontmatter or content. Readers will see a blank untitled page in that navigation section.
Reviewed by Cursor Bugbot for commit 11c883c. Configure here.
| @@ -0,0 +1,3 @@ | |||
| --- | |||
| title: "Untitled Page" | |||
| --- No newline at end of file | |||
There was a problem hiding this comment.
Empty untitled page committed
Low Severity
A new untitled-page.mdx file contains only a placeholder title and no content, and it is not referenced in docs.json. This looks like a leftover editor stub rather than a real page.
Reviewed by Cursor Bugbot for commit 11c883c. Configure here.
|
|
||
| When creating jobs via the API, you can control whether pull requests open in draft mode using the `asDraft` parameter (defaults to `false`). Set `asDraft: true` to create draft pull requests, or keep the default to create non-draft pull requests ready for immediate review and merging in automated workflows. | ||
|
|
||
| / No newline at end of file |
There was a problem hiding this comment.
Stray character on use cases page
Low Severity
A lone / was appended after the Automate with the API section. It will render as visible stray text at the bottom of the published page.
Reviewed by Cursor Bugbot for commit 11c883c. Configure here.
|
|
||
| import SkillMcpPrompt from "/snippets/skill-mcp-prompt.mdx"; | ||
|
|
||
| import Openapi from '/api-playground/openapi.mdx'; |
There was a problem hiding this comment.
Unused OpenAPI import on CLI page
Medium Severity
cli/index.mdx now imports Openapi from /api-playground/openapi.mdx but never uses it. That path does not exist in api-playground, so the unused import can break the CLI landing page build.
Reviewed by Cursor Bugbot for commit 11c883c. Configure here.


Note
Medium Risk
Corrupted POC onboarding steps and a test string on the high-traffic quickstart could mislead readers; navigation to an empty untitled page may break the docs build or UX.
Overview
This PR mixes mint format–style doc cleanup with several draft or accidental edits that should not ship as-is.
Navigation and placeholders:
docs.jsonaddsuntitled-page-2under Export your site alongside a new minimaluntitled-page.mdxstub; the linked page appears empty in the repo snapshot.Content / copy issues:
quickstart.mdxinserts the linethis is a test updateat the top.poc-onboarding.mdxStep 4 has duplicated, garbled web-editor instructions (branch creation, keyboard shortcuts, preview, publish).agent/use-cases.mdxends with a stray/line.Otherwise mostly formatting:
cli/index.mdxreorders imageclassNames, adds subsection spacing, fixes a Next steps list indent, and adds an unusedOpenapiimport.optimize/pdf-exports.mdxpromotes Export all content to an#heading and flattens nested export option bullets.poc-onboarding.mdxalso normalizes markdown table separators and trims blank lines between<Step>blocks.Reviewed by Cursor Bugbot for commit 11c883c. Bugbot is set up for automated code reviews on this repo. Configure here.