Skip to content
Closed
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
15 changes: 7 additions & 8 deletions index.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: "Introduction"
description: "Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers."
description: "Build beautiful documentation that your users will love."

Check warning on line 3 in index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

index.mdx#L3

Avoid using 'will'.
mode: "frame"
keywords: ["overview", "platform", "getting started", "features"]
---

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

Check warning on line 23 in index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

index.mdx#L23

Use semicolons judiciously.
};

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.

<div className="relative">
<div className="absolute top-0 left-0 right-0">
Expand All @@ -40,34 +39,34 @@

<div className="relative z-10 px-4 py-16 lg:py-48 lg:pb-24 max-w-3xl mx-auto">
<h1 className="block text-4xl font-medium text-center text-gray-900 dark:text-zinc-50 tracking-tight">
Documentation
Mintlify documentation
</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.
Build beautiful documentation that your users will love.
</div>

<div className="px-6 lg:px-0 mt-12 lg:mt-24 grid sm:grid-cols-2 gap-x-6 gap-y-4">
<HeroCard filename="rocket" title="Quickstart" description="Deploy your first docs site in minutes with our step-by-step guide" href="/quickstart" />
<HeroCard filename="rocket" title="Quickstart" description="Deploy your docs site in minutes" href="/quickstart" />

<HeroCard
filename="cli"
title="CLI installation"
description="Install the CLI to preview and develop your docs locally"
description="Preview and develop docs locally"
href="/installation"
/>

<HeroCard
filename="editor"
title="Web editor"
description="Make quick updates and manage content with our browser-based editor"
description="Edit content in your browser"
href="/editor"
/>

<HeroCard
filename="components"
title="Components"
description="Build rich, interactive documentation with our ready-to-use components"
description="Add interactive elements to your docs"
href="/text"
/>
</div>
Expand Down