feat(docs): Include RSS readers for cookbooks & changelogs#4399
Merged
Conversation
|
@gregfurman is attempting to deploy a commit to the Hatchet Team on Vercel. A member of the Team first needs to authorize it. |
535c435 to
eeacea3
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mrkaye97
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:/reference/changelog/<platform | ruby | typescript | python>/feed.xml/cookbooks/feed.xmlType of change
What's Changed
/cookbooks/feed.xml./references/changelog/<component>/feed.xml.<head>of pages that have RSS feeds, to allow for automatic discovery by readers.page-actionssection.<page>/feed.xml(e.g./reference/changelog/python/feed.xml) and rewritten vianext.config.jsto the API route at/api/feeds/<feed-slug>that returns the eventual XML document.Checklist
Changes have been:
Testing
Related
page-actionsdiv for those pages that have corresponding feeds:🤖 AI Disclosure