Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an RSS feed for recipes #65

Open
coolsoftwaretyler opened this issue Feb 2, 2023 · 0 comments
Open

Add an RSS feed for recipes #65

coolsoftwaretyler opened this issue Feb 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@coolsoftwaretyler
Copy link

I mentioned this in Slack: I would love to have an RSS feed where I can subscribe to new recipes and recipe changes.

It looks like Docusaurus has support for a blog feed, but not for actual docs.

They have a thread here that says they probably won't build one.

Since it's not a simple config option, I wanted to open up an issue for discussion with y'all first. Is this something you would be willing to add? If so, here are a few options that come to mind:

  1. We could build out an RSS that pulls from the GitHub API and looks for PRs that affect markdown files in the docs directory and publish an item in the feed describing that change.
  2. We could use the built in feed tool, enable the blog, and add automatic blog posts to each PR (either by making it a requirement of the PR, or maybe some additional GitHub action to generate based on the PR description/changeset).
  3. Maybe extend the Docusaurus feed option to just work with docs as well? It's all Markdown like the blog posts, so it seems like there might be something there.

To be clear, I am volunteering to do the work for any one of these options. But since they're all somewhat bespoke, I wanted to check in with y'all about a preferred approach.

Thanks for your consideration!

@cdanwards cdanwards added the enhancement New feature or request label Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants