Skip to content

Commit 1c77011

Browse files
committed
feat: reorder ruby-gem contents & dedupe
1 parent 93d5de5 commit 1c77011

32 files changed

Lines changed: 181 additions & 197 deletions

get-involved/discussions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: default
33
title: Join Community Discussions
44
nav_order: 2
55
parent: Get Involved
6-
permalink: /get-involved/discussions
76
---
87

98
# Join Community Discussions

get-involved/issues-and-features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: default
33
title: Report Bugs & Discuss Features
44
nav_order: 1
55
parent: Get Involved
6-
permalink: /get-involved/issues-and-features
76
---
87

98
# Report Bugs & Discuss Features

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Tired of missing updates from websites that don't offer RSS feeds? `html2rss` is
1414

1515
## Key Features
1616

17-
- **Automatic Feed Generation:** The `auto_source` scraper intelligently finds and extracts content from websites, so you can create feeds with minimal effort.
17+
- **Automatic Feed Generation:** The `auto-source` scraper intelligently finds and extracts content from websites, so you can create feeds with minimal effort.
1818
- **Precise Content Extraction:** Use familiar CSS selectors to target the exact content you want to include in your feed.
1919
- **JavaScript Rendering:** Use a headless browser to render JavaScript-heavy websites and extract content that isn't available in the initial HTML.
2020
- **Open Source:** `html2rss` is free to use, modify, and contribute to.

ruby-gem/how-to/advanced-content-extraction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Advanced Content Extraction
44
nav_order: 3
55
parent: How-To Guides
66
grand_parent: Ruby Gem
7-
permalink: /ruby-gem/how-to/advanced-content-extraction
87
---
98

109
# Advanced Content Extraction with Selectors

ruby-gem/how-to/creating-custom-feeds.md

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

ruby-gem/how-to/custom-http-requests.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Custom HTTP Requests
44
nav_order: 4
55
parent: How-To Guides
66
grand_parent: Ruby Gem
7-
permalink: /ruby-gem/how-to/custom-http-requests
87
---
98

109
# Customizing HTTP Requests

ruby-gem/how-to/dynamic-parameters.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Dynamic Parameters
44
nav_order: 5
55
parent: How-To Guides
66
grand_parent: Ruby Gem
7-
permalink: /ruby-gem/how-to/dynamic-parameters
87
---
98

109
# Dynamic Parameters in URLs and Headers

ruby-gem/how-to/handling-dynamic-content.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Handling Dynamic Content
44
nav_order: 6
55
parent: How-To Guides
66
grand_parent: Ruby Gem
7-
permalink: /ruby-gem/how-to/handling-dynamic-content
87
---
98

109
# Handling Dynamic Content and JavaScript

ruby-gem/how-to/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: How-To Guides
44
nav_order: 3
55
parent: Ruby Gem
66
has_children: true
7-
permalink: /ruby-gem/how-to
87
---
98

109
# How-To Guides: Practical `html2rss` Configurations

ruby-gem/how-to/styling-rss-feed.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Styling Your RSS Feed
44
nav_order: 7
55
parent: How-To Guides
66
grand_parent: Ruby Gem
7-
permalink: /ruby-gem/how-to/styling-rss-feed
87
---
98

109
# Styling Your RSS Feed

0 commit comments

Comments
 (0)