Skip to content

Commit

Permalink
feat: migrate docs to storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Oct 25, 2024
1 parent db2aeba commit 2323749
Show file tree
Hide file tree
Showing 46 changed files with 2,330 additions and 881 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@
"@babel/core": "^7.7.7",
"@chromatic-com/storybook": "^1.9.0",
"@compodoc/compodoc": "^1.1.26",
"@storybook/addon-docs": "^8.3.6",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-onboarding": "^8.3.6",
"@storybook/angular": "^8.3.6",
"@storybook/blocks": "^8.3.6",
"@storybook/builder-webpack5": "^8.3.6",
"@storybook/test": "^8.3.6",
"@swimlane/eslint-config": "^2.0.0",
"@swimlane/prettier-config-swimlane": "^3.0.2",
Expand Down
3 changes: 3 additions & 0 deletions projects/swimlane/ngx-graph/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ const config: StorybookConfig = {
framework: {
name: '@storybook/angular',
options: {}
},
core: {
builder: '@storybook/builder-webpack5'
}
};
export default config;
620 changes: 491 additions & 129 deletions projects/swimlane/ngx-graph/documentation.json

Large diffs are not rendered by default.

369 changes: 0 additions & 369 deletions projects/swimlane/ngx-graph/src/stories/Configure.mdx

This file was deleted.

Loading

0 comments on commit 2323749

Please sign in to comment.