We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9b83c commit 772755aCopy full SHA for 772755a
1 file changed
docs/.vitepress/theme/style.css
@@ -110,3 +110,14 @@
110
.VPDoc .custom-block.caution .custom-block-title::before {
111
content: "⚠️";
112
}
113
+
114
+/* Sidebar section header emojis */
115
+.VPSidebarItem:has(a[href*="/api/"]) > .item > .text::before {
116
+ content: "🧬 ";
117
+}
118
+.VPSidebarItem:has(a[href*="/reference/"]) > .item > .text::before {
119
+ content: "📖 ";
120
121
+.VPSidebarItem:has(a[href*="/tutorials/"]) > .item > .text::before {
122
+ content: "🎓 ";
123
0 commit comments