Skip to content

Add cows demo page#4896

Closed
mintlify-development[bot] wants to merge 1 commit intomainfrom
mintlify/cows-demo-1774482803
Closed

Add cows demo page#4896
mintlify-development[bot] wants to merge 1 commit intomainfrom
mintlify/cows-demo-1774482803

Conversation

@mintlify-development
Copy link
Contributor

@mintlify-development mintlify-development bot commented Mar 25, 2026

Summary

  • Added a Cows demo page under Guides > Overview for customer demos
  • Showcases multiple Mintlify components (Cards, Steps, Accordion, Tabs, Callouts, Tables) using cow-themed content
  • Added to the English navigation in docs.json

Note

Low Risk
Low risk: adds a standalone documentation page and a navigation entry with no code or runtime logic changes.

Overview
Adds a new guides/cows.mdx demo guide that showcases Mintlify MDX components (callouts, tables, cards, steps, accordion, tabs) using cow-themed content.

Updates docs.json to include guides/cows under Guides → Overview so it appears in the English navigation.

Written by Cursor Bugbot for commit 5146228. This will update automatically on new commits. Configure here.

Generated-By: mintlify-agent
@mintlify
Copy link
Contributor

mintlify bot commented Mar 25, 2026

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

Project Status Preview Updated (UTC)
mintlify 🟢 Ready View Preview Mar 25, 2026, 11:56 PM

Copy link

@cursor cursor bot left a comment

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 1 potential issue.

Fix All in Cursor

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: Demo page visible in production docs navigation
    • Added hidden: true to guides/cows.mdx frontmatter so the demo page remains URL-accessible but is removed from sidebar navigation.

Create PR

Or push these changes by commenting:

@cursor push 42097816bd
Preview (42097816bd)
diff --git a/guides/cows.mdx b/guides/cows.mdx
--- a/guides/cows.mdx
+++ b/guides/cows.mdx
@@ -2,6 +2,7 @@
 title: "Cows"
 description: "Everything you need to know about cows for your documentation demo."
 keywords: ["cows", "demo", "cattle", "livestock"]
+hidden: true
 ---
 
 <Tip>

This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.

"guides/index",
"what-is-mintlify"
"what-is-mintlify",
"guides/cows"
Copy link

Choose a reason for hiding this comment

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

Demo page visible in production docs navigation

Medium Severity

The cow-themed demo page is added to the production docs navigation alongside real pages like "what-is-mintlify" in the Guides > Overview group, making it visible to all documentation users. Since this is explicitly a demo for customer showcases (the Tip callout says so), it likely belongs as a hidden: true page — a feature this very docs site documents — so it's accessible by direct URL for demos without appearing in the public navigation.

Additional Locations (1)
Fix in Cursor Fix in Web

@ethanpalm ethanpalm closed this Mar 26, 2026
@ethanpalm ethanpalm deleted the mintlify/cows-demo-1774482803 branch March 26, 2026 00:22
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