Skip to content

Commit

Permalink
Merge pull request #20485 from MarioArnt/patch-1
Browse files Browse the repository at this point in the history
docs: fix broken links in MIGRATION.md
  • Loading branch information
jonniebigodes authored Jan 3, 2023
2 parents e2c502b + dc8509d commit 0c1c96d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -1558,10 +1558,12 @@ In 6.4 the behavior of loaders when arg changes occurred was tweaked so loaders
#### SB Angular builder
Since SB6.3, Storybook for Angular supports a builder configuration in your project's `angular.json`. This provides an Angular-style configuration for running and building your Storybook. The full builder documentation will be shown in the [main documentation page](https://storybook.js.org/docs/angular) soon, but for now you can check out an example here:
Since SB6.3, Storybook for Angular supports a builder configuration in your project's `angular.json`. This provides an Angular-style configuration for running and building your Storybook. An example builder configuration is now part of the [get started documentation page](https://storybook.js.org/docs/angular/get-started/install).
- `start-storybook`: [example](https://github.com/storybookjs/storybook/blob/next/examples/angular-cli/angular.json#L78) [schema](https://github.com/storybookjs/storybook/blob/next/app/angular/src/builders/start-storybook/schema.json)
- `build-storybook`: [example](https://github.com/storybookjs/storybook/blob/next/examples/angular-cli/angular.json#L86) [schema](https://github.com/storybookjs/storybook/blob/next/app/angular/src/builders/build-storybook/schema.json)
If you want to know all the available options, please checks the builders' validation schemas :
- `start-storybook`: [schema](https://github.com/storybookjs/storybook/blob/next/code/frameworks/angular/src/builders/start-storybook/schema.json)
- `build-storybook`: [schema](https://github.com/storybookjs/storybook/blob/next/code/frameworks/angular/src/builders/build-storybook/schema.json)
#### Angular13
Expand Down

0 comments on commit 0c1c96d

Please sign in to comment.