File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,6 @@ module.exports = {
35
35
] ,
36
36
// assetsDir: "example/stories/assets",
37
37
sections : [
38
- {
39
- name : 'Constant Suggestions List' ,
40
- content : 'example/stories/constant-suggestions-list/README.md' ,
41
- sectionDepth : 1 ,
42
- } ,
43
- {
44
- name : 'Dynamic Suggestions List' ,
45
- content : 'example/stories/dynamic-suggestions-list/README.md' ,
46
- } ,
47
38
{
48
39
name : 'Panel Theme' ,
49
40
content : 'example/stories/panel-theme/README.md' ,
@@ -52,6 +43,10 @@ module.exports = {
52
43
name : 'Underline Theme' ,
53
44
content : 'example/stories/underline-theme/README.md' ,
54
45
} ,
46
+ {
47
+ name : 'Dynamic Suggestions List' ,
48
+ content : 'example/stories/dynamic-suggestions-list/README.md' ,
49
+ } ,
55
50
] ,
56
51
styleguideComponents : { } ,
57
52
pagePerSection : true ,
You can’t perform that action at this time.
0 commit comments