Skip to content

Commit

Permalink
docs: react story docs (#7)
Browse files Browse the repository at this point in the history
* docs: react story docs

* fix: storybook path

* fix: storybook deploy

* docs: remove react md
  • Loading branch information
MaxtuneLee authored Mar 22, 2024
1 parent 465eb8c commit 800ea24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs/_meta.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
1 change: 0 additions & 1 deletion docs/docs/components/react/index.md

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down

0 comments on commit 800ea24

Please sign in to comment.