How to turn off the onboarding guide? #35172
Replies: 1 comment 3 replies
-
|
There are a few separate pieces to the onboarding system, each controlled differently: Sidebar checklist widget (the one with the green orb on the gear icon): You can disable it by setting this in your export default {
// ...
features: {
sidebarOnboardingChecklist: false,
},
};This flag was introduced in PR #33430 and should remove the checklist widget and the green notification indicator from the sidebar. Interactive onboarding wizard (the step-by-step guided flow): This comes from "Guide" tab in settings: This is part of Storybook core and only renders in development mode [1]. Unfortunately, there is currently no configuration option to hide it [2]. It's independent of both the addon and the feature flag above. So for your use case, setting Could you confirm which version of Storybook you're on? The feature flag has had compatibility issues in some older releases [3], so version info would help if the flag doesn't take effect for you. To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
How do I turn off the onboarding guide?
I'm referring to item in the settings/cog menu labelled "Onboarding guide" which shows a completion percentage indicator next to it.
I don't want to see it and I don't want it present for anyone else on my team as it's distracting, especially as there's a green orb on top of the gear icon suggesting there's something to take action on which there isn't.
There's seemingly no way to turn if off via configuration and, additionally, the steps in it can't be skipped completely. Neither is there a skip all or ignore button nor can all steps be skipped. Some steps seem to require a previous step to be completed and not skipped to become skippable.
Additional information
No response
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions