From c68887c1391b89387a89254edc4e2d8f71de4971 Mon Sep 17 00:00:00 2001 From: Yoali Date: Sat, 7 Sep 2024 10:12:51 -0600 Subject: [PATCH 1/3] fix: broken doc links --- README.md | 7 +++---- docs/advanced/theming.mdx | 5 +++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9606b486..89fda295 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,7 @@ Get started with **[building your first layout](https://docs.pmnd.rs/uikit/getti - [Sizing](https://docs.pmnd.rs/uikit/tutorials/sizing) - [Common pitfalls](https://docs.pmnd.rs/uikit/advanced/pitfalls) - [Optimize performance](https://docs.pmnd.rs/uikit/advanced/performance) -- [Theming components](https://docs.pmnd.rs/uikit/kits/theming) - +- [Theming components](https://pmndrs.github.io/uikit/docs/advanced/theming) ## Pre-styled component kits @@ -76,7 +75,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](./docs/getting-started/default-overview.jpg) | ![Overview over all apfel components](./docs/getting-started/apfel-overview.jpg) | -| [View All Components](https://docs.pmnd.rs/uikit/kits/default) | [View All Components](https://docs.pmnd.rs/uikit/kits/apfel) | +| [View All Components](https://pmndrs.github.io/uikit/docs/default-kit/accordionf) | [View All Components](https://pmndrs.github.io/uikit/docs/apfel-kit/button) | | `npx uikit component add default Button` | `npx uikit component add apfel Button` | ## Migration guides @@ -85,7 +84,7 @@ We provide multiple kits containing **themable pre-styled components**. Inspired - from [HTML/CSS](https://docs.pmnd.rs/uikit/migration/from-html-css) - from [Tailwind](https://docs.pmnd.rs/uikit/migration/from-tailwind) -## Sponsors +## Sponsors This project is supported by a few companies and individuals building cutting edge 3D Web & XR experiences. Check them out! diff --git a/docs/advanced/theming.mdx b/docs/advanced/theming.mdx index 5e7c3aab..6078a60e 100644 --- a/docs/advanced/theming.mdx +++ b/docs/advanced/theming.mdx @@ -55,7 +55,8 @@ this result is achieved. 'three': 'latest', '@react-three/fiber': 'latest', '@react-three/uikit': 'latest', - '@react-three/drei': 'latest', + '@react-three/uikit-default': 'latest', + '@react-three/drei': 'latest' }, }} files={{ @@ -80,4 +81,4 @@ export default function App() { ) }`}} -/> \ No newline at end of file +/> From 8d43b22c2ac35f6c15e17fdaedf48e429e385abd Mon Sep 17 00:00:00 2001 From: Yoali Date: Sat, 7 Sep 2024 10:15:53 -0600 Subject: [PATCH 2/3] mend --- docs/advanced/theming.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/theming.mdx b/docs/advanced/theming.mdx index 6078a60e..27c4bb0c 100644 --- a/docs/advanced/theming.mdx +++ b/docs/advanced/theming.mdx @@ -56,7 +56,7 @@ this result is achieved. '@react-three/fiber': 'latest', '@react-three/uikit': 'latest', '@react-three/uikit-default': 'latest', - '@react-three/drei': 'latest' + '@react-three/drei': 'latest', }, }} files={{ From b5b42eefc8365c82085a765051158adfeb4a6ef0 Mon Sep 17 00:00:00 2001 From: Yoali Date: Sat, 7 Sep 2024 10:26:14 -0600 Subject: [PATCH 3/3] mend --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89fda295..04abe35d 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Get started with **[building your first layout](https://docs.pmnd.rs/uikit/getti - [Sizing](https://docs.pmnd.rs/uikit/tutorials/sizing) - [Common pitfalls](https://docs.pmnd.rs/uikit/advanced/pitfalls) - [Optimize performance](https://docs.pmnd.rs/uikit/advanced/performance) -- [Theming components](https://pmndrs.github.io/uikit/docs/advanced/theming) +- [Theming components](https://docs.pmnd.rs/uikit/advanced/theming) ## Pre-styled component kits @@ -75,7 +75,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](./docs/getting-started/default-overview.jpg) | ![Overview over all apfel components](./docs/getting-started/apfel-overview.jpg) | -| [View All Components](https://pmndrs.github.io/uikit/docs/default-kit/accordionf) | [View All Components](https://pmndrs.github.io/uikit/docs/apfel-kit/button) | +| [View All Components](https://docs.pmnd.rs/uikit/default-kit/accordion) | [View All Components](https://docs.pmnd.rs/uikit/apfel-kit/button) | | `npx uikit component add default Button` | `npx uikit component add apfel Button` | ## Migration guides