emojis in docs sidebar

This commit is contained in:
domyen 2020-08-10 19:20:18 -04:00
parent b4d3b48b41
commit afe6fc98c7

View File

@ -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: [