Skip to content

Commit c763346

Browse files
committed
refactor(web): remove TestMdxPage and associated MDX content from documentation
1 parent 769581a commit c763346

4 files changed

Lines changed: 1 addition & 136 deletions

File tree

apps/web/src/components/layouts/docs-layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { Badge } from "@/components/ui/badge";
1414
import { Button } from "@/components/ui/button";
1515
import { ScrollArea } from "@/components/ui/scroll-area";
1616
import { cn } from "@/utils/utils";
17+
1718
import { AppLayout } from "./app-layout";
1819

1920
export interface DocsSection {

apps/web/src/content/docs/test-mdx.mdx

Lines changed: 0 additions & 85 deletions
This file was deleted.

apps/web/src/pages/docs/test-mdx.tsx

Lines changed: 0 additions & 46 deletions
This file was deleted.

apps/web/src/routes.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import { NotFoundPage } from "./pages/not-found-page";
2727
import { PlaygroundPage } from "./pages/playground-page";
2828
import { ProfilePage } from "./pages/profile-page";
2929
import { PublicExecutionPage } from "./pages/public-execution-page";
30-
import { TestMdxPage } from "./pages/docs/test-mdx";
3130

3231
export interface RouteHandle {
3332
head?:
@@ -166,10 +165,6 @@ export const routes: AppRouteObject[] = [
166165
),
167166
},
168167
},
169-
{
170-
path: "/docs/test-mdx",
171-
element: <TestMdxPage />,
172-
},
173168
{
174169
path: "/docs/overview",
175170
element: (

0 commit comments

Comments
 (0)