Skip to content

Commit aa41242

Browse files
committed
Remove productsbytag
1 parent 0291a12 commit aa41242

File tree

5 files changed

+3
-51
lines changed

5 files changed

+3
-51
lines changed

src/components/ProductsByTag.astro

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

src/components/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export { default as PlanInfo } from "./PlanInfo.astro";
4646
export { default as ProductChangelog } from "./ProductChangelog.astro";
4747
export { default as ProductReleaseNotes } from "./ProductReleaseNotes.astro";
4848
export { default as ProductFeatures } from "./ProductFeatures.astro";
49-
export { default as ProductsByTag } from "./ProductsByTag.astro";
5049
export { default as PublicStats } from "./PublicStats.astro";
5150
export { default as RelatedProduct } from "./RelatedProduct.astro";
5251
export { default as Render } from "./Render.astro";

src/content/docs/style-guide/components/products-by-tag.mdx

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

src/content/docs/style-guide/frontmatter/tags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Tags
44

55
import { TagsUsage } from "~/components";
66

7-
Tags are currently used to filter content in the [`ExternalResources`](/style-guide/components/external-resources/), [`ProductsByTag`](/style-guide/components/products-by-tag/) and the [`ResourcesBySelector`](/style-guide/components/resources-by-selector/) components.
7+
Tags are currently used to filter content in the [`ExternalResources`](/style-guide/components/external-resources/) and the [`ResourcesBySelector`](/style-guide/components/resources-by-selector/) components.
88

99
## Example
1010

src/content/docs/use-cases/ai.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
pcx_content_type: use_case
2+
pcx_content_type: overview
33
title: Build AI Applications
44
head:
55
- tag: title
66
content: Build AI Applications · Use cases
77

88
---
99

10-
import { ExternalResources, ProductsByTag, ResourcesBySelector, Stream } from "~/components"
10+
import { ExternalResources, ResourcesBySelector, Stream } from "~/components"
1111

1212
Build and deploy ambitious AI applications to Cloudflare's global network.
1313

@@ -46,7 +46,3 @@ Cloudflare also offers detailed code examples for various [AI models](/workers-a
4646

4747

4848
:::
49-
50-
## Related products
51-
52-
<ProductsByTag tags={["AI"]} />

0 commit comments

Comments
 (0)