From 92e1faff2b9d2bedc0e1f388b1811d6125036e29 Mon Sep 17 00:00:00 2001 From: Gil Desmarais Date: Wed, 8 Oct 2025 18:02:07 +0300 Subject: [PATCH] Rephrase tutorial contribution invite --- .../docs/web-application/tutorials/index.mdx | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/content/docs/web-application/tutorials/index.mdx diff --git a/src/content/docs/web-application/tutorials/index.mdx b/src/content/docs/web-application/tutorials/index.mdx new file mode 100644 index 0000000..09c87df --- /dev/null +++ b/src/content/docs/web-application/tutorials/index.mdx @@ -0,0 +1,33 @@ +--- +title: "Tutorials" +description: "Step-by-step walkthroughs that help you build confidence with html2rss-web." +sidebar: + label: "Tutorials overview" + order: 1 +--- + +Welcome to the tutorial hub for the html2rss web application. Each guide is written for curious feed builders who prefer a walkthrough over reference docs. + +## Who these tutorials are for + +If you are experimenting with html2rss-web for the first time, the tutorials will help you: + +- Understand how the interface pieces fit together. +- Practice building feeds from real-world sites. +- Learn how to iterate safely without impacting production feeds. + +Already comfortable with the basics? Use the tutorials as a refresher before trying more advanced automation in the [How-to guides](/web-application/how-to/) and [Reference docs](/web-application/reference/). + +## What to expect next + +We are actively drafting scenario-based lessons that cover topics such as: + +1. Publishing your first feed from a news site. +2. Monitoring marketplace listings with filters. +3. Sharing a feed with teammates using private instances. + +Check back soon—new tutorials will appear in this section automatically as they are published. + +## Share your own walkthroughs + +html2rss thrives on the ingenuity of its community. If you have a creative workflow or story that others could learn from, [open a pull request](https://github.com/html2rss/html2rss.github.io/pulls) or start a discussion with your notes. We welcome community-authored tutorials that showcase custom use cases, mission-driven tactics, and lessons learned in the field.