diff --git a/apps/www/config/docs.ts b/apps/www/config/docs.ts
index 17ad4885aa..48df75f2f0 100644
--- a/apps/www/config/docs.ts
+++ b/apps/www/config/docs.ts
@@ -89,6 +89,46 @@ export const docsConfig: DocsConfig = {
},
],
},
+ {
+ title: "Installation",
+ items: [
+ {
+ title: "Next.js",
+ href: "/docs/installation/next",
+ items: [],
+ },
+ {
+ title: "Vite",
+ href: "/docs/installation/vite",
+ items: [],
+ },
+ {
+ title: "Remix",
+ href: "/docs/installation/remix",
+ items: [],
+ },
+ {
+ title: "Astro",
+ href: "/docs/installation/astro",
+ items: [],
+ },
+ {
+ title: "Laravel",
+ href: "/docs/installation/laravel",
+ items: [],
+ },
+ {
+ title: "Gatsby",
+ href: "/docs/installation/gatsby",
+ items: [],
+ },
+ {
+ title: "Manual",
+ href: "/docs/installation/manual",
+ items: [],
+ },
+ ],
+ },
{
title: "Components",
items: [
diff --git a/apps/www/content/docs/installation/index.mdx b/apps/www/content/docs/installation/index.mdx
index 6a5653b51f..c1adfdc032 100644
--- a/apps/www/content/docs/installation/index.mdx
+++ b/apps/www/content/docs/installation/index.mdx
@@ -45,19 +45,6 @@ description: How to install dependencies and structure your app.
Remix
-
-
- Gatsby
-
+
+
+ Gatsby
+