-}
diff --git a/apps/documentation/src/components/MdxProvider/MdxCode/index.ts b/apps/documentation/src/components/MdxProvider/MdxCode/index.ts
deleted file mode 100644
index 20b1d373..00000000
--- a/apps/documentation/src/components/MdxProvider/MdxCode/index.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-import MdxCode from './MdxCode'
-
-export default MdxCode
diff --git a/apps/documentation/src/components/MdxProvider/MdxLink/MdxLink.tsx b/apps/documentation/src/components/MdxProvider/MdxLink/MdxLink.tsx
deleted file mode 100644
index 1fca9d13..00000000
--- a/apps/documentation/src/components/MdxProvider/MdxLink/MdxLink.tsx
+++ /dev/null
@@ -1,43 +0,0 @@
-import type { JSX, AnchorHTMLAttributes, ReactNode } from 'react'
-import { Anchor } from '@mantine/core'
-import { Link } from 'tuono'
-import { IconExternalLink } from '@tabler/icons-react'
-
-interface MdxLinkProps extends AnchorHTMLAttributespathname: {router.pathname}
- - > - ) -} -``` - -## `useRouter` result - -- `pathname`: `string` - Returns the current path name -- `query`: `RecordPost: {router.pathname}
-} -``` - -## Catch all segments - -Dynamic Segments can be extended to catch-all subsequent segments by adding -an ellipsis inside the brackets `[...segmentName]`. - -Given the following `src/routes/shop/[...slug].tsx`, -the following paths will be matched: - -- `/shop/clothes` -- `/shop/clothes/tops` -- `/shop` -- `/shop/clothes/tops/t-shirts` -- and so on. diff --git a/apps/documentation/src/routes/documentation/routing/index.mdx b/apps/documentation/src/routes/documentation/routing/index.mdx deleted file mode 100644 index 367c38f6..00000000 --- a/apps/documentation/src/routes/documentation/routing/index.mdx +++ /dev/null @@ -1,14 +0,0 @@ -import MetaTags from '@/components/MetaTags' - -