Skip to content
Draft
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
11 changes: 10 additions & 1 deletion index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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-0 left-0 right-0">
Expand All @@ -44,7 +44,16 @@
</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.
Mintlify is a modern documentation platform that helps you create beautiful, AI-powered docs. Build with MDX, deploy instantly, and let AI assist your users with intelligent search and chat.
</div>

<div className="max-w-2xl mx-auto px-4 mt-8 text-base text-gray-600 dark:text-zinc-400">
<p className="mb-4">
<strong>What is Mintlify?</strong> Mintlify transforms how you build and maintain documentation. Write in MDX, customize with React components, and deploy with a single command. Your docs stay in your repository, giving you full version control and the ability to update alongside your code.
</p>
<p>
<strong>Key features:</strong> AI-native search and chat, automatic API documentation from OpenAPI specs, built-in analytics, custom domains, authentication, and a web editor for quick updates. Whether you're documenting APIs, SDKs, or products, Mintlify provides the tools to create docs your users will love.
</p>
</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