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
4 changes: 4 additions & 0 deletions 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 lg:-top-16 left-0 right-0">
Expand All @@ -45,6 +45,10 @@
Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers.
</div>

<div className=\"text-center mt-6 text-gray-700 dark:text-zinc-400\">
yo wassup
</div>
Copy link

Choose a reason for hiding this comment

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

Bug: Inconsistent Placeholder and Invalid Syntax

An informal "yo wassup" placeholder was accidentally committed, clashing with the documentation's professional tone. Additionally, the className attribute uses escaped quotes (className=\"...\"), which is invalid JSX/MDX syntax and causes compilation issues.

Fix in Cursor Fix in Web


<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" />

Expand Down
Loading