chore(website): improve sidebar emojis
Some checks failed
Code QL / code-ql (push) Has been cancelled
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled

This commit is contained in:
Artin 2024-09-09 08:41:37 +03:30 committed by Jan De Dobbeleer
parent 72b0cda800
commit bc483d677f
5 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
--- ---
id: contributors id: contributors
title: Contributors title: Contributors
sidebar_label: Contributors sidebar_label: 🙏 Contributors
--- ---
Thanks goes to these wonderful people ([emoji key][acek]): Thanks goes to these wonderful people ([emoji key][acek]):

View file

@ -1,7 +1,7 @@
--- ---
id: faq id: faq
title: FAQ title: FAQ
sidebar_label: 🤨 FAQ sidebar_label: 🤔 FAQ
--- ---
import Tabs from "@theme/Tabs"; import Tabs from "@theme/Tabs";

View file

@ -1,7 +1,7 @@
--- ---
id: customize id: customize
title: Customize title: Customize
sidebar_label: 💅🏼 Customize sidebar_label: 🧩 Customize
--- ---
import Tabs from "@theme/Tabs"; import Tabs from "@theme/Tabs";

View file

@ -1,7 +1,7 @@
--- ---
id: windows id: windows
title: Windows title: Windows
sidebar_label: Windows sidebar_label:  🪟  Windows
--- ---
import Tabs from "@theme/Tabs"; import Tabs from "@theme/Tabs";

View file

@ -106,7 +106,7 @@ module.exports = {
}, },
{ {
type: "category", type: "category",
label: "💖 Health", label: "🩺 Health",
collapsed: true, collapsed: true,
items: [ items: [
"segments/health/nightscout", "segments/health/nightscout",
@ -153,7 +153,7 @@ module.exports = {
}, },
{ {
type: "category", type: "category",
label: "🧑‍💻 Source control", label: "🗂️ Source control",
collapsed: true, collapsed: true,
items: [ items: [
"segments/scm/fossil", "segments/scm/fossil",
@ -204,7 +204,7 @@ module.exports = {
}, },
{ {
type: "category", type: "category",
label: "🙋🏾‍♀️ Contributing", label: "🤝 Contributing",
collapsed: true, collapsed: true,
items: [ items: [
"contributing/started", "contributing/started",