Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: (Docs) Updates to the sidebar toc file #17124

Merged
merged 1 commit into from
Jan 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
180 changes: 90 additions & 90 deletions docs/toc.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,92 +197,48 @@ module.exports = {
],
},
{
title: '⚙️ Configure',
pathSegment: 'configure',
title: '🧩 Essential addons',
pathSegment: 'essentials',
type: 'menu',
children: [
{
pathSegment: 'overview',
title: 'Overview',
pathSegment: 'introduction',
title: 'Introduction',
type: 'link',
},
{
pathSegment: 'upgrading',
title: 'Upgrading',
pathSegment: 'controls',
title: 'Controls',
type: 'link',
},
{
pathSegment: '',
title: 'Integration',
type: 'menu',
children: [
{
pathSegment: 'webpack',
title: 'Webpack',
type: 'link',
},
{
pathSegment: 'babel',
title: 'Babel',
type: 'link',
},
{
pathSegment: 'typescript',
title: 'TypeScript',
type: 'link',
},
{
pathSegment: 'styling-and-css',
title: 'Styling and CSS',
type: 'link',
},
{
pathSegment: 'images-and-assets',
title: 'Images and assets',
type: 'link',
},
],
pathSegment: 'actions',
title: 'Actions',
type: 'link',
},
{
pathSegment: 'story-rendering',
title: 'Story rendering',
pathSegment: 'viewport',
title: 'Viewport',
type: 'link',
},
{
pathSegment: 'story-layout',
title: 'Story Layout',
pathSegment: 'backgrounds',
title: 'Backgrounds',
type: 'link',
},
{
pathSegment: '',
title: 'User interface',
type: 'menu',
children: [
{
pathSegment: 'features-and-behavior',
title: 'Features and behavior',
type: 'link',
},
{
pathSegment: 'theming',
title: 'Theming',
type: 'link',
},
{
pathSegment: 'sidebar-and-urls',
title: 'Sidebar & URLS',
type: 'link',
},
{
pathSegment: 'storybook-addons',
title: 'Storybook Addons',
type: 'link',
},
],
pathSegment: 'toolbars-and-globals',
title: 'Toolbars & globals',
type: 'link',
},
{
pathSegment: 'environment-variables',
title: 'Environment variables',
pathSegment: 'measure-and-outline',
title: 'Measure & Outline',
type: 'link',
},
{
pathSegment: 'interactions',
title: 'Interactions',
type: 'link',
},
],
Expand Down Expand Up @@ -340,48 +296,92 @@ module.exports = {
],
},
{
title: '🧩 Essential addons',
pathSegment: 'essentials',
title: '⚙️ Configure',
pathSegment: 'configure',
type: 'menu',
children: [
{
pathSegment: 'introduction',
title: 'Introduction',
type: 'link',
},
{
pathSegment: 'controls',
title: 'Controls',
pathSegment: 'overview',
title: 'Overview',
type: 'link',
},
{
pathSegment: 'actions',
title: 'Actions',
pathSegment: 'upgrading',
title: 'Upgrading',
type: 'link',
},
{
pathSegment: 'viewport',
title: 'Viewport',
type: 'link',
pathSegment: '',
title: 'Integration',
type: 'menu',
children: [
{
pathSegment: 'webpack',
title: 'Webpack',
type: 'link',
},
{
pathSegment: 'babel',
title: 'Babel',
type: 'link',
},
{
pathSegment: 'typescript',
title: 'TypeScript',
type: 'link',
},
{
pathSegment: 'styling-and-css',
title: 'Styling and CSS',
type: 'link',
},
{
pathSegment: 'images-and-assets',
title: 'Images and assets',
type: 'link',
},
],
},
{
pathSegment: 'backgrounds',
title: 'Backgrounds',
pathSegment: 'story-rendering',
title: 'Story rendering',
type: 'link',
},
{
pathSegment: 'toolbars-and-globals',
title: 'Toolbars & globals',
pathSegment: 'story-layout',
title: 'Story Layout',
type: 'link',
},
{
pathSegment: 'measure-and-outline',
title: 'Measure & Outline',
type: 'link',
pathSegment: '',
title: 'User interface',
type: 'menu',
children: [
{
pathSegment: 'features-and-behavior',
title: 'Features and behavior',
type: 'link',
},
{
pathSegment: 'theming',
title: 'Theming',
type: 'link',
},
{
pathSegment: 'sidebar-and-urls',
title: 'Sidebar & URLS',
type: 'link',
},
{
pathSegment: 'storybook-addons',
title: 'Storybook Addons',
type: 'link',
},
],
},
{
pathSegment: 'interactions',
title: 'Interactions',
pathSegment: 'environment-variables',
title: 'Environment variables',
type: 'link',
},
],
Expand Down