Skip to content

Untitled draft#6405

Closed
cdxker wants to merge 30 commits into
mainfrom
denzell/mintlify-update-2t4egtn
Closed

Untitled draft#6405
cdxker wants to merge 30 commits into
mainfrom
denzell/mintlify-update-2t4egtn

Conversation

@cdxker

@cdxker cdxker commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Note

Low Risk
No code or content changes are present in the diff, so there is no implementation risk to assess.

Overview
This pull request does not include any visible file changes in the provided diff.

The description only contains Mintlify editor metadata (draft link and “0 unresolved comments”), with no substantive documentation or code updates to review.

Reviewed by Cursor Bugbot for commit 101f6fd. Bugbot is set up for automated code reviews on this repo. Configure here.

Mintlify

0 threads from 0 users in Mintlify

  • No unresolved comments

Open in Mintlify Editor

- Updated cli/install.mdx
- Updated optimize/search.mdx
- Updated ai/mintlify-mcp.mdx
- Updated organize/navigation.mdx
- Updated cli/commands.mdx
- Updated organize/pages.mdx
- Updated organize/hidden-pages.mdx
- Updated .vale.ini
- Updated ai/llmstxt.mdx
- Updated credits.mdx
- Updated optimize/analytics.mdx
- Updated ai-native.mdx
- Updated customize/fonts.mdx
- Updated customize/custom-scripts.mdx
- Updated quickstart.mdx

Mintlify-Source: dashboard-editor

@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 and found 10 potential issues.

Fix All in Cursor

Bugbot Autofix prepared fixes for all 10 issues found in the latest run.

  • ✅ Fixed: Random garbage in prerequisites
    • Removed the accidental garbage text from the Node.js prerequisite bullet.
  • ✅ Fixed: Empty pnpm install block
    • Restored the missing pnpm add -g mint command in the quickstart install step.
  • ✅ Fixed: Tip without prompt snippet
    • Reinserted the SkillMcpPrompt component after the tip that references the copyable prompt.
  • ✅ Fixed: Placeholder table on page
    • Removed the stray placeholder table from the AI-native overview page.
  • ✅ Fixed: Stray slash renders publicly
    • Deleted the lone slash so it no longer renders as page content.
  • ✅ Fixed: Conflicting Starter plan wording
    • Removed the duplicate plan availability and pricing tier block with conflicting Starter wording.
  • ✅ Fixed: Conflicting OAuth scope text
    • Replaced the corrupted OAuth paragraph with one consistent deployment-scoped authorization description.
  • ✅ Fixed: Contradictory checkout behavior
    • Removed the conflicting checkout tip that incorrectly framed checkout as the way to abandon a draft.
  • ✅ Fixed: Broken Vale TokenIgnores config
    • Restored the Vale ignore configuration to valid patterns and removed the duplicated override stanzas.
  • ✅ Fixed: Pattern table under Pages
    • Removed the duplicated pattern table and repeated Pages heading from the Pages section.

Create PR

Or push these changes by commenting:

@cursor push 13f54718de
Preview (13f54718de)
diff --git a/.vale.ini b/.vale.ini
--- a/.vale.ini
+++ b/.vale.ini
@@ -2,7 +2,7 @@
 
 StylesPath = .vale/styles
 MinAlertLevel = suggestion
-IgnoredScopes = code, code, tt, img, url, a
+IgnoredScopes = code, tt, img, url, a
 SkippedScopes = script, style, pre, figure, code
 
 Vocab = Mintlify
@@ -20,22 +20,17 @@
 (?<!`)(<\w+ ?.+ ?\/>)(?!`), \
 (<[A-Z]\w+>.+?<\/[A-Z]\w+>), \
 (<[^>]*>), \
-\{(?!/\*)(?!/\*)[^}]*\}, \
-(`[^`]*`), \, \
-(?m)^openapi: .+$, \(?m)^openapi: .+$, \
+\{(?!/\*)[^}]*\}, \
+(`[^`]*`), \
+(?m)^openapi: .+$, \
 ([\w-]+\.)+(?:json|jsonl|png|jpe?g|gif|svg|mdx?|txt|ya?ml|xml|com|dev|io|ts|js|tsx|jsx), \
 [\w-]+="[^"\n]*", \
 [\w.+-]+@[\w.-]+, \
 \(/[^)\s]*\)
 
