From 59b57a8ae32c31eaf03b1598501f8a1fbb6661ad Mon Sep 17 00:00:00 2001 From: Zhi Date: Fri, 12 Jun 2026 03:36:44 +0800 Subject: [PATCH] docs: remove stale showcase section from README The showcase feature no longer exists. Remove the 'Adding your project to the showcase' section which referenced a non-existent showcase.json file and outdated screenshot tooling. --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index e7bbaf1e4f0..955da1b496e 100644 --- a/README.md +++ b/README.md @@ -66,22 +66,6 @@ docs. We appreciate your help! To contribute, please read our [contributing guideline](./.github/CONTRIBUTING.md). -## Adding your project to the showcase - -If you feel that your project would be helpful to other Fresh users, please -consider putting your project on the [showcase](https://usefresh.dev/showcase). -However, websites that are just for promotional purposes may not be listed. - -To take a screenshot, run the following command. - -```sh -deno task screenshot [url] [your-app-name] -``` - -Then add your site to -[showcase.json](https://github.com/denoland/fresh/blob/main/www/data/showcase.json), -preferably with source code on GitHub, but not required. - ## Badges ![Made with Fresh](./www/static/fresh-badge.svg)