mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-30 08:04:18 +00:00
docs: remove isolated remix page from installation guides (#7027)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user