docs: remove isolated remix page from installation guides (#7027)

This commit is contained in:
Shodai Suzuki
2025-10-15 15:39:15 +09:00
committed by GitHub
parent e8674ee848
commit fbda67c88c
2 changed files with 6 additions and 5 deletions

View File

@@ -137,11 +137,6 @@ export const docsConfig: DocsConfig = {
href: "/docs/installation/react-router",
items: [],
},
{
title: "Remix",
href: "/docs/installation/remix",
items: [],
},
{
title: "Astro",
href: "/docs/installation/astro",

View File

@@ -3,6 +3,12 @@ title: React Router
description: Install and configure shadcn/ui for React Router.
---
<Callout>
**Note:** This guide is for React Router. For Remix, see the [Remix](/docs/installation/remix) guide.
</Callout>
<Steps>
### Create project