From a3d690c5eac26fff5cffd4d34b9f7e23cc24cf36 Mon Sep 17 00:00:00 2001 From: b1aserlu <141234680+b1aserlu@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:27:06 +0100 Subject: [PATCH] manual order all the way to the last subfolder --- packages/documentation/.storybook/preview.ts | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/packages/documentation/.storybook/preview.ts b/packages/documentation/.storybook/preview.ts index 7754cd05a9..89e2a484fb 100644 --- a/packages/documentation/.storybook/preview.ts +++ b/packages/documentation/.storybook/preview.ts @@ -34,7 +34,24 @@ const preview: Preview = { 'Accessibility', ], 'Components', - [], + [ + 'Accordion', + 'Alert', + 'Badge', + 'Blockquote', + 'Button', + 'Button Group', + 'Card', + 'Collapsible', + 'Forms', + 'Heading', + 'Internet Header', + ['Getting Started'], + 'Intranet Header', + ['Getting Started'], + 'Icons', + ['Getting Started'], + ], 'Patterns', 'Utilities', 'Misc',