From 64dbca03e108df036bdbd73307f500dbdaf8dd22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=97=8D+85CD?= <50108258+kwaa@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:41:15 +0800 Subject: [PATCH] docs: fix broken links --- docs/getting-started/introduction.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/introduction.mdx b/docs/getting-started/introduction.mdx index a0ce541a..472f19ca 100644 --- a/docs/getting-started/introduction.mdx +++ b/docs/getting-started/introduction.mdx @@ -47,7 +47,7 @@ react, threejs, and @react-three/fiber, is recommended. Get started with **[building your first layout](./first-layout.md)**, take a look at our **[examples](./examples.md)** to see uikit in action, or learn more about: - [All components and their properties](./components-and-properties.md) -- [Interactivity](../tutorials/interactivity.md) +- [Interactivity](../tutorials/interactivity.mdx) - [Custom materials](../tutorials/custom-materials.md) - [Custom fonts](../tutorials/custom-fonts.md) - [Responsive user interfaces](../tutorials/responsive.md) @@ -55,7 +55,7 @@ Get started with **[building your first layout](./first-layout.md)**, take a loo - [Sizing](../tutorials/sizing.md) - [Common pitfalls](../advanced/pitfalls.md) - [Optimize performance](../advanced/performance.md) -- [Theming components](../kits/theming.md) +- [Theming components](../advanced/theming.mdx) ## Pre-styled component kits @@ -65,7 +65,7 @@ We provide multiple kits containing **themable pre-styled components**. Inspired |

default

_based on [Shadcn](https://github.com/shadcn-ui/ui)_ |

apfel

_inspired by AVP_ | | --------------------------------------------------------------------- | ----------------------------------------------------------- | | ![Overview over all default components](./default-overview.jpg) | ![Overview over all apfel components](./apfel-overview.jpg) | -| [View All Components](../kits/default.md) | [View All Components](../kits/apfel.md) | +| [View All Components](../default-kit/accordion.mdx) | [View All Components](../apfel-kit/button.mdx) | | `npx uikit component add default Button` | `npx uikit component add apfel Button` | ## Migration guides