-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable writing api documentation #3010
enable writing api documentation #3010
Conversation
Thanks, will test |
Actually, modifying I wonder can there be another way to achieve what you need |
I think we can make |
I will investigate other solutions! Thanks @Hypnosphi |
That suggestion makes sense let me try that path! |
By the way, we use |
Codecov Report
@@ Coverage Diff @@
## master #3010 +/- ##
===========================================
- Coverage 92.5% 37.35% -55.15%
===========================================
Files 6 426 +420
Lines 40 9150 +9110
Branches 2 869 +867
===========================================
+ Hits 37 3418 +3381
- Misses 2 5205 +5203
- Partials 1 527 +526
Continue to review full report at Codecov.
|
Hey I am in the middle of moving so a bit busy. I see this was added to v4 milestone! Super excited to make it happen. |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
Issue:
#591 (comment)
What I did
I wanted to change what route storybook runs on and attempted to accomplish this with the following "full control" configuration.
As mentioned in the issue comment I linked, the webpack hot middleware was not receiving the configuration it needed to enable a custom route.
I constructed a minimal configuration for webpack hot middleware including the
path
.How to test
Use a "full control" config as described and the default config and ensure HMR works for both storybooks
Is this testable with jest or storyshots?
Not sure
Does this need a new example in the kitchen sink apps?
I don't think so its not a common case.
Does this need an update to the documentation?
Possibly not since this is an edge case.
If your answer is yes to any of these, please make sure to include it in your PR.