mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
Changed toc schema slightly
This commit is contained in:
parent
7fccb22e10
commit
97aefa66f5
@ -1,12 +1,12 @@
|
||||
module.exports = {
|
||||
toc: [
|
||||
{
|
||||
section: 'Get Started',
|
||||
title: 'Get Started',
|
||||
prefix: 'get-started',
|
||||
pages: ['introduction', 'install', 'whats-a-story', 'browse-stories', 'setup', 'conclusion'],
|
||||
},
|
||||
{
|
||||
section: 'Writing Stories',
|
||||
title: 'Writing Stories',
|
||||
prefix: 'writing-stories',
|
||||
pages: [
|
||||
'introduction',
|
||||
@ -17,7 +17,7 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
{
|
||||
section: 'Writing Docs',
|
||||
title: 'Writing Docs',
|
||||
prefix: 'writing-docs',
|
||||
pages: ['introduction', 'docs-page', 'mdx', 'doc-blocks'],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user