-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Creator Showcase from gatsbyjs.org #19362
Comments
(Thinking out loud after taking a quick look) There's currently 38 entires in the AFAICS the only place we link to "Creators" from is https://www.gatsbyjs.org/contributing/submit-to-creator-showcase/. As I remember things, those contributing guidelines might be the one place where we ever talked about this section of .org? Not sure though … While my spontaneous vote would have been "yes, let's remove it — this feels like dead code for a (long) while now", the idea (still) makes sense to me. And a couple of things that would increase exposure/value seem quite low-hanging:
@marcysutton @shannonbux @calcsam @KyleAMathews How do you feel about this? |
To spin more the idea from @fk:
But:
Or:
|
Yeah, I think just deleting it and redirecting to site showcase is a great idea; I wouldn't worry about repurposing the content as long as we notify the 38 people that we're working on a better version of this in the future? Since it's not linked to from anywhere else, I doubt many people visit it if at all! |
I'm happy to work on this issue once everyone has decided the best approach |
I've created a draft pull request with a first pass on removing the creator showcase. All tests pass and I believe i've removed everything. More thought needs go on the redirects. |
We've decided to remove the pages and links to it but keep the data for now. |
As @shannonbux suggested, I think some sort of notification would have been nice. I was wondering why the creator showcase was showing a 404 before finding this issue. As of now, it does not redirect. |
I guess I missed doing the redirect from |
i tried to use this splat for an redirect but don't get it work on my local machine with createRedirect({
fromPath: `/creators/*`,
toPath: `/showcase`,
isPermanent: true,
}) i see some configurations about the usage of see #3782 (comment)
|
Just had a chat with @KyleAMathews and we've decided to add the creator showcase back in #20198 |
Summary
Remove https://gatsbyjs.org/creators and all links to it.
Motivation
The text was updated successfully, but these errors were encountered: