Skip to content

Commit

Permalink
docs: 📝 ajoute info importantes pour OhVueIcon et DSFR
Browse files Browse the repository at this point in the history
- ajoute l’addon storybook pour l’accessibilité
  • Loading branch information
laruiss committed Nov 17, 2023
1 parent c11de1e commit 4a88ff5
Show file tree
Hide file tree
Showing 4 changed files with 11,917 additions and 11,829 deletions.
25 changes: 9 additions & 16 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
import type { StorybookConfig } from "@storybook/vue3-vite";
import type { StorybookConfig } from '@storybook/vue3-vite';

const config: StorybookConfig = {
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/addon-themes",
"@storybook/addon-styling",
{
name: '@storybook/addon-postcss',
options: {
postcssLoaderOptions: {
implementation: require('postcss'),
}
}
},
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/addon-themes',
'@storybook/addon-a11y',
'@storybook/addon-styling',
],
staticsDir: ['../public'],
framework: {
name: "@storybook/vue3-vite",
name: '@storybook/vue3-vite',
options: {},
},
docs: {
Expand Down
Loading

0 comments on commit 4a88ff5

Please sign in to comment.