Skip to content

Commit ac7e82c

Browse files
pd4d10Artem Sapegin
authored and
Artem Sapegin
committed
Docs: Fix pagePerSection example code syntax (styleguidist#1197)
1 parent e05cb19 commit ac7e82c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ module.exports = {
354354
}
355355
]
356356
}
357-
]
357+
],
358358
// Will show "Components" as single page, filtering its children
359359
sectionDepth: 1,
360360
},
@@ -369,7 +369,7 @@ module.exports = {
369369
}
370370
]
371371
}
372-
]
372+
],
373373
// There is no subroutes, "Examples" will show all its children on a page
374374
sectionDepth: 0,
375375
}

0 commit comments

Comments
 (0)