From bc755b8391d2e405340728519757779577ce05e6 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sun, 19 Apr 2026 14:09:21 +0200 Subject: [PATCH] refactor(website): drop /adopters page and move discovery tool out of repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drops the dedicated /adopters page, its Vue component, the navbar entry, the sidebar hack, and the contributing-guide section. The homepage carousel already carries the social-proof signal — a separate page attracted virtually no traffic on comparable OSS sites and added maintenance surface without a clear payoff. Also removes the "See all" CTA from the carousel header now that there is nowhere to send visitors to, and centers the remaining label. The find-adopters Go tool moves out of the repo (to ../find-adopters/) — it was always a one-off analysis helper, not code that ships with Task. The adopters.ts file remains the submission surface for anyone motivated enough to PR a new entry. --- website/.vitepress/components/Adopters.vue | 443 -------------- .../components/AdoptersCarousel.vue | 52 +- website/.vitepress/config.ts | 5 +- website/.vitepress/theme/index.ts | 2 - website/Taskfile.yml | 6 - website/scripts/find-adopters/README.md | 80 --- website/scripts/find-adopters/go.mod | 3 - website/scripts/find-adopters/main.go | 578 ------------------ website/src/adopters.md | 8 - website/src/docs/contributing.md | 14 - 10 files changed, 7 insertions(+), 1184 deletions(-) delete mode 100644 website/.vitepress/components/Adopters.vue delete mode 100644 website/scripts/find-adopters/README.md delete mode 100644 website/scripts/find-adopters/go.mod delete mode 100644 website/scripts/find-adopters/main.go delete mode 100644 website/src/adopters.md diff --git a/website/.vitepress/components/Adopters.vue b/website/.vitepress/components/Adopters.vue deleted file mode 100644 index e5360fb7..00000000 --- a/website/.vitepress/components/Adopters.vue +++ /dev/null @@ -1,443 +0,0 @@ - - - - - diff --git a/website/.vitepress/components/AdoptersCarousel.vue b/website/.vitepress/components/AdoptersCarousel.vue index 4b2c3fb4..c0031cf3 100644 --- a/website/.vitepress/components/AdoptersCarousel.vue +++ b/website/.vitepress/components/AdoptersCarousel.vue @@ -6,15 +6,10 @@ const loop = [...adopters, ...adopters];