From e993436800e64657ea40101e68d9007feea38236 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Mon, 20 Feb 2023 14:01:37 +0000 Subject: [PATCH] Sort Guides collection first and then the Getting started guide inside it, after that all alphabetical https://storybook.js.org/docs/react/writing-stories/naming-components-and-hierarchy#sorting-stories --- src/Umbraco.Web.UI.Client/.storybook/preview.js | 1 + 1 file changed, 1 insertion(+) 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.*' },