mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
Merge pull request #17124 from storybookjs/chore_fix_toc
Chore: (Docs) Updates to the sidebar toc file
This commit is contained in:
commit
64baffd2d8
198
docs/toc.js
198
docs/toc.js
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user