[Style Guide] Deprecate WorkersTemplates component page (#27457)

This commit is contained in:
ToriLindsay 2026-01-08 17:18:50 +00:00 committed by GitHub
parent 9e71002580
commit 7cc2dce7cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 13 deletions

View file

@ -1379,6 +1379,7 @@
/style-guide/components/footnotes/ /style-guide/formatting/footnotes/ 301
/style-guide/components/last-reviewed/ /style-guide/frontmatter/custom-properties/#reviewed 301
/style-guide/components/mermaid/ /style-guide/documentation-content-strategy/component-attributes/diagrams/#mermaid-diagrams 301
/style-guide/components/workers-templates/ /style-guide/components/index/ 301
# support
/support/about-cloudflare/getting-started/troubleshooting-faq-for-new-cloudflare-customers/ /fundamentals/reference/troubleshooting/ 301

View file

@ -1,13 +0,0 @@
---
title: Workers Templates
styleGuide:
component: WorkersTemplates
---
This component pulls in top-level folders from the [`cloudflare/templates`](https://github.com/cloudflare/templates/tree/main) repository and uses information from the `package.json` (such as `description`) to provide additional information.
```mdx live
import { WorkersTemplates } from "~/components";
<WorkersTemplates />
```