Skip to content

Commit c3424ab

Browse files
authored
Merge pull request #34103 from storybookjs/update-feature-docs
Docs: Add `sidebarOnboardingChecklist` feature and feature defaults
2 parents 2c83153 + 91ae7ce commit c3424ab

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

docs/api/main-config/main-config-features.mdx

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Type:
2626
legacyDecoratorFileOrder?: boolean;
2727
measure?: boolean;
2828
outline?: boolean;
29+
sidebarOnboardingChecklist?: boolean;
2930
toolbars?: boolean;
3031
viewport?: boolean;
3132
}
@@ -47,6 +48,7 @@ Type:
4748
legacyDecoratorFileOrder?: boolean;
4849
measure?: boolean;
4950
outline?: boolean;
51+
sidebarOnboardingChecklist?: boolean;
5052
toolbars?: boolean;
5153
viewport?: boolean;
5254
}
@@ -67,6 +69,7 @@ Type:
6769
legacyDecoratorFileOrder?: boolean;
6870
measure?: boolean;
6971
outline?: boolean;
72+
sidebarOnboardingChecklist?: boolean;
7073
toolbars?: boolean;
7174
viewport?: boolean;
7275
}
@@ -80,6 +83,8 @@ Enables Storybook's additional features.
8083

8184
Type: `boolean`
8285

86+
Default: `true`
87+
8388
Enable the [Actions](../../essentials/actions.mdx) feature.
8489

8590
<If renderer="angular">
@@ -98,6 +103,8 @@ Filter non-input controls in Angular.
98103

99104
Type: `boolean`
100105

106+
Default: `true`
107+
101108
Filter args with a "target" on the type from the render function.
102109

103110
{/* prettier-ignore-start */}
@@ -110,6 +117,8 @@ Filter args with a "target" on the type from the render function.
110117

111118
Type: `boolean`
112119

120+
Default: `true`
121+
113122
Enable the [Backgrounds](../../essentials/backgrounds.mdx) feature.
114123

115124
<If renderer="react">
@@ -130,6 +139,8 @@ Generate [manifests](../../ai/manifests.mdx), used by the [MCP server](../../ai/
130139

131140
Type: `boolean`
132141

142+
Default: `true`
143+
133144
Enable the [Controls](../../essentials/controls.mdx) feature.
134145

135146
## `developmentModeForBuild`
@@ -178,12 +189,16 @@ Enable the [experimental `.test` method with the CSF Next format](../csf/csf-nex
178189

179190
Type: `boolean`
180191

192+
Default: `true`
193+
181194
Enable the [Highlight](../../essentials/highlight.mdx) feature.
182195

183196
## `interactions`
184197

185198
Type: `boolean`
186199

200+
Default: `true`
201+
187202
Enable the [Interactions](../../writing-tests/interaction-testing.mdx#debugging-interaction-tests) feature.
188203

189204
## `legacyDecoratorFileOrder`
@@ -202,22 +217,30 @@ Apply decorators from preview.js before decorators from addons or frameworks. [M
202217

203218
Type: `boolean`
204219

220+
Default: `true`
221+
205222
Enable the [Measure](../../essentials/measure-and-outline.mdx#measure) feature.
206223

207224
## `outline`
208225

209226
Type: `boolean`
210227

228+
Default: `true`
229+
211230
Enable the [Outline](../../essentials/measure-and-outline.mdx#outline) feature.
212231

213-
## `toolbars`
232+
## `sidebarOnboardingChecklist`
214233

215234
Type: `boolean`
216235

217-
Enable the [Toolbars](../../essentials/toolbars.mdx) feature.
236+
Default: `true`
237+
238+
Enable the onboarding checklist sidebar widget.
218239

219240
## `viewport`
220241

221242
Type: `boolean`
222243

244+
Default: `true`
245+
223246
Enable the [Viewport](../../essentials/viewport.mdx) feature.

0 commit comments

Comments
 (0)