[PR #8669] [MERGED] chore: update production landing #25034

Closed
opened 2026-04-15 22:41:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8669
Author: @bytaesu
Created: 3/18/2026
Status: Merged
Merged: 3/18/2026
Merged by: @bytaesu

Base: mainHead: docs/cherry-pick-canary


📝 Commits (6)

  • 8bd458e docs: add Encore integration docs (#7760)
  • 2486ef3 fix(docs): add missing Encore icon to sidebar icons (#8663)
  • e3dcce6 docs: fix DatabaseTable type mapping and correct schema mismatches (#8611)
  • d2686b2 docs: fix import order in organization.mdx (#8642)
  • 061b0f0 docs: soften readme feature grid borders (#8666)
  • 1c170b8 docs: correct contributor count mismatch (#8667)

📊 Changes

22 files changed (+348 additions, -131 deletions)

View changed files

📝 .cspell/third-party.txt (+1 -0)
📝 docs/content/docs/concepts/database.mdx (+1 -0)
📝 docs/content/docs/concepts/rate-limit.mdx (+10 -9)
📝 docs/content/docs/guides/next-auth-migration-guide.mdx (+1 -0)
docs/content/docs/integrations/encore.mdx (+142 -0)
📝 docs/content/docs/plugins/2fa.mdx (+2 -2)
📝 docs/content/docs/plugins/api-key/reference.mdx (+4 -1)
📝 docs/content/docs/plugins/device-authorization.mdx (+4 -15)
📝 docs/content/docs/plugins/oauth-provider.mdx (+22 -20)
📝 docs/content/docs/plugins/oidc-provider.mdx (+49 -48)
📝 docs/content/docs/plugins/organization.mdx (+7 -2)
📝 docs/content/docs/plugins/scim.mdx (+5 -5)
📝 docs/content/docs/plugins/sso.mdx (+9 -9)
📝 docs/content/docs/plugins/stripe.mdx (+3 -3)
📝 docs/content/docs/plugins/username.mdx (+3 -2)
📝 landing/app/page.tsx (+1 -0)
📝 landing/components/docs/icons.tsx (+13 -0)
📝 landing/components/docs/mdx-components.tsx (+30 -3)
📝 landing/components/icons/index.tsx (+14 -0)
📝 landing/components/landing/hero-readme.tsx (+17 -10)

...and 2 more files

📄 Description

No description provided


🔄 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/8669 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 3/18/2026 **Status:** ✅ Merged **Merged:** 3/18/2026 **Merged by:** [@bytaesu](https://github.com/bytaesu) **Base:** `main` ← **Head:** `docs/cherry-pick-canary` --- ### 📝 Commits (6) - [`8bd458e`](https://github.com/better-auth/better-auth/commit/8bd458e2138ffb243ee570ed3b436f169e5c814a) docs: add Encore integration docs (#7760) - [`2486ef3`](https://github.com/better-auth/better-auth/commit/2486ef3034e27c0552629882f41749fe40af6ff0) fix(docs): add missing Encore icon to sidebar icons (#8663) - [`e3dcce6`](https://github.com/better-auth/better-auth/commit/e3dcce61c272c0c41e4c19f44a7a05caa81edf09) docs: fix DatabaseTable type mapping and correct schema mismatches (#8611) - [`d2686b2`](https://github.com/better-auth/better-auth/commit/d2686b2ef4efcb362073a83d5cff49ac6cabaf09) docs: fix import order in `organization.mdx` (#8642) - [`061b0f0`](https://github.com/better-auth/better-auth/commit/061b0f02dacb05c65e0f3d3d375cd7b333848d26) docs: soften readme feature grid borders (#8666) - [`1c170b8`](https://github.com/better-auth/better-auth/commit/1c170b8e9e3186af6d597d0eb3f0d770cdecdd14) docs: correct contributor count mismatch (#8667) ### 📊 Changes **22 files changed** (+348 additions, -131 deletions) <details> <summary>View changed files</summary> 📝 `.cspell/third-party.txt` (+1 -0) 📝 `docs/content/docs/concepts/database.mdx` (+1 -0) 📝 `docs/content/docs/concepts/rate-limit.mdx` (+10 -9) 📝 `docs/content/docs/guides/next-auth-migration-guide.mdx` (+1 -0) ➕ `docs/content/docs/integrations/encore.mdx` (+142 -0) 📝 `docs/content/docs/plugins/2fa.mdx` (+2 -2) 📝 `docs/content/docs/plugins/api-key/reference.mdx` (+4 -1) 📝 `docs/content/docs/plugins/device-authorization.mdx` (+4 -15) 📝 `docs/content/docs/plugins/oauth-provider.mdx` (+22 -20) 📝 `docs/content/docs/plugins/oidc-provider.mdx` (+49 -48) 📝 `docs/content/docs/plugins/organization.mdx` (+7 -2) 📝 `docs/content/docs/plugins/scim.mdx` (+5 -5) 📝 `docs/content/docs/plugins/sso.mdx` (+9 -9) 📝 `docs/content/docs/plugins/stripe.mdx` (+3 -3) 📝 `docs/content/docs/plugins/username.mdx` (+3 -2) 📝 `landing/app/page.tsx` (+1 -0) 📝 `landing/components/docs/icons.tsx` (+13 -0) 📝 `landing/components/docs/mdx-components.tsx` (+30 -3) 📝 `landing/components/icons/index.tsx` (+14 -0) 📝 `landing/components/landing/hero-readme.tsx` (+17 -10) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <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-04-15 22:41:56 -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#25034