chore(docs): stabilize storybook source discovery
This commit is contained in:
@@ -58,7 +58,12 @@ const preview: Preview = {
|
||||
controls: {
|
||||
expanded: true
|
||||
},
|
||||
layout: "fullscreen"
|
||||
layout: "fullscreen",
|
||||
options: {
|
||||
storySort: {
|
||||
order: ["Scenes", "Patterns", "Components", "Foundation"]
|
||||
}
|
||||
}
|
||||
},
|
||||
decorators: [
|
||||
(Story, context) => {
|
||||
|
||||
Reference in New Issue
Block a user