From 380ce4da4974489d98c3444792a5aeeab47a57c8 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Fri, 24 Jul 2026 22:31:50 +0300 Subject: [PATCH] chore: rename Merchandise page to Sponsor page - 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 --- docs/{merch.md => sponsor.md} | 20 +++++++++++--------- mkdocs.yml | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) rename docs/{merch.md => sponsor.md} (81%) diff --git a/docs/merch.md b/docs/sponsor.md similarity index 81% rename from docs/merch.md rename to docs/sponsor.md index 65431e7..0b9c9c2 100644 --- a/docs/merch.md +++ b/docs/sponsor.md @@ -1,16 +1,18 @@ -# T-shirt Thank-You +# Sponsor cpp-linter -We are not selling T-shirts. +cpp-linter is an open-source project maintained by volunteers. If you find it valuable, consider supporting the project. -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. +## How to sponsor -## How to support - -[Support cpp-linter on Open Collective](https://opencollective.com/cpp-linter){ .md-button .md-button--primary } +[Sponsor cpp-linter on Open Collective](https://opencollective.com/cpp-linter){ .md-button .md-button--primary } All contributions go to the project as a whole — not to any single maintainer — and all income and expenses are publicly visible. -## How the T-shirt works +## Sponsor perks + +As a thank-you to our sponsors, we offer exclusive cpp-linter merchandise for supporters who cumulatively donate **USD 100 or more**. + +### How the T-shirt perk works 1. Donate through [Open Collective](https://opencollective.com/cpp-linter). 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 Thanks for supporting cpp-linter! -## About These T-Shirts +## About the T-shirts -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. +These aren't for sale — just something we made for ourselves to wear and promote this open source project.
diff --git a/mkdocs.yml b/mkdocs.yml index 785e4c4..0843bf2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,7 +9,7 @@ nav: - Home: index.md - Getting Started: getting-started.md - Discussion: discussion.md - - Merchandise: merch.md + - Sponsor: sponsor.md # - Blog: # - blog/index.md exclude_docs: |