We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69455e commit 9c1b87fCopy full SHA for 9c1b87f
1 file changed
.vitepress/config.mts
@@ -29,7 +29,10 @@ export default defineConfig({
29
},
30
],
31
32
- socialLinks: [{ icon: "discord", link: "https://discord.gg/gRmZgvz" }],
+ socialLinks: [
33
+ { icon: "github", link: "https://github.com/moddota" },
34
+ { icon: "discord", link: "https://discord.gg/gRmZgvz" },
35
+ ],
36
37
sidebar: [
38
{ text: "Getting Started", link: "/getting-started" },
0 commit comments