Skip to content

Conversation

@KianNH
Copy link
Member

@KianNH KianNH commented Apr 30, 2025

Summary

Add WorkersTemplates component and use on Quickstarts page

Fixes #22347

Screenshots (optional)

image

@hyperlint-ai
Copy link
Contributor

hyperlint-ai bot commented Apr 30, 2025

Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment.

We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally.


PR Change Summary

Added the WorkersTemplates component to enhance the Quickstarts page with template options for Cloudflare Workers projects.

  • Introduced the WorkersTemplates component to the documentation site.
  • Updated the Quickstarts page to utilize the new WorkersTemplates component.
  • Removed outdated example project listings to streamline the Quickstarts section.

Modified Files

  • src/content/docs/workers/get-started/quickstarts.mdx

Added Files

  • src/content/docs/style-guide/components/workers-templates.mdx

How can I customize these reviews?

Check out the Hyperlint AI Reviewer docs for more information on how to customize the review.

If you just want to ignore it on this PR, you can add the hyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add hyperlint-ignore to the PR to ignore the link check for this PR.

@github-actions github-actions bot added product:style-guide product:workers Related to Workers product labels Apr 30, 2025
@github-actions
Copy link
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/.github/ @kodster28, @pedrosousa, @haleycode, @kristianfreeman, @GregBrimble, @KianNH, @maxvp, @marciocloudflare, @WalshyDev
*.astro @cloudflare/developer-advocacy, @kristianfreeman, @kodster28, @pedrosousa, @haleycode, @GregBrimble, @KianNH, @WalshyDev
*.ts @cloudflare/developer-advocacy, @kristianfreeman, @kodster28, @pedrosousa, @haleycode, @GregBrimble, @KianNH, @WalshyDev
/src/content/docs/style-guide/ @dcpena, @cloudflare/pcx-technical-writing
/src/content/docs/workers/ @cloudflare/workers-docs, @GregBrimble, @irvinebroque, @mikenomitch, @WalshyDev, @cloudflare/deploy-config, @cloudflare/pcx-technical-writing, @ToriLindsay, @cloudflare/wrangler

@kodster28 kodster28 enabled auto-merge (squash) May 14, 2025 11:08
@kodster28 kodster28 disabled auto-merge May 14, 2025 11:08
@dario-piotrowicz
Copy link
Member

Awesome 😄

Small nitpick, templates without a description look a bit weird, especially when following/followed by those that do have one:
Screenshot 2025-05-14 at 12 15 01

I think we might want to either add a generic text there, make sure that appropriate descriptions are always there, or have some alternative styling when there are no description 🤔

@kodster28 kodster28 merged commit ff5717c into production May 14, 2025
12 checks passed
@kodster28 kodster28 deleted the kian/PCX-17242 branch May 14, 2025 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Outdated quickstart example in workers get started documentation