From bc483d677f9f0bdbbd382e68fcf27caa64b22bee Mon Sep 17 00:00:00 2001 From: Artin Date: Mon, 9 Sep 2024 08:41:37 +0330 Subject: [PATCH] chore(website): improve sidebar emojis --- website/docs/contributors.md | 2 +- website/docs/faq.mdx | 2 +- website/docs/installation/customize.mdx | 2 +- website/docs/installation/windows.mdx | 2 +- website/sidebars.js | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/website/docs/contributors.md b/website/docs/contributors.md index 0ee1eae3..c3e2aefe 100644 --- a/website/docs/contributors.md +++ b/website/docs/contributors.md @@ -1,7 +1,7 @@ --- id: contributors title: Contributors -sidebar_label: โœจ Contributors +sidebar_label: ๐Ÿ™ Contributors --- Thanks goes to these wonderful people ([emoji key][acek]): diff --git a/website/docs/faq.mdx b/website/docs/faq.mdx index a8dd88d6..e4b32b32 100644 --- a/website/docs/faq.mdx +++ b/website/docs/faq.mdx @@ -1,7 +1,7 @@ --- id: faq title: FAQ -sidebar_label: ๐Ÿคจ FAQ +sidebar_label: ๐Ÿค” FAQ --- import Tabs from "@theme/Tabs"; diff --git a/website/docs/installation/customize.mdx b/website/docs/installation/customize.mdx index 9fcf5727..6dae2ef3 100644 --- a/website/docs/installation/customize.mdx +++ b/website/docs/installation/customize.mdx @@ -1,7 +1,7 @@ --- id: customize title: Customize -sidebar_label: ๐Ÿ’…๐Ÿผ Customize +sidebar_label: ๐Ÿงฉ Customize --- import Tabs from "@theme/Tabs"; diff --git a/website/docs/installation/windows.mdx b/website/docs/installation/windows.mdx index ddde05ef..7f7bb25a 100644 --- a/website/docs/installation/windows.mdx +++ b/website/docs/installation/windows.mdx @@ -1,7 +1,7 @@ --- id: windows title: Windows -sidebar_label: โŠž Windows +sidebar_label: โ€‰๐ŸชŸโ€‰ Windows --- import Tabs from "@theme/Tabs"; diff --git a/website/sidebars.js b/website/sidebars.js index 8d01c6b7..5daf95d0 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -106,7 +106,7 @@ module.exports = { }, { type: "category", - label: "๐Ÿ’– Health", + label: "๐Ÿฉบ Health", collapsed: true, items: [ "segments/health/nightscout", @@ -153,7 +153,7 @@ module.exports = { }, { type: "category", - label: "๐Ÿง‘โ€๐Ÿ’ป Source control", + label: "๐Ÿ—‚๏ธ Source control", collapsed: true, items: [ "segments/scm/fossil", @@ -204,7 +204,7 @@ module.exports = { }, { type: "category", - label: "๐Ÿ™‹๐Ÿพโ€โ™€๏ธ Contributing", + label: "๐Ÿค Contributing", collapsed: true, items: [ "contributing/started",