mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-11 20:06:58 +00:00
[Style Guide] Deprecate WorkersTemplates component page (#27457)
This commit is contained in:
parent
9e71002580
commit
7cc2dce7cb
2 changed files with 1 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 />
|
||||
```
|
||||
Loading…
Add table
Reference in a new issue