Deal with story ordering
This commit is contained in:
parent
8ee6fb58ac
commit
18112a97ab
@ -1,6 +1,5 @@
|
|||||||
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,
|
||||||
|
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user