Skip to content

Commit a3fe465

Browse files
committed
Update src/content/docs/creating-custom-feeds.mdx
1 parent 4672c00 commit a3fe465

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

src/content/docs/creating-custom-feeds.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ sidebar:
55
order: 2
66
---
77

8-
import { Aside } from '@astrojs/starlight/components';
8+
import { Aside } from "@astrojs/starlight/components";
99

1010
When auto-sourcing isn't enough, you can write your own configuration files to create custom RSS feeds for any website. This guide shows you how to take full control with YAML configs.
1111

1212
**Prerequisites:** You should be familiar with the [Getting Started](/getting-started) guide before diving into custom configurations.
1313

1414
<Aside type="note" title="Release note">
15-
This guide tracks the current documentation tree and may describe features that have not yet shipped in the latest released `html2rss` gem.
16-
If you want the newest integrated behavior, prefer running [`html2rss-web`](/web-application/getting-started) via Docker. The web application ships as a rolling release and usually reflects the latest development state of the gem first. See [Versioning and releases](/web-application/reference/versioning-and-releases/) for details.
15+
This guide tracks the current documentation tree and may describe features that have not yet shipped in the
16+
latest released `html2rss` gem. If you want the newest integrated behavior, prefer running
17+
[`html2rss-web`](/web-application/getting-started) via Docker. The web application ships as a rolling
18+
release and usually reflects the latest development state of the gem first. See [Versioning and
19+
releases](/web-application/reference/versioning-and-releases/) for details.
1720
</Aside>
1821

1922
---
@@ -79,7 +82,7 @@ This says: "Find each article, get the title from the h2 anchor, and get the lin
7982

8083
## Your First Config
8184

82-
**Step 1:** Inspect the website you want to create a feed for. Start with your browser's developer tools to inspect the live DOM. "View Page Source" can still help, but it may miss JavaScript-rendered content.
85+
**Step 1:** Look at the website you want to create a feed for. Right-click → "View Page Source" to see the HTML structure.
8386

8487
**Step 2:** Create a file called `example.com.yml` with this basic structure:
8588

0 commit comments

Comments
 (0)