feat(docs): add gem logo to GitHub Pages nav bar and home hero

This commit is contained in:
Siddharth Kumar Sah
2026-03-27 20:52:06 +08:00
parent 8ae1d8cec3
commit 98478e2719
3 changed files with 14 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@ export default defineConfig({
],
themeConfig: {
logo: "/logo.svg",
nav: [
{ text: "Home", link: "/" },
{ text: "Guide", link: "/guide/getting-started" },