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';
addons.setConfig({
"selectedPanel": 'storybook/a11y/panel',
"selectedPanel": 'storybook/a11y/panel',
"showPanel": false,
});

View File

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