diff --git a/src/Umbraco.Web.UI.Client/.storybook/preview.js b/src/Umbraco.Web.UI.Client/.storybook/preview.js index 73d791ca82..dbc166a597 100644 --- a/src/Umbraco.Web.UI.Client/.storybook/preview.js +++ b/src/Umbraco.Web.UI.Client/.storybook/preview.js @@ -94,6 +94,7 @@ export const parameters = { storySort: { method: 'alphabetical', includeNames: true, + order: ['Guides', ['Getting started'], '*'] }, }, actions: { argTypesRegex: '^on.*' },