Skip to content

Commit

Permalink
remove docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NgocNhi123 committed Jul 1, 2024
1 parent 666933d commit 1983e44
Show file tree
Hide file tree
Showing 134 changed files with 898 additions and 5,466 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dist",
"public",
"test/coverage",
"new-docs/storybook-static"
"docs/storybook-static"
],
"extends": [
"eslint:recommended",
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ public
.next
.vercel
/test/coverage
/new-docs/storybook-static
/docs/storybook-static
Binary file modified .yarn/install-state.gz
Binary file not shown.
File renamed without changes.
29 changes: 27 additions & 2 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
/node_modules
/public
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

*storybook.log
storybook-static
27 changes: 0 additions & 27 deletions docs/.storybook/main.js

This file was deleted.

File renamed without changes.
12 changes: 0 additions & 12 deletions docs/.storybook/manager.js

This file was deleted.

44 changes: 0 additions & 44 deletions docs/.storybook/preview.js

This file was deleted.

File renamed without changes.
46 changes: 0 additions & 46 deletions docs/.storybook/theme.js

This file was deleted.

File renamed without changes.
File renamed without changes.
62 changes: 33 additions & 29 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,41 @@
{
"name": "@moai/docs",
"private": true,
"version": "1.0.0",
"description": "Storybook Docs of Moai 🗿",
"version": "0.0.0",
"type": "module",
"scripts": {
"_start": "start-storybook --no-manager-cache -p 6006",
"_build": "build-storybook -c .storybook -o public"
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"_start": "storybook dev -p 6006",
"_build": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moaijs/moai.git"
},
"license": "MIT",
"homepage": "https://moai.thien.do",
"email": "[email protected]",
"dependencies": {
"@babel/core": "^7.14.8",
"@storybook/addon-docs": "^6.3.6",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.3.6",
"@storybook/theming": "^6.3.6",
"@types/color": "^3.0.2",
"autoprefixer": "^10.3.1",
"color": "^3.2.1",
"formik": "^2.2.9",
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.12.2",
"react-icons": "^4.2.0",
"storybook-dark-mode": "^1.0.8",
"typescript": "^4.3.4",
"webpack": "^5.47.1"
"color": "^4.2.3",
"formik": "^2.4.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.0",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/blocks": "^8.1.11",
"@storybook/react": "^8.1.11",
"@storybook/react-vite": "^8.1.11",
"@storybook/test": "^8.1.11",
"@types/color": "^3.0.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-storybook": "^0.8.0",
"storybook": "^8.1.11",
"typescript": "^5.5.2",
"vite": "^5.3.2"
}
}
File renamed without changes.
37 changes: 0 additions & 37 deletions docs/src/color/background/background.stories.mdx

This file was deleted.

File renamed without changes.
28 changes: 0 additions & 28 deletions docs/src/color/border/border.stories.mdx

This file was deleted.

File renamed without changes.
23 changes: 0 additions & 23 deletions docs/src/color/category/category.stories.mdx

This file was deleted.

File renamed without changes.
20 changes: 0 additions & 20 deletions docs/src/color/color.stories.mdx

This file was deleted.

File renamed without changes.
Loading

0 comments on commit 1983e44

Please sign in to comment.