Skip to content
Merged
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
9 changes: 7 additions & 2 deletions apps/www/content/docs/arkenv/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ icon: Rocket
```

> [!TIP]
> Improve your DX with *syntax highlighting* in [VS Code & Cursor](/docs/arkenv/integrations/vscode) or [JetBrains IDEs](/docs/arkenv/integrations/jetbrains).
> Improve your DX with *syntax highlighting* in [VS Code](/docs/arkenv/integrations/vscode), [Cursor](/docs/arkenv/integrations/open-vsx), or [JetBrains IDEs](/docs/arkenv/integrations/jetbrains).

> [!NOTE]
> **Need complex validation?** ArkEnv also works with [any Standard Schema validator](/docs/arkenv/integrations/standard-schema) like Zod or Valibot alongside ArkType!
Expand Down Expand Up @@ -147,10 +147,15 @@ Now you might start to see the magic of ArkType and TypeScript working together
description="Use Zod, Valibot, or any Standard Schema validator with ArkEnv"
/>
<Card
title="Integrate with VS Code & Cursor"
title="Integrate with VS Code"
href="/docs/arkenv/integrations/vscode"
description="Get syntax highlighting, ErrorLens, and more"
/>
<Card
title="Integrate with Cursor"
href="/docs/arkenv/integrations/open-vsx"
description="Get syntax highlighting, ErrorLens, and more"
/>
<Card
title="Integrate with JetBrains IDEs"
href="/docs/arkenv/integrations/jetbrains"
Expand Down
Loading