Merge pull request #17124 from storybookjs/chore_fix_toc

Chore: (Docs) Updates to the sidebar toc file
This commit is contained in:
Michael Shilman 2022-01-07 21:36:27 +08:00 committed by GitHub
commit 64baffd2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,6 +196,105 @@ module.exports = {
},
],
},
{
title: '🧩 Essential addons',
pathSegment: 'essentials',
type: 'menu',
children: [
{
pathSegment: 'introduction',
title: 'Introduction',
type: 'link',
},
{
pathSegment: 'controls',
title: 'Controls',
type: 'link',
},
{
pathSegment: 'actions',
title: 'Actions',
type: 'link',
},
{
pathSegment: 'viewport',
title: 'Viewport',
type: 'link',
},
{
pathSegment: 'backgrounds',
title: 'Backgrounds',
type: 'link',
},
{
pathSegment: 'toolbars-and-globals',
title: 'Toolbars & globals',
type: 'link',
},
{
pathSegment: 'measure-and-outline',
title: 'Measure & Outline',
type: 'link',
},
{
pathSegment: 'interactions',
title: 'Interactions',
type: 'link',
},
],
},
{
title: '🔧 Addons',
pathSegment: 'addons',
type: 'menu',
children: [
{
pathSegment: 'introduction',
title: 'Introduction',
type: 'link',
},
{
pathSegment: 'install-addons',
title: 'Install',
type: 'link',
},
{
pathSegment: 'writing-addons',
title: 'Write',
type: 'link',
},
{
pathSegment: 'configure-addons',
title: 'Configure addons',
type: 'link',
},
{
pathSegment: 'writing-presets',
title: 'Write a preset',
type: 'link',
},
{
pathSegment: 'addon-catalog',
title: 'Add to catalog',
type: 'link',
},
{
pathSegment: 'addon-types',
title: 'Types of addons',
type: 'link',
},
{
pathSegment: 'addon-knowledge-base',
title: 'Knowledge base',
type: 'link',
},
{
pathSegment: 'addons-api',
title: 'Addon API',
type: 'link',
},
],
},
{
title: '⚙️ Configure',
pathSegment: 'configure',
@ -287,105 +386,6 @@ module.exports = {
},
],
},
{
title: '🔧 Addons',
pathSegment: 'addons',
type: 'menu',
children: [
{
pathSegment: 'introduction',
title: 'Introduction',
type: 'link',
},
{
pathSegment: 'install-addons',
title: 'Install',
type: 'link',
},
{
pathSegment: 'writing-addons',
title: 'Write',
type: 'link',
},
{
pathSegment: 'configure-addons',
title: 'Configure addons',
type: 'link',
},
{
pathSegment: 'writing-presets',
title: 'Write a preset',
type: 'link',
},
{
pathSegment: 'addon-catalog',
title: 'Add to catalog',
type: 'link',
},
{
pathSegment: 'addon-types',
title: 'Types of addons',
type: 'link',
},
{
pathSegment: 'addon-knowledge-base',
title: 'Knowledge base',
type: 'link',
},
{
pathSegment: 'addons-api',
title: 'Addon API',
type: 'link',
},
],
},
{
title: '🧩 Essential addons',
pathSegment: 'essentials',
type: 'menu',
children: [
{
pathSegment: 'introduction',
title: 'Introduction',
type: 'link',
},
{
pathSegment: 'controls',
title: 'Controls',
type: 'link',
},
{
pathSegment: 'actions',
title: 'Actions',
type: 'link',
},
{
pathSegment: 'viewport',
title: 'Viewport',
type: 'link',
},
{
pathSegment: 'backgrounds',
title: 'Backgrounds',
type: 'link',
},
{
pathSegment: 'toolbars-and-globals',
title: 'Toolbars & globals',
type: 'link',
},
{
pathSegment: 'measure-and-outline',
title: 'Measure & Outline',
type: 'link',
},
{
pathSegment: 'interactions',
title: 'Interactions',
type: 'link',
},
],
},
{
title: '🔌 API',
pathSegment: 'api',