Skip to content

Commit fa20b16

Browse files
committed
Small tweaks to naming and organization
1 parent d263c71 commit fa20b16

File tree

4 files changed

+33
-10
lines changed

4 files changed

+33
-10
lines changed

src/components/AvailableChangelogFeeds.astro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ const productsByGroup = Object.entries(
3333
</p>
3434

3535
<AnchorHeading depth={3} title="Area-specific feeds" />
36+
37+
<p>
38+
Cloudflare also offers RSS feeds scoped to specific product areas or products.
39+
</p>
40+
3641
{
3742
productsByGroup.map(([group, products]) => (
3843
<>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Available RSS Feeds
3+
pcx_content_type: reference
4+
description: Read about the various RSS feeds available for Cloudflare's changelogs.
5+
---
6+
7+
import AvailableChangelogFeeds from "~/components/AvailableChangelogFeeds.astro";
8+
9+
Cloudflare offers various RSS feeds as part of our [changelog](/changelog/), which helps you stay up to date on new features and functionality.
10+
11+
<AvailableChangelogFeeds />

src/content/docs/fundamentals/changelog/available-rss-feeds.mdx renamed to src/content/docs/fundamentals/new-features/consuming-rss-feeds.mdx

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
---
2-
title: Available RSS Feeds
3-
description: Read about the various RSS feeds available for Cloudflare's changelogs.
2+
title: Consuming RSS Feeds
3+
pcx_content_type: reference
4+
description: Learn how to consume our changelog RSS feeds.
45
---
56

6-
import AvailableChangelogFeeds from '~/components/AvailableChangelogFeeds.astro';
7-
8-
## Consuming RSS Feeds
9-
10-
Our changelogs are published to various RSS feeds with HTML in the `<description>` tag.
7+
Our [changelogs](/changelog/) are published to [various RSS feeds](/fundamentals/new-features/available-rss-feeds/) with HTML in the `<description>` tag.
118

129
In feeds with multiple products, such as the global or product-area feeds, the products associated with a given entry are in the `<category>` tag.
1310

1411
A single product will also appear in the custom `<product>` tag for legacy reasons, but we recommend you use the `<category>`
1512

16-
### Example XML
13+
## Example XML
1714

1815
```xml
1916
<rss version="2.0">
@@ -39,5 +36,3 @@ A single product will also appear in the custom `<product>` tag for legacy reaso
3936
</channel>
4037
</rss>
4138
```
42-
43-
<AvailableChangelogFeeds />
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
pcx_content_type: concept
3+
title: New features
4+
sidebar:
5+
order: 5
6+
---
7+
8+
At Cloudflare, we are constantly innovating and improving our products.
9+
10+
The best way to stay up to date with this innovation is to read our [changelog](/changelog/).
11+
12+
If you prefer to consume these updates in another format, we also offer [RSS feeds](/fundamentals/new-features/available-rss-feeds/).

0 commit comments

Comments
 (0)