diff --git a/docs/docs/_meta.json b/docs/docs/_meta.json index 0f91a54..6229fc0 100644 --- a/docs/docs/_meta.json +++ b/docs/docs/_meta.json @@ -1,8 +1,8 @@ [ { "text": "React Components", - "link": "/components/react/", - "activeMatch": "/components/react/" + "link": "https://sast-ui-react.vercel.app/", + "activeMatch": "https://sast-ui-react.vercel.app/" }, { "text": "Universal Components (developing)", diff --git a/docs/docs/components/react/index.md b/docs/docs/components/react/index.md deleted file mode 100644 index 50e3d42..0000000 --- a/docs/docs/components/react/index.md +++ /dev/null @@ -1 +0,0 @@ -# React Component (beta) \ No newline at end of file diff --git a/package.json b/package.json index 0228b91..543da84 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "ui-react:start": "pnpm --filter @sast/ui-react dev:lib", "ui-react:dev": "pnpm --filter @sast/ui-react dev", "ui-react:build": "pnpm --filter @sast/ui-react build:lib", + "ui-react:build-story": "pnpm --filter @sast/ui-react build", "docs:dev": "pnpm --filter @sast/ui-docs dev" }, "keywords": [],