Skip to content

Commit

Permalink
clead up the code and removed docs for landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
andra-sava committed Jul 16, 2024
1 parent 93ec55a commit df7ec48
Show file tree
Hide file tree
Showing 4 changed files with 1,458 additions and 1,465 deletions.
14 changes: 3 additions & 11 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,10 @@ const config: StorybookConfig = {
getAbsolutePath("@storybook/addon-webpack5-compiler-swc"),
],
staticDirs: ['../public'],
framework: {
name: getAbsolutePath("@storybook/react-webpack5"),
options: {
builder: {
name: getAbsolutePath("@storybook/builder-webpack5"),
fsCache: true,
lazyCompilation: true
}
}
framework: '@storybook/react-webpack5',
core:{
builder:"@storybook/builder-webpack5"
},
core: {},
typescript: {
reactDocgen: 'react-docgen',
check: false
Expand All @@ -31,7 +24,6 @@ const config: StorybookConfig = {
config.resolve.plugins = [new TsconfigPathsPlugin()]
return config
},
docs: {}
}
export default config

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@
"@mui/system": "^5.16.0",
"@mui/types": "^7.2.14",
"@mui/x-date-pickers": "5.0.0-beta.6",
"@storybook/addon-webpack5-compiler-swc": "^1.0.4",
"@storybook/builder-webpack5": "^8.1.11",
"attr-accept": "^2.2.2",
"chart.js": "3.9.1",
"classnames": "^2.5.1",
Expand All @@ -88,7 +86,9 @@
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/addon-webpack5-compiler-swc": "^1.0.4",
"@storybook/blocks": "^8.1.11",
"@storybook/builder-webpack5": "^8.1.11",
"@storybook/core-events": "^8.1.11",
"@storybook/manager-api": "^8.1.11",
"@storybook/preview-api": "^8.1.11",
Expand Down
1 change: 1 addition & 0 deletions src/stories/Introduction.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const LandingPage = () => {
const meta: Meta<typeof LandingPage> = {
title: 'Introduction',
component: LandingPage,
tags: ['!autodocs'],
parameters: {
options: {
showPanel: false
Expand Down
Loading

0 comments on commit df7ec48

Please sign in to comment.