We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706e71e commit 134109eCopy full SHA for 134109e
1 file changed
docs/.vitepress/config.js
@@ -228,12 +228,14 @@ export default defineConfig({
228
},
229
230
editLink: { pattern: buildEditLink },
231
- socialLinks: [{ icon: "github", link: repoUrl }],
+ socialLinks: [
232
+ { icon: "github", link: repoUrl },
233
+ { icon: "kofi", link: "https://ko-fi.com/haithium" },
234
+ ],
235
// prettier-ignore
236
nav: [
237
{ text: "Home", link: "/" },
238
{ text: "Modules", items: buildProjectNavItems() },
- { text: "Sponsor", link: "https://ko-fi.com/haithium" },
239
{ text: "🇵🇸 Free Palestine", link: "https://techforpalestine.org/learn-more" },
240
],
241
sidebar: buildSidebar(),
0 commit comments