0.0.21 • Published 1 year ago
@phase2/outline-docs v0.0.21
outline-docs
This provides a base set of documentation about Outline for projects to include in their storybook instances.
The following shows a very minimal sample of how to get the included stories into your Storybook instance.
Use it as a guide to modify your src/.storybook/main.js
file or wherever your project is defining config for storybook.
module exports {
features: {
storyStoreV7: true,
postcss: false,
buildStoriesJson: true,
modernInlineRender: true,
},
framework: {
name: '@storybook/web-components-vite',
options: {},
},
docs: {
autodocs: true,
defaultName: 'Full Documentation', // set to change the name of generated docs entries
},
stories: [
'../components/**/*.stories.@(js|ts|mdx)',
'./stories/!(guides|tokens|demonstration|examples)**/*.stories.@(js|jsx|ts|tsx|mdx)',
],
}
0.0.21
1 year ago
0.0.20
1 year ago
0.0.12
2 years ago
0.0.13
2 years ago
0.0.14
2 years ago
0.0.15
2 years ago
0.0.16
2 years ago
0.0.17
2 years ago
0.0.18
2 years ago
0.0.19
2 years ago
0.0.10
2 years ago
0.0.11
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.2
3 years ago
0.0.1
3 years ago