-
Notifications
You must be signed in to change notification settings - Fork 225
Add cows demo page #4896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Add cows demo page #4896
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,91 @@ | ||
| --- | ||
| title: "Cows" | ||
| description: "Everything you need to know about cows for your documentation demo." | ||
| keywords: ["cows", "demo", "cattle", "livestock"] | ||
| --- | ||
|
|
||
| <Tip> | ||
| This is a demo page used to showcase documentation capabilities to customers. | ||
| </Tip> | ||
|
|
||
| Cows are domesticated bovines that have been integral to human agriculture for thousands of years. This page demonstrates how Mintlify renders rich documentation content using a fun, non-technical topic. | ||
|
|
||
| ## Breeds | ||
|
|
||
| Here are some popular cow breeds and their primary uses: | ||
|
|
||
| | Breed | Origin | Primary use | | ||
| |:------|:-------|:------------| | ||
| | Holstein | Netherlands | Dairy | | ||
| | Angus | Scotland | Beef | | ||
| | Jersey | Jersey Island | Dairy | | ||
| | Hereford | England | Beef | | ||
| | Highland | Scotland | Beef | | ||
| | Brown Swiss | Switzerland | Dairy | | ||
|
|
||
| ## Quick facts | ||
|
|
||
| <CardGroup cols={2}> | ||
| <Card title="Lifespan" icon="heart"> | ||
| Cows typically live 18–22 years. | ||
| </Card> | ||
| <Card title="Daily output" icon="glass-water"> | ||
| A dairy cow produces around 25–30 liters of milk per day. | ||
| </Card> | ||
| <Card title="Digestion" icon="repeat"> | ||
| Cows have four stomach compartments and chew their cud up to 8 hours a day. | ||
| </Card> | ||
| <Card title="Social animals" icon="users"> | ||
| Cows form close bonds and can recognize over 100 other cows. | ||
| </Card> | ||
| </CardGroup> | ||
|
|
||
| ## Anatomy of a cow | ||
|
|
||
| <Steps> | ||
| <Step title="Four-chambered stomach"> | ||
| The rumen, reticulum, omasum, and abomasum work together to break down tough plant fibers through fermentation and digestion. | ||
| </Step> | ||
| <Step title="Hooves"> | ||
| Each hoof is split into two toes, giving cows stable footing on uneven terrain. | ||
| </Step> | ||
| <Step title="Teeth"> | ||
| Cows have no upper front teeth. They use a tough dental pad and their lower incisors to tear grass. | ||
| </Step> | ||
| </Steps> | ||
|
|
||
| ## Component showcase | ||
|
|
||
| This section demonstrates various Mintlify components using cow-themed content. | ||
|
|
||
| <Accordion title="Why do cows moo?"> | ||
| Cows moo to communicate with each other. They use different vocalizations to signal hunger, distress, or to locate their calves. Research suggests each cow has a distinct voice that other cows can recognize. | ||
| </Accordion> | ||
|
|
||
| <Note> | ||
| A group of cows is called a herd. A group of twelve or more cows is called a "flink." | ||
|
Check warning on line 66 in guides/cows.mdx
|
||
| </Note> | ||
|
|
||
| <Warning> | ||
| Never approach an unfamiliar cow from behind. Always let them see you coming. | ||
| </Warning> | ||
|
|
||
| <Tabs> | ||
| <Tab title="Dairy"> | ||
| Dairy cows are bred for milk production. Top breeds include Holstein, Jersey, and Brown Swiss. A single Holstein can produce over 9,000 liters of milk per year. | ||
| </Tab> | ||
| <Tab title="Beef"> | ||
| Beef cattle are raised for meat production. Popular breeds include Angus, Hereford, and Charolais. Angus beef is particularly prized for its marbling. | ||
| </Tab> | ||
| <Tab title="Dual-purpose"> | ||
| Some breeds like Simmental and Shorthorn are raised for both milk and meat, making them versatile choices for smaller farms. | ||
| </Tab> | ||
| </Tabs> | ||
|
|
||
| ## Fun cow facts | ||
|
|
||
| 1. Cows can smell something up to 10 kilometers away | ||
| 2. The average cow drinks 100–150 liters of water per day | ||
| 3. Cows spend about 10 hours a day lying down | ||
| 4. There are approximately 1 billion cows in the world | ||
| 5. Cows can see almost 360 degrees with minimal head movement | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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 (theTipcallout says so), it likely belongs as ahidden: truepage — 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)
guides/cows.mdx#L1-L5