Skip to content

Commit 80630cf

Browse files
Remove showcase (#375)
1 parent 0e9d26f commit 80630cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1
-436
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -81,24 +81,6 @@ When you're happy with it, merge your branch into `main` and push.
8181

8282
When linking to other posts use `[name](article-slug)`, you don't need to do `[name](/blog/article-slug)`
8383

84-
### Adding to Showcase
85-
86-
[The Showcase](https://remix.run/showcase) page is a collection of sites built on Remix that are particularly impressive. If you think there is something missing from this list, feel free to open a PR for the team to review.
87-
88-
- Record quick demo of the website (~6s)
89-
- Grab or screenshot the first frame of the video
90-
- Add both resources to `public/showcase-assets`
91-
- Run `cd public/showcase-assets && ./convert.sh` to convert images and videos to compressed formats
92-
- Warning: this script was created hastily with ChatGPT and little concern for others running it. Feel free to offer improvements to the script and/or documentation
93-
- Remove/don't commit the original video and image
94-
- Add new showcase example data to [showcase.yaml](./data/showcase.yaml)
95-
96-
### Adding to Resources
97-
98-
[The Resources](https://remix.run/resources) page is a collection of templates and libraries that make building sites with Remix even easier. For now this data is driven by a yaml file, but eventually we anticipate replacing it with a database.
99-
100-
If you would like to contribute a new resource to these pages, simply add it to [resources.yaml](./data/resources.yaml)
101-
10284
## CSS Notes
10385

10486
You'll want the [tailwind VSCode plugin](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss) for sure, the hints are amazing.

_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/api /api/conventions 302
66
/podcast https://remix.transistor.fm/ 302
77
/stacks https://remix.run/pages/stacks 302
8+
/showcase https://v2.remix.run/showcase 302
89

910
# V2 docs reorganization
1011
/docs/file-conventions/route-files-v2 /docs/file-conventions/routes 302

app/lib/showcase.server.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

app/routes/_extras.showcase.tsx

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)