diff --git a/apps/www/content/docs/components/sidebar.mdx b/apps/www/content/docs/components/sidebar.mdx
index 5e0f51e7c8..da3a4a4f2f 100644
--- a/apps/www/content/docs/components/sidebar.mdx
+++ b/apps/www/content/docs/components/sidebar.mdx
@@ -28,46 +28,6 @@ Customizable.
[Browse the Blocks Library](/blocks).
-## Beta Testers
-
-
-
-Create a new Next.js app.
-
-```bash
-pnpm create next-app --tailwind --eslint --typescript --app --no-src-dir --no-import-alias
-```
-
-Init `shadcn`
-
-```bash
-pnpm dlx shadcn@latest init -d
-```
-
-Add the `sidebar.tsx` component.
-
-It is not available in the registry yet. Use the beta url.
-
-```bash
-pnpm dlx shadcn@latest add https://ui-rc.vercel.app/r/styles/new-york/sidebar.json -o
-```
-
-Install one of the example sidebars.
-
-```bash
-pnpm dlx shadcn@latest add https://ui-rc.vercel.app/r/styles/new-york/sidebar-01.json -o
-```
-
-To install other sidebars, replace `sidebar-01` with `sidebar-02`, `sidebar-03` or `sidebar-15`.
-
-Run the app and visit `http://localhost:3000/dashboard`.
-
-```bash
-pnpm dev
-```
-
-
-
## Installation