[PR #6733] [MERGED] docs: add rss feed #6855

Closed
opened 2026-03-13 13:14:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6733
Author: @jslno
Created: 12/13/2025
Status: Merged
Merged: 12/14/2025
Merged by: @himself65

Base: canaryHead: 13-12-2025/rss-feed


📝 Commits (3)

📊 Changes

6 files changed (+103 additions, -10 deletions)

View changed files

📝 docs/app/blog/_components/blog-list.tsx (+7 -1)
docs/app/blog/rss.xml/route.ts (+11 -0)
📝 docs/lib/metadata.ts (+11 -0)
docs/lib/rss.ts (+43 -0)
📝 docs/package.json (+2 -1)
📝 pnpm-lock.yaml (+29 -8)

📄 Description

Summary by cubic

Add an RSS feed for the blog at /blog/rss.xml to let readers subscribe. Also added an RSS link on the blog page and wired up metadata for discovery.

  • New Features

    • New GET route at /blog/rss.xml (no revalidate) generating the feed from blog pages.
    • Added RSS link with icon on the blog page header.
    • Added metadata alternates with application/rss+xml for better feed discovery.
  • Dependencies

    • Added feed@^5.1.0.

Written for commit 4ab335bd99. Summary will update automatically on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/6733 **Author:** [@jslno](https://github.com/jslno) **Created:** 12/13/2025 **Status:** ✅ Merged **Merged:** 12/14/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `13-12-2025/rss-feed` --- ### 📝 Commits (3) - [`35500d9`](https://github.com/better-auth/better-auth/commit/35500d9659f0f3c54e1be5780e1c422cc695b517) docs(feat): add rss feed - [`c36b4fb`](https://github.com/better-auth/better-auth/commit/c36b4fb91eb04dfdbf0bcfb8dc488a75e5c18521) chore: cleanup - [`4ab335b`](https://github.com/better-auth/better-auth/commit/4ab335bd99a61eaf61350f1e42fe2bfd87e397ca) chore: fix linting ### 📊 Changes **6 files changed** (+103 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `docs/app/blog/_components/blog-list.tsx` (+7 -1) ➕ `docs/app/blog/rss.xml/route.ts` (+11 -0) 📝 `docs/lib/metadata.ts` (+11 -0) ➕ `docs/lib/rss.ts` (+43 -0) 📝 `docs/package.json` (+2 -1) 📝 `pnpm-lock.yaml` (+29 -8) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Add an RSS feed for the blog at /blog/rss.xml to let readers subscribe. Also added an RSS link on the blog page and wired up metadata for discovery. - **New Features** - New GET route at /blog/rss.xml (no revalidate) generating the feed from blog pages. - Added RSS link with icon on the blog page header. - Added metadata alternates with application/rss+xml for better feed discovery. - **Dependencies** - Added feed@^5.1.0. <sup>Written for commit 4ab335bd99a61eaf61350f1e42fe2bfd87e397ca. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 13:14:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#6855