Skip to content

Commit

Permalink
docs: place emoji before their following headings
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 25, 2022
1 parent bf7231b commit 286edba
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 33 deletions.
2 changes: 1 addition & 1 deletion website/docs/user_guide/index.md
@@ -1,6 +1,6 @@
---
id: index
title: About the docs 📚
title: 📚 About the docs
slug: /
sidebar_position: 1
---
Expand Down
70 changes: 38 additions & 32 deletions website/sidebars.js
Expand Up @@ -13,16 +13,22 @@ module.exports = {
documentation: [
'user_guide/index',
{
'First steps 👶': [
'👶 First steps': [
'user_guide/unleash_overview',
'user_guide/important-concepts',
'user_guide/quickstart',
],
},
{
label: 'How-to guides 🪜',
label: '🛠 How-to guides',
type: 'category',
collapsible: true,
link: {
type: 'generated-index',
title: 'How-to guides',
description: 'Step-by-step recipes for you to follow',
slug: '/how-to',
},
items: [
'how-to/how-to-add-strategy-constraints',
'how-to/how-to-define-custom-context-fields',
Expand All @@ -39,20 +45,28 @@ module.exports = {
],
},
{
label: 'Reference documentation 📜',
label: '📖 Reference documentation',
type: 'category',
collapsible: false,
collapsible: true,
items: [
{
type: 'category',
link: { type: 'doc', id: 'addons/index' },
items: [
'addons/webhook',
'addons/slack',
'addons/teams',
'addons/datadog',
'Unleash concepts': [
'user_guide/activation_strategy',
'advanced/archived_toggles',
'advanced/audit_log',
'advanced/custom_activation_strategy',
'user_guide/environments',
'advanced/feature_toggle_types',
'advanced/toggle_variants',
'user_guide/projects',
'user_guide/rbac',
'advanced/enterprise-authentication',
'advanced/stickiness',
'advanced/strategy_constraints',
'advanced/tags',
'user_guide/technical_debt',
'user_guide/unleash_context',
],
label: 'Addons',
},
{
type: 'category',
Expand Down Expand Up @@ -93,7 +107,6 @@ module.exports = {
'sdks/unleash-proxy',
{
type: 'category',
collapsible: false,
label: 'Server-side SDKs',
items: [
'sdks/go_sdk',
Expand All @@ -112,7 +125,6 @@ module.exports = {
},
{
type: 'category',
collapsible: false,
label: 'Client-side SDKs',
items: [
'sdks/android_proxy_sdk',
Expand All @@ -127,23 +139,6 @@ module.exports = {
href: '/sdks#community-sdks',
},
],
'Unleash concepts': [
'user_guide/activation_strategy',
'advanced/archived_toggles',
'advanced/audit_log',
'advanced/custom_activation_strategy',
'user_guide/environments',
'advanced/feature_toggle_types',
'advanced/toggle_variants',
'user_guide/projects',
'user_guide/rbac',
'advanced/enterprise-authentication',
'advanced/stickiness',
'advanced/strategy_constraints',
'advanced/tags',
'user_guide/technical_debt',
'user_guide/unleash_context',
],
'Deploy and manage Unleash': [
'deploy/getting_started',
'deploy/configuring_unleash',
Expand All @@ -156,6 +151,17 @@ module.exports = {
'deploy/import_export',
],
},
{
type: 'category',
link: { type: 'doc', id: 'addons/index' },
items: [
'addons/webhook',
'addons/slack',
'addons/teams',
'addons/datadog',
],
label: 'Addons',
},
{
type: 'category',
label: 'Integrations',
Expand All @@ -173,7 +179,7 @@ module.exports = {
],
},
{
'Topic guides 🤓': ['topics/a-b-testing'],
'🤓 Topic guides': ['topics/a-b-testing'],
},
],
};

0 comments on commit 286edba

Please sign in to comment.