-([\w-]+\.)+(?:json|jsonl|png|jpe?g|gif|svg|mdx?|txt|ya?ml|xml|com|dev|io|ts|js|tsx|jsx), \
-[\w-]+="[^"\n]*", \
-[\w.+-]+@[\w.-]+, \
-\(/[^)\s]*\)
-
 BlockIgnores = (?sm)^(<\w+\n .*\s\/>)$, \
-(?sm)^({(?!/\*)(?!/\*).+??})$, \
-(?sm)^[ \t]*[ \t]*```[\s\S]*?```$
+(?sm)^({(?!/\*).+?})$, \
+(?sm)^[ \t]*```[\s\S]*?```$
 
 CommentDelimiters = {/*, */}
 
@@ -43,7 +38,6 @@
 BasedOnStyles = ""
 
 # Code-generator snippet with no prose content
-# Code-generator snippet with no prose content
 [snippets/vercel-json-generator.mdx]
 BasedOnStyles = ""
 
@@ -57,19 +51,6 @@
 [{api-playground/asyncapi-setup.mdx,organize/settings-reference.mdx}]
 Vale.Terms = NO
 
-[snippets/vercel-json-generator.mdx]
-BasedOnStyles = ""
-
-# Component docs use dotted JSX names (Color.Row, Tree.Folder) that
-# false-positive the sentence-spacing rule
-[components/{color,tree}.mdx]
-Mintlify.Spacing = NO
-
-# Vale lints /api-playground/... link targets in these files in a pass
-# that ignores in-document toggles
-[{api-playground/asyncapi-setup.mdx,organize/settings-reference.mdx}]
-Vale.Terms = NO
-
 [**/es/**]
 BasedOnStyles = ""
 

diff --git a/ai-native.mdx b/ai-native.mdx
--- a/ai-native.mdx
+++ b/ai-native.mdx
@@ -5,11 +5,6 @@
 keywords: ["AI", "assistant", "agent", "llms.txt", "MCP", "llms-full.txt"]
 ---
 
-| rob |  |  |
-| --- | --- | --- |
-|  |  |  |
-|  |  |  |
-
 When you host your documentation on Mintlify, built-in AI features help your users find answers and your team maintain content more efficiently. Your content provides the context for these AI-native features to improve the experiences of reading, writing, and discovering your documentation.
 
 ## What makes your documentation AI-native

diff --git a/ai/mintlify-mcp.mdx b/ai/mintlify-mcp.mdx
--- a/ai/mintlify-mcp.mdx
+++ b/ai/mintlify-mcp.mdx
@@ -42,7 +42,7 @@
 
 ## Connect to the admin MCPConnect to the admin MCP
 
-You must have an interactive OAuth login against your Mintlify account to connect to the admin MCP. AI tools exchange that login for a session token scoped to one project.You must have an interactive OAuth login against your Mintlify account to connect to the admin MCP. AI tools exchange that login for a session token scoped to one project. You must have an interactive OAuth login against your Mintlify account to connect to the admin MCP. AI tools exchange that login for a session token scoped to one or more deployments, depending on how you grant access. A connection scoped to specific deployments can only check out those, while an organization-wide connection can check out any deployment in your organization. You must have an interactive OAuth login against your Mintlify account to connect to the admin MCP. AI tools exchange that login for a session token scoped to one or more deployments, depending on how you grant access. A connection scoped to specific deployments can only check out those, while an organization-wide connection can check out any deployment in your organization.
+You must have an interactive OAuth login against your Mintlify account to connect to the admin MCP. AI tools exchange that login for a session token scoped to one or more deployments, depending on how you grant access. A connection scoped to specific deployments can only check out those, while an organization-wide connection can check out any deployment in your organization.
 
 <Tabs>
   <Tab title="Claude">
@@ -264,10 +264,6 @@
   </Step>
 </Steps>
 
-<Tip>
-  Calling `checkout` again during an active session switches the session to the new branch. Use this to abandon an in-progress draft and start fresh without ending the conversation.
-</Tip>
-
 ## What the admin MCP can doWhat the admin MCP can do
 
 ### Content

diff --git a/cli/install.mdx b/cli/install.mdx
--- a/cli/install.mdx
+++ b/cli/install.mdx
@@ -6,7 +6,7 @@
 
 ## Prerequisites
 
-- [Node.js](https://nodejs.org/en) v20.17.0\+ (LTS versions recommended) qowij foawij efoaijw eofiaw efawe fawe f
+- [Node.js](https://nodejs.org/en) v20.17.0\+ (LTS versions recommended)
 
 ## Install the CLI
 

diff --git a/credits.mdx b/credits.mdx
--- a/credits.mdx
+++ b/credits.mdx
@@ -31,25 +31,6 @@
 | 50,000 | \$370 |
 | 100,000 | \$800 |
 
-## Plan availability
-
-Credits are available on the **Pro plan and above**. Every Pro plan includes 10,000 credits per month, and you can purchase additional credits from the [Usage](https://app.mintlify.com/settings/organization/usage) page whenever you need more.
-
-The free Starter plan does not include AI features. You cannot purchase credits on the starter plan. To use the assistant, agent, or automations, upgrade to Pro or Enterprise.
-
-<Note>
-  Customers on legacy credit plans keep their existing credit packs and pricing. The tiers below apply to the Pro plan.
-</Note>
-
-## Pricing tiers
-
-| Monthly credits | Monthly cost |
-| :-- | :-- |
-| 10,000 | \$0 |
-| 25,000 | \$145 |
-| 50,000 | \$370 |
-| 100,000 | \$800 |
-
 If you need more than 100,000 credits per month, [contact sales](https://www.mintlify.com/contact/sales) to discuss a custom plan.
 
 **Overages** cost an additional \$0.01 per credit rather than triggering an automatic tier upgrade. You can set usage alerts to receive an email when you reach a certain percentage of your tier limit. Allowing overages can be cheaper than moving up a tier depending on your usage patterns.

diff --git a/customize/custom-scripts.mdx b/customize/custom-scripts.mdx
--- a/customize/custom-scripts.mdx
+++ b/customize/custom-scripts.mdx
@@ -6,8 +6,6 @@
 
 Use CSS to style HTML elements or add custom CSS and JavaScript to fully customize the look and feel of your documentation.
 
-/
-
 ## Style with Tailwind CSS
 
 Use Tailwind CSS v3 to style HTML elements. You can control layout, spacing, colors, and other visual properties. Some common classes are:

diff --git a/organize/navigation.mdx b/organize/navigation.mdx
--- a/organize/navigation.mdx
+++ b/organize/navigation.mdx
@@ -29,20 +29,6 @@
 
 Pages are the most fundamental navigation component. Each page is an MDX file in your documentation repository.
 
-| Pattern | Use when | Example |
-| --- | --- | --- |
-| [Groups](#groups) | Your content fits in one linear sidebar and you don't need a second axis of navigation. | A single-product SDK reference. |
-| [Tabs](#tabs) | You have parallel sections that share the same audience. | Guides, API reference, and SDKs tabs for one product. |
-| [Anchors](#anchors) | You want persistent links to a small number of top-level destinations (external or internal) visible at all times. | Community, status page, or another link alongside your product documentation. |
-| [Dropdowns](#dropdowns) | Similar to tabs, but you want to use a dropdown menu for navigation. | Switching between product documentation, API reference, and partner integrations. |
-| [Products](#products) | You maintain documentation for multiple distinct products under one deployment, and each product has its own full site. | A platform with separate content for Payments, Identity, and Analytics. |
-| [Versions](#versions) | You publish multiple versions of the same content in parallel. | Maintaining `v1` and `v2` API docs simultaneously. |
-| [Languages](#languages) | You publish translated versions of the same content. | English, Spanish, and Japanese documentation for one product. |
-
-## Pages
-
-Pages are the most fundamental navigation component. Each page is an MDX file in your documentation repository.
-
 <img
   className="block pointer-events-none dark:hidden"
   alt="Decorative graphic of pages."

diff --git a/quickstart.mdx b/quickstart.mdx
--- a/quickstart.mdx
+++ b/quickstart.mdx
@@ -21,6 +21,8 @@
   Copy the following prompt to add the Mintlify [skill](/ai/skillmd) and [MCP server](/ai/model-context-protocol) for better results when updating your documentation.
 </Tip>
 
+<SkillMcpPrompt />
+
 ## Deploy your documentation site
 
 Go to [mintlify.com/start](https://mintlify.com/start) and complete the onboarding process. During onboarding, you'll connect your GitHub account, create or select a repository for your documentation, and install the GitHub App to enable automatic deployments.
@@ -73,6 +75,7 @@
         ```
 
         ```bash pnpm
+        pnpm add -g mint
         ```
 
         </CodeGroup>

You can send follow-ups to the cloud agent here.

Reviewed by Cursor Bugbot for commit 533a647. Configure here.

Comment thread cli/install.mdx Outdated
Comment thread quickstart.mdx
Comment thread quickstart.mdx
Comment thread ai-native.mdx Outdated
Comment thread customize/custom-scripts.mdx Outdated
Comment thread credits.mdx Outdated
Comment thread ai/mintlify-mcp.mdx Outdated
Comment thread ai/mintlify-mcp.mdx Outdated
Comment thread .vale.ini
Comment thread organize/navigation.mdx
@mintlify

mintlify Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

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

Project Status Preview Updated (UTC)
tomee 🟢 Ready View Preview Jul 7, 2026, 12:58 AM

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

- Updated ai/model-context-protocol.mdx
- Updated assistant/index.mdx

Mintlify-Source: dashboard-editor
cdxker and others added 2 commits July 7, 2026 20:28
- Updated .vale.ini
- Updated ai-native.mdx
- Updated ai/llmstxt.mdx
- Updated ai/mintlify-mcp.mdx
- Updated ai/model-context-protocol.mdx
- Updated assistant/index.mdx
- Updated cli/commands.mdx
- Updated cli/install.mdx
- Updated credits.mdx
- Updated customize/custom-scripts.mdx
- Updated customize/fonts.mdx
- Updated optimize/analytics.mdx
- Updated optimize/search.mdx
- Updated organize/hidden-pages.mdx
- Updated organize/navigation.mdx
- Updated organize/pages.mdx
- Updated quickstart.mdx

Mintlify-Source: dashboard-editor
- Updated ai/contextual-menu.mdx
- Updated docs.json

Mintlify-Source: dashboard-editor
mintlify Bot added 2 commits July 8, 2026 03:29
- Updated optimize/analytics.mdx
- Updated docs.json

Mintlify-Source: dashboard-editor
- Updated docs.json

Mintlify-Source: dashboard-editor
- Updated docs.json

Mintlify-Source: dashboard-editor
- Updated docs.json

Mintlify-Source: dashboard-editor
mintlify Bot added 2 commits July 8, 2026 03:56
- Updated docs.json

Mintlify-Source: dashboard-editor
- Updated docs.json

Mintlify-Source: dashboard-editor
mintlify Bot added 2 commits July 8, 2026 16:48
- Updated docs.json

Mintlify-Source: dashboard-editor
- Updated docs.json

Mintlify-Source: dashboard-editor
mintlify Bot added 2 commits July 8, 2026 17:03
- Updated docs.json

Mintlify-Source: dashboard-editor
- Updated docs.json

Mintlify-Source: dashboard-editor
- Updated docs.json

Mintlify-Source: dashboard-editor
mintlify Bot added 2 commits July 8, 2026 17:10
- Updated docs.json

Mintlify-Source: dashboard-editor
- Updated docs.json

Mintlify-Source: dashboard-editor
- Updated docs.json

Mintlify-Source: dashboard-editor
- Updated docs.json

Mintlify-Source: dashboard-editor
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.

2 participants