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
2 changes: 2 additions & 0 deletions index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
keywords: ["overview", "platform", "getting started", "features"]
---

hello world

Copy link

Choose a reason for hiding this comment

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

Test text "hello world" on production documentation page

Medium Severity

The literal text hello world added to the main documentation introduction page appears to be a test or placeholder string that was accidentally included. This will render as visible content on the production documentation landing page, degrading the user experience and looking unprofessional.

Fix in Cursor Fix in Web

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

Check warning on line 26 in index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

index.mdx#L26

Use semicolons judiciously.
};

Check warning on line 27 in index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

index.mdx#L27

Use semicolons judiciously.

<div className="relative">
<div className="absolute -top-14 left-0 right-0 opacity-80">
Expand Down
Loading