Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like

Remove the canvas tab
Describe alternatives you've considered
Set default tab to doc
Are you able to assist bring the feature to reality?
maybe
Additional context
Add any other context or screenshots about the feature request here.
I believe you can run storybook with --docs flag to achieve that, like:
yarn storybook --docs
Hey @YuunYang, @ajkl2533 is correct. If you run yarn storybook --docs you will get something like the following:

If you don't mind I'll be closing the issue. Thanks @ajkl2533!
Most helpful comment
I believe you can run storybook with
--docsflag to achieve that, like: