Skip to content

Commit bd5e38e

Browse files
committed
support -> troubleshoot
1 parent 5ac718b commit bd5e38e

10 files changed

Lines changed: 13 additions & 13 deletions

File tree

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@ export default defineConfig({
309309
autogenerate: { directory: "get-involved" },
310310
},
311311
{
312-
label: "Support",
312+
label: "Troubleshooting",
313313
collapsed: true,
314-
autogenerate: { directory: "support" },
314+
autogenerate: { directory: "troubleshooting" },
315315
},
316316
],
317317
defaultLocale: "root",

src/content/docs/html2rss-configs.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ selectors:
121121

122122
**Step 3:** Test it with the [web app](/web-application/) or [Ruby gem](/ruby-gem/installation).
123123

124-
**Need help?** See our [detailed tutorial](/ruby-gem/tutorials/your-first-feed/) or [troubleshooting guide](/support/troubleshooting) for common issues.
124+
**Need help?** See our [detailed tutorial](/ruby-gem/tutorials/your-first-feed/) or [troubleshooting guide](/troubleshooting/troubleshooting) for common issues.
125125

126126
---
127127

@@ -135,7 +135,7 @@ selectors:
135135
- **Missing content?** Some websites load content with JavaScript - you may need to use the `browserless` strategy
136136
- **Wrong data extracted?** Verify your selectors are pointing to the right elements
137137

138-
**Need more help?** See our [comprehensive troubleshooting guide](/support/troubleshooting) or ask in [GitHub Discussions](https://github.com/orgs/html2rss/discussions).
138+
**Need more help?** See our [comprehensive troubleshooting guide](/troubleshooting/troubleshooting) or ask in [GitHub Discussions](https://github.com/orgs/html2rss/discussions).
139139

140140
---
141141

@@ -183,6 +183,6 @@ selectors:
183183

184184
### Need More Help?
185185

186-
- **[Support Center](/support/)** - Get help with common issues
186+
- **[Troubleshooting](/troubleshooting/)** - Get help with common issues
187187
- **[Community Forum](https://github.com/html2rss/html2rss-configs/discussions)** - Ask questions and share ideas
188188
- **[Report Issues](https://github.com/html2rss/html2rss-configs/issues)** - Found a bug? Let us know!

src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ html2rss is a user-friendly tool that turns any website into an RSS feed. Think
8080

8181
## 🔧 Common Issues?
8282

83-
**Feed not working?** Check our [troubleshooting guide](/support/troubleshooting)
83+
**Feed not working?** Check our [troubleshooting guide](/troubleshooting/troubleshooting)
8484
**Need help?** Join our [community discussions](https://github.com/orgs/html2rss/discussions)
8585
**Found a bug?** [Report it on GitHub](https://github.com/html2rss/html2rss/issues)

src/content/docs/ruby-gem/how-to/custom-http-requests.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ channel:
148148
- **[Dynamic Parameters](/ruby-gem/how-to/dynamic-parameters)** - Runtime header values
149149
- **[Scraping JSON APIs](/ruby-gem/how-to/scraping-json)** - Working with JSON responses
150150
- **[Strategy Selection](/ruby-gem/reference/strategy)** - Choose the right strategy for your needs
151-
- **[Troubleshooting](/support/troubleshooting)** - Common issues and solutions
151+
- **[Troubleshooting](/troubleshooting/troubleshooting)** - Common issues and solutions
152152
153153
## Need More Help?
154154

src/content/docs/ruby-gem/how-to/dynamic-parameters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ html2rss feed the_feed_config.yml --params id:42 foo:bar
3434

3535
- **[Custom HTTP Requests](/ruby-gem/how-to/custom-http-requests/)** - Using dynamic parameters in headers
3636
- **[Headers Reference](/ruby-gem/reference/headers)** - Complete headers documentation
37-
- **[Troubleshooting](/support/troubleshooting)** - Common issues with dynamic parameters
37+
- **[Troubleshooting](/troubleshooting/troubleshooting)** - Common issues with dynamic parameters
3838
- **[Advanced Features](/ruby-gem/how-to/advanced-features/)** - Performance optimization tips

src/content/docs/ruby-gem/how-to/handling-dynamic-content.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ The `browserless` strategy is slower than the default `faraday` strategy because
3131
## Related Topics
3232

3333
- **[Strategy Reference](/ruby-gem/reference/strategy)** - Complete strategy documentation
34-
- **[Troubleshooting](/support/troubleshooting)** - Common issues with dynamic content
34+
- **[Troubleshooting](/troubleshooting/troubleshooting)** - Common issues with dynamic content
3535
- **[Advanced Features](/ruby-gem/how-to/advanced-features/)** - Performance optimization tips

src/content/docs/ruby-gem/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To ensure html2rss is installed correctly, open your terminal and run:
5757
html2rss --version
5858
```
5959

60-
You should see the installed version number. If you encounter any issues, please refer to the [Troubleshooting Guide](/support/troubleshooting).
60+
You should see the installed version number. If you encounter any issues, please refer to the [Troubleshooting Guide](/troubleshooting/troubleshooting).
6161

6262
---
6363

src/content/docs/support/troubleshooting.mdx renamed to src/content/docs/troubleshooting/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If parts of your items (e.g., title, link) are missing, check the following:
4444

4545
If you are having issues with date/time parsing, check the following:
4646

47-
- **`time_format`:** Ensure the `time_format` in your configuration matches the date string on the website.
47+
- **Date Format:** The `parse_time` post-processor automatically detects common date formats using Ruby's `Time.parse`. Ensure your date strings are in a recognizable format.
4848
- **`time_zone`:** Specify the correct `time_zone` if the website uses a specific time zone.
4949

5050
### `html2rss` Command Not Found

src/content/docs/web-application/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ docker compose up -d
144144

145145
- **Browse existing feeds** - Check out what's already available
146146
- **Create your first feed** - Follow our [How-To Guides](/web-application/how-to/) to make custom feeds
147-
- **Need help?** Check our [troubleshooting guide](/support/troubleshooting) if something doesn't work
147+
- **Need help?** Check our [troubleshooting guide](/troubleshooting/troubleshooting) if something doesn't work

src/content/docs/web-application/how-to/deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ Once your instance is running smoothly:
5757
5858
## Need Help?
5959
60-
- **Deployment issues?** Check our [troubleshooting guide](/support/troubleshooting)
60+
- **Deployment issues?** Check our [troubleshooting guide](/troubleshooting/troubleshooting)
6161
- **Security questions?** Join our [community discussions](https://github.com/orgs/html2rss/discussions)
6262
- **Want to contribute?** See our [contributing guide](/get-involved/contributing)

0 commit comments

Comments
 (0)