Skip to content

Commit f51c478

Browse files
authored
chore: rename Merchandise page to Sponsor page (#46)
## Summary - Rename docs/merch.md to docs/sponsor.md - Update nav entry in mkdocs.yml from 'Merchandise' to 'Sponsor' - Rewrite page content with sponsorship-first messaging
1 parent 323f6eb commit f51c478

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

docs/merch.md renamed to docs/sponsor.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# T-shirt Thank-You
1+
# Sponsor cpp-linter
22

3-
We are not selling T-shirts.
3+
cpp-linter is an open-source project maintained by volunteers. If you find it valuable, consider supporting the project.
44

5-
The T-shirt is our way of saying thank you to people who support the project. If your cumulative donations on [Open Collective](https://opencollective.com/cpp-linter) reach **USD 100**, we will reach out personally and send you one.
5+
## How to sponsor
66

7-
## How to support
8-
9-
[Support cpp-linter on Open Collective](https://opencollective.com/cpp-linter){ .md-button .md-button--primary }
7+
[Sponsor cpp-linter on Open Collective](https://opencollective.com/cpp-linter){ .md-button .md-button--primary }
108

119
All contributions go to the project as a whole — not to any single maintainer — and all income and expenses are publicly visible.
1210

13-
## How the T-shirt works
11+
## Sponsor perks
12+
13+
As a thank-you to our sponsors, we offer exclusive cpp-linter merchandise for supporters who cumulatively donate **USD 100 or more**.
14+
15+
### How the T-shirt perk works
1416

1517
1. Donate through [Open Collective](https://opencollective.com/cpp-linter).
1618
2. When your cumulative donations reach **USD 100**, we will contact you to arrange shipping.
@@ -22,9 +24,9 @@ Have questions? Start a [GitHub Discussion](https://github.com/cpp-linter/cpp-li
2224

2325
Thanks for supporting cpp-linter!
2426

25-
## About These T-Shirts
27+
## About the T-shirts
2628

27-
These aren't for sale — just something we made for ourselves to wear and promote this open source project. If you've used cpp-linter, appreciate the open source approach, or want to support the project, consider getting one.
29+
These aren't for sale — just something we made for ourselves to wear and promote this open source project.
2830

2931
<div class="grid cards" markdown>
3032

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nav:
99
- Home: index.md
1010
- Getting Started: getting-started.md
1111
- Discussion: discussion.md
12-
- Merchandise: merch.md
12+
- Sponsor: sponsor.md
1313
# - Blog:
1414
# - blog/index.md
1515
exclude_docs: |

0 commit comments

Comments
 (0)