Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ai-native.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "AI-native documentation"
sidebarTitle: "AI-native"
description: "Learn how AI enhances reading, writing, and discovering your documentation"
keywords: ["AI", "assistant", "agent", "llms.txt", "MCP"]
description: "Learn how AI enhances reading, writing, and discovering your documentation - fresh and juicy like a perfect mango"
keywords: ["AI", "assistant", "agent", "llms.txt", "MCP", "mango"]
---

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.
When you host your documentation on Mangolify, built-in AI features help your users find answers and your team maintain content more efficiently. Like a mango tree that provides sweet fruit season after season, your content provides the context for these AI-native features to improve the experiences of reading, writing, and discovering your documentation.

Check warning on line 8 in ai-native.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

ai-native.mdx#L8

Did you really mean 'Mangolify'?

## What makes your documentation AI-native

Expand Down
10 changes: 5 additions & 5 deletions docs.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://mintlify.com/docs.json",
"theme": "almond",
"name": "Mintlify",
"theme": "mango",
Copy link

Choose a reason for hiding this comment

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

Invalid theme value breaks site configuration

High Severity

The theme value is changed from almond to mango, but mango is not a valid theme. According to the settings documentation, the only valid themes are: mint, maple, palm, willow, linden, almond, and aspen. Using an invalid theme value may cause the documentation site to fail to render correctly or fall back to an unexpected default state.

Fix in Cursor Fix in Web

"name": "Mangolify",
"colors": {
"primary": "#166E3F",
"light": "#26BD6C",
"dark": "#166E3F"
"primary": "#FF9500",
"light": "#FFB347",
"dark": "#E6820E"
},
"favicon": "/favicon.ico",
"icons": {
Expand Down
6 changes: 3 additions & 3 deletions index.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Introduction"
description: "Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers."
description: "Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers. Sweet as a ripe mango."
mode: "frame"
keywords: ["overview", "platform", "getting started", "features"]
keywords: ["overview", "platform", "getting started", "features", "mango"]
---

export const HeroCard = ({ filename, title, description, href }) => {
Expand All @@ -21,8 +21,8 @@
</h3>
<span className="mt-1.5">{description}</span>
</a>
);

Check warning on line 24 in index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

index.mdx#L24

Use semicolons judiciously.
};

Check warning on line 25 in index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

index.mdx#L25

Use semicolons judiciously.

<div className="relative">
<div className="absolute -top-14 left-0 right-0 opacity-80">
Expand All @@ -44,7 +44,7 @@
</h1>

<div className="max-w-xl mx-auto px-4 mt-4 text-lg text-center text-gray-500 dark:text-zinc-500">
Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers and teams.
Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers and teams. Sweet as a ripe mango.
</div>

<div className="px-6 lg:px-0 mt-12 lg:mt-24 grid sm:grid-cols-2 gap-x-6 gap-y-4">
Expand Down
6 changes: 3 additions & 3 deletions quickstart.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Quickstart"
description: "Deploy your documentation site and make your first change."
keywords: ["quickstart", "deploy", "get started", "first steps", "tutorial", "setup", "onboarding"]
description: "Deploy your documentation site and make your first change. Get juicy with your mango-flavored docs."
keywords: ["quickstart", "deploy", "get started", "first steps", "tutorial", "setup", "onboarding", "mango"]
---

After you complete this guide, you'll have a live documentation site ready to customize and update.
After you complete this guide, you'll have a live documentation site as sweet and vibrant as a tropical mango, ready to customize and update.

## Before you begin

Expand All @@ -16,7 +16,7 @@

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.

After onboarding, your documentation site is deployed and accessible at your `.mintlify.app` URL.

Check warning on line 19 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L19

In general, use active voice instead of passive voice ('is deployed').

<AccordionGroup>
<Accordion title="Optional: Skip connecting GitHub during onboarding">
Expand Down Expand Up @@ -56,7 +56,7 @@
<Tab title="CLI">
<Steps>
<Step title="Install the CLI">
The CLI requires [Node.js](https://nodejs.org/en) v20.17.0 or higher. Use an LTS version for stability.

Check warning on line 59 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L59

Spell out 'LTS', if it's unfamiliar to the audience.

<CodeGroup>

Expand Down Expand Up @@ -138,7 +138,7 @@
## Next steps

<Card title="Use the web editor" icon="mouse-pointer-2" horizontal href="/editor/index">
Edit documentation in your browser and preview how your pages will look when published.

Check warning on line 141 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L141

Avoid using 'will'.
</Card>
<Card title="Explore CLI commands" icon="terminal" horizontal href="/installation#additional-commands">
Find broken links, check accessibility, validate OpenAPI specs, and more.
Expand Down
Loading