Skip to content

feat: add visible RSS/Atom feed links to navbar and footer - #406

Open
VinuRithika75 wants to merge 1 commit into
cncf:mainfrom
VinuRithika75:add-rss-links-clean
Open

feat: add visible RSS/Atom feed links to navbar and footer#406
VinuRithika75 wants to merge 1 commit into
cncf:mainfrom
VinuRithika75:add-rss-links-clean

Conversation

@VinuRithika75

Copy link
Copy Markdown

Summary

Adds visible links to the site's RSS and Atom feeds, which were previously only discoverable by viewing page source.

Problem

The blog already generates RSS and Atom feeds (/blog/rss.xml and /blog/atom.xml) via Docusaurus's built-in feedOptions in docusaurus.config.js, but there was no visible link to them anywhere on the site. Readers who wanted to subscribe had no way to find the feed URLs without inspecting the page source.

Changes

  • Navbar: added an "RSS" link (right-aligned, next to "Blog") pointing to /blog/rss.xml
  • Footer: added "RSS Feed" and "Atom Feed" links under the "More" column, pointing to /blog/rss.xml and /blog/atom.xml respectively

No changes were made to feed generation itself (feedOptions) — the feeds already worked correctly, this PR only makes them discoverable.

Testing

  • Ran npm start locally
  • Verified the "RSS" navbar link and "RSS Feed" / "Atom Feed" footer links render correctly
  • Confirmed all three links resolve to valid feed URLs without errors

@VinuRithika75
VinuRithika75 requested review from a team as code owners August 12, 2026 09:45
@netlify

netlify Bot commented Aug 12, 2026

Copy link
Copy Markdown

Deploy Preview for contribute-cncf-io ready!

Name Link
🔨 Latest commit 00533db
🔍 Latest deploy log https://app.netlify.com/projects/contribute-cncf-io/deploys/6a7d76cea9683d00087cf538
😎 Deploy Preview https://deploy-preview-406--contribute-cncf-io.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@jeefy

jeefy commented Aug 12, 2026

Copy link
Copy Markdown
Member

@VinuRithika75 Fix your DCO check please

Signed-off-by: R.Vinu Rithika <vinurithika732006@gmail.com>
@VinuRithika75

Copy link
Copy Markdown
Author

Fixed the DCO check by adding the required sign-off. All checks are now passing. Ready for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants