mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
emojis in docs sidebar
This commit is contained in:
parent
b4d3b48b41
commit
afe6fc98c7
14
docs/toc.js
14
docs/toc.js
@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
toc: [
|
||||
{
|
||||
title: 'Get Started',
|
||||
title: '🚀 Get Started',
|
||||
pathSegment: 'get-started',
|
||||
type: 'menu',
|
||||
children: [
|
||||
@ -44,7 +44,7 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Writing Stories',
|
||||
title: '🖋 Writing Stories',
|
||||
pathSegment: 'writing-stories',
|
||||
type: 'menu',
|
||||
children: [
|
||||
@ -76,7 +76,7 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Writing Docs',
|
||||
title: '📖 Writing Docs',
|
||||
pathSegment: 'writing-docs',
|
||||
type: 'menu',
|
||||
children: [
|
||||
@ -108,7 +108,7 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Essential addons',
|
||||
title: '🧩 Essential addons',
|
||||
pathSegment: 'essentials',
|
||||
type: 'menu',
|
||||
children: [
|
||||
@ -145,7 +145,7 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Configure',
|
||||
title: '⚙️ Configure',
|
||||
pathSegment: 'configure',
|
||||
type: 'menu',
|
||||
children: [
|
||||
@ -226,7 +226,7 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Workflows',
|
||||
title: '🔄 Workflows',
|
||||
pathSegment: 'workflows',
|
||||
type: 'menu',
|
||||
children: [
|
||||
@ -291,7 +291,7 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'API',
|
||||
title: '🔌 API',
|
||||
pathSegment: 'api',
|
||||
type: 'menu',
|
||||
children: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user