Skip to content

feat(docs): Include RSS readers for cookbooks & changelogs#4399

Merged
gregfurman merged 1 commit into
hatchet-dev:mainfrom
gregfurman:feat/docs/rss-feeds
Jul 10, 2026
Merged

feat(docs): Include RSS readers for cookbooks & changelogs#4399
gregfurman merged 1 commit into
hatchet-dev:mainfrom
gregfurman:feat/docs/rss-feeds

Conversation

@gregfurman

@gregfurman gregfurman commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

Description

Introduces RSS feeds for all Hatchet changelogs and the cookbooks index page. These can be accessed by suffixing the URL with /feed.xml, accessible at:

  • Changelog RSS feed => /reference/changelog/<platform | ruby | typescript | python>/feed.xml
  • Cookbooks RSS feed => /cookbooks/feed.xml

Type of change

  • Documentation change (pure documentation change)
  • New feature (non-breaking change which adds functionality)

What's Changed

  • Added RSS feed for new cookbooks at /cookbooks/feed.xml.
  • Added RSS feed for all changelogs at /references/changelog/<component>/feed.xml.
  • Automatically inject into <head> of pages that have RSS feeds, to allow for automatic discovery by readers.
  • Added RSS icon to appropriate pages' page-actions section.
  • RSS feeds are served at <page>/feed.xml (e.g. /reference/changelog/python/feed.xml) and rewritten via next.config.js to the API route at /api/feeds/<feed-slug> that returns the eventual XML document.

Checklist

Changes have been:

  • Tested (unit, integration, or manually with steps specified)
  • Linted and formatted
  • Documented (where applicable)
  • Added to CHANGELOG (where applicable) -- see Keep a Changelog

Testing

Related

  • Additional RSS button now added to page-actions div for those pages that have corresponding feeds:
image
🤖 AI Disclosure
  • I acknowledge that an LLM was used in the creation of this Pull Request, in accordance with Hatchet's AI_POLICY.md.

@vercel

vercel Bot commented Jul 10, 2026

Copy link
Copy Markdown

@gregfurman is attempting to deploy a commit to the Hatchet Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jul 10, 2026
@gregfurman gregfurman force-pushed the feat/docs/rss-feeds branch from 535c435 to eeacea3 Compare July 10, 2026 15:05
@gregfurman gregfurman marked this pull request as ready for review July 10, 2026 15:10
@vercel

vercel Bot commented Jul 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hatchet-docs Ready Ready Preview, Comment Jul 10, 2026 4:01pm

Request Review

@gregfurman gregfurman merged commit f37fa5a into hatchet-dev:main Jul 10, 2026
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants