Commit b7294f21 by Moorthy G

feat(storybook): add storybook auto doc addon

parent 1c77c59e
...@@ -9,7 +9,7 @@ const config: StorybookConfig = { ...@@ -9,7 +9,7 @@ const config: StorybookConfig = {
'../components/**/*.stories.@(ts|tsx|js|jsx|mdx)', '../components/**/*.stories.@(ts|tsx|js|jsx|mdx)',
'../styles/**/*.stories.@(ts|tsx|js|jsx|mdx)' '../styles/**/*.stories.@(ts|tsx|js|jsx|mdx)'
], ],
addons: ['@storybook/addon-links', '@storybook/addon-themes'], addons: ['@storybook/addon-links', '@storybook/addon-themes', '@storybook/addon-docs'],
webpackFinal: async (config) => { webpackFinal: async (config) => {
if (config.resolve) { if (config.resolve) {
config.resolve.alias = { config.resolve.alias = {
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
"@commitlint/cli": "^20.2.0", "@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0", "@commitlint/config-conventional": "^20.2.0",
"@next/bundle-analyzer": "^16.0.7", "@next/bundle-analyzer": "^16.0.7",
"@storybook/addon-docs": "^10.1.4",
"@storybook/addon-links": "^10.1.4", "@storybook/addon-links": "^10.1.4",
"@storybook/addon-themes": "^10.1.4", "@storybook/addon-themes": "^10.1.4",
"@types/eslint": "^9.6.1", "@types/eslint": "^9.6.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment