toc.js (storybook-6.5.11) | : | toc.js (storybook-6.5.12) | ||
---|---|---|---|---|
module.exports = { | module.exports = { | |||
toc: [ | toc: [ | |||
{ | { | |||
title: '💠Why', | title: '📕 Why Storybook?', | |||
pathSegment: 'why-storybook', | pathSegment: 'why-storybook', | |||
type: 'link', | type: 'link', | |||
}, | }, | |||
{ | { | |||
title: '🚀 Get started', | title: '🚀 Get started', | |||
pathSegment: 'get-started', | pathSegment: 'get-started', | |||
type: 'menu', | type: 'menu', | |||
children: [ | children: [ | |||
{ | { | |||
pathSegment: 'introduction', | pathSegment: 'introduction', | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |