mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
chore(website): improve sidebar emojis
This commit is contained in:
parent
72b0cda800
commit
bc483d677f
|
@ -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]):
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue