Deal with story ordering

This commit is contained in:
garronej 2023-04-20 02:41:06 +02:00
parent 8ee6fb58ac
commit 18112a97ab
2 changed files with 4 additions and 9 deletions

View File

@ -1,7 +1,6 @@
import { addons } from '@storybook/addons'; import { addons } from '@storybook/addons';
addons.setConfig({ addons.setConfig({
"selectedPanel": 'storybook/a11y/panel', "selectedPanel": 'storybook/a11y/panel',
"showPanel": false, "showPanel": false,
}); });

View File

@ -107,12 +107,8 @@ const { getHardCodedWeight } = (() => {
const orderedPagesPrefix = [ const orderedPagesPrefix = [
"Introduction", "Introduction",
//"components/Header", "login/login.ftl",
//"components/Footer", "login/error.ftl",
"components/Alert",
"components/Tabs",
"components/Stepper",
"components/Button",
]; ];
function getHardCodedWeight(kind) { function getHardCodedWeight(kind) {