Skip to content

Commit e0d68bd

Browse files
authored
feat(docs): add sponsor heart icon and donate page (#161)
Closes #160
1 parent 2820f70 commit e0d68bd

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,11 @@ export default defineConfig({
170170
socialLinks: [
171171
{ icon: "github", link: "https://github.com/structured-world/gitlab-mcp" },
172172
{ icon: "npm", link: "https://www.npmjs.com/package/@structured-world/gitlab-mcp" },
173+
{
174+
icon: { svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>' },
175+
link: `${base}sponsor`,
176+
ariaLabel: "Support the project",
177+
},
173178
],
174179

175180
search: {

docs/public/usdt-qr.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/sponsor.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Support the Project
2+
3+
Thank you for considering a donation! Your support helps maintain and improve GitLab MCP.
4+
5+
## USDT (TRC-20)
6+
7+
<div style="text-align: center; margin: 2rem 0;">
8+
<img src="/usdt-qr.svg" alt="USDT TRC-20 wallet QR code" style="width: 240px; height: 240px;" />
9+
</div>
10+
11+
**Wallet address:**
12+
13+
```
14+
TYJVn1LQRU3hBa4sSfGsoVaxZhRzXWABm7
15+
```
16+
17+
::: tip Network
18+
Please use the **TRC-20 (Tron)** network when sending USDT.
19+
:::

0 commit comments

Comments
 (0)