[storybook] How about @storybook/addon-docs?
See original GitHub issuePlease make sure you have read the submission guidelines before posting an issue
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- I am running the latest version
- I checked the documentation and found no answer
- I checked to make sure that this issue has not already been filed
- I’m reporting the issue to the correct repository (not related to Angular, AngularCLI or any dependency)
Expected Behavior
@nrwl/storybook includes @storybook/addon-docs
https://github.com/storybookjs/storybook/tree/master/addons/docs
https://www.npmjs.com/package/@storybook/addon-docs
Today, I tried updating to 8.8.0. It’s awesome! I especially excited about supporting Storybook.
Btw, @storybook/addon-docs is good. Because it allows to write documents in mdx.
So, I’d like to contain @storybook/addon-docs in @nrwl/storybook.
What do you think about this?
I set up @storybook/addon-docs by myself in this repo.
Check: https://github.com/tyankatsu0105/sandbox-nx-storybook
Current Behavior
Failure Information (for bugs)
Steps to Reproduce
Context
Failure Logs
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)

Top Related StackOverflow Question
Thank you for your suggestion 😃 We are somewhat hesitant about adding addons by default (beyond knobs), simply because they are almost by definition things that not everyone will use. That being said, something we will do is add some documentation on how to update the configuration for a library or a whole repo to make it easier for people to add them themselves.
@himanshu803 you may use Storybook Docs addon with Angular with some pipes&tape as explained in the documentation: https://github.com/storybookjs/storybook/blob/HEAD/addons/docs/angular/README.md
For NX you may use compodoc plugin https://github.com/twittwer/nx-tools/tree/master/libs/compodoc#readme
But I can’t figure out how to automatically refresh compodoc and Storybook Docs on changes.