Skip to content

Draft from Aug 26 - #7135

Closed
mintlify[bot] wants to merge 1 commit into
mainfrom
daniel/draft-aug-26
Closed

Draft from Aug 26#7135
mintlify[bot] wants to merge 1 commit into
mainfrom
daniel/draft-aug-26

Conversation

@mintlify

@mintlify mintlify Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

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.json adds untitled-page-2 under Export your site alongside a new minimal untitled-page.mdx stub; the linked page appears empty in the repo snapshot.

Content / copy issues: quickstart.mdx inserts the line this is a test update at the top. poc-onboarding.mdx Step 4 has duplicated, garbled web-editor instructions (branch creation, keyboard shortcuts, preview, publish). agent/use-cases.mdx ends with a stray / line.

Otherwise mostly formatting: cli/index.mdx reorders image classNames, adds subsection spacing, fixes a Next steps list indent, and adds an unused Openapi import. optimize/pdf-exports.mdx promotes Export all content to an # heading and flattens nested export option bullets. poc-onboarding.mdx also 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.

- 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
@mintlify

mintlify Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
tomee 🟡 Building Aug 26, 2026, 9:43 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@Danielmintli

Copy link
Copy Markdown

G2g

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using default effort and found 5 potential issues.

Fix All in Cursor

❌ 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.

Comment thread quickstart.mdx

import SetupAgentPrompt from "/snippets/setup-agent-prompt.mdx";

this is a test update

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 11c883c. Configure here.

Comment thread docs.json
"deploy/export",
"optimize/pdf-exports"
"optimize/pdf-exports",
"untitled-page-2"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 11c883c. Configure here.

Comment thread untitled-page.mdx
@@ -0,0 +1,3 @@
---
title: "Untitled Page"
--- No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 11c883c. Configure here.

Comment thread agent/use-cases.mdx

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 11c883c. Configure here.

Comment thread cli/index.mdx

import SkillMcpPrompt from "/snippets/skill-mcp-prompt.mdx";

import Openapi from '/api-playground/openapi.mdx';

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 11c883c. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant