mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
chore(website): improve sidebar emojis
This commit is contained in:
parent
72b0cda800
commit
bc483d677f
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
id: contributors
|
||||
title: Contributors
|
||||
sidebar_label: ✨ Contributors
|
||||
sidebar_label: 🙏 Contributors
|
||||
---
|
||||
|
||||
Thanks goes to these wonderful people ([emoji key][acek]):
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
id: faq
|
||||
title: FAQ
|
||||
sidebar_label: 🤨 FAQ
|
||||
sidebar_label: 🤔 FAQ
|
||||
---
|
||||
|
||||
import Tabs from "@theme/Tabs";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
id: customize
|
||||
title: Customize
|
||||
sidebar_label: 💅🏼 Customize
|
||||
sidebar_label: 🧩 Customize
|
||||
---
|
||||
|
||||
import Tabs from "@theme/Tabs";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
id: windows
|
||||
title: Windows
|
||||
sidebar_label: ⊞ Windows
|
||||
sidebar_label: 🪟 Windows
|
||||
---
|
||||
|
||||
import Tabs from "@theme/Tabs";
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue