diff --git a/apps/www/config/docs.ts b/apps/www/config/docs.ts
index 7309e7f666..e1352ed2b8 100644
--- a/apps/www/config/docs.ts
+++ b/apps/www/config/docs.ts
@@ -136,7 +136,6 @@ export const docsConfig: DocsConfig = {
title: "React Router",
href: "/docs/installation/react-router",
items: [],
- label: "New",
},
{
title: "Remix",
@@ -152,7 +151,11 @@ export const docsConfig: DocsConfig = {
title: "Tanstack Start",
href: "/docs/installation/tanstack",
items: [],
- label: "New",
+ },
+ {
+ title: "Tanstack Router",
+ href: "/docs/installation/tanstack-router",
+ items: [],
},
{
title: "Manual",
diff --git a/apps/www/content/docs/installation/index.mdx b/apps/www/content/docs/installation/index.mdx
index 414f1a995c..0cd21b1f6f 100644
--- a/apps/www/content/docs/installation/index.mdx
+++ b/apps/www/content/docs/installation/index.mdx
@@ -82,6 +82,17 @@ description: How to install dependencies and structure your app.
TanStack Start
+
+
+ TanStack Router
+