[PR #8195] [MERGED] feat: new documentation/landing page #24706

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8195
Author: @ping-maxwell
Created: 2/27/2026
Status: Merged
Merged: 2/28/2026
Merged by: @Bekacru

Base: canaryHead: feat/new-landing-page


📝 Commits (10+)

📊 Changes

371 files changed (+29288 additions, -58324 deletions)

View changed files

📝 .cspell/auth-terms.txt (+9 -1)
📝 biome.json (+2 -1)
docs/.env.example (+0 -1)
docs/.gitignore (+0 -28)
docs/README.md (+0 -14)
docs/app/api/ai-chat/route.ts (+0 -86)
docs/app/api/analytics/conversation/route.ts (+0 -35)
docs/app/api/analytics/event/route.ts (+0 -36)
docs/app/api/analytics/feedback/route.ts (+0 -38)
docs/app/api/chat/route.ts (+0 -87)
docs/app/api/og-release/route.tsx (+0 -171)
docs/app/api/og/route.tsx (+0 -208)
docs/app/api/search/route.ts (+0 -4)
docs/app/api/support/route.ts (+0 -86)
docs/app/blog/[[...slug]]/page.tsx (+0 -277)
docs/app/blog/_components/_layout.tsx (+0 -110)
docs/app/blog/_components/blog-list.tsx (+0 -123)
docs/app/blog/_components/changelog-layout.tsx (+0 -107)
docs/app/blog/_components/default-changelog.tsx (+0 -256)
docs/app/blog/_components/fmt-dates.tsx (+0 -25)

...and 80 more files

📄 Description

This PR moves the landing repo over to this repo.
I put it under /landing in order to keep the old docs/content path available to prevent too much merge conflict issues for existing PRs. (This is because the landing fetches the content at build time, rather than actually using the documentation content from the file-system - this is to support branches in the docs, you can view main or canary, and it fetches from the GH branch.)

Upon merging, please change the root directory to landing in the Vercel config:
CleanShot 2026-02-27 at 14 41 27@2x


🔄 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/8195 **Author:** [@ping-maxwell](https://github.com/ping-maxwell) **Created:** 2/27/2026 **Status:** ✅ Merged **Merged:** 2/28/2026 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `feat/new-landing-page` --- ### 📝 Commits (10+) - [`e0eaec1`](https://github.com/better-auth/better-auth/commit/e0eaec1e0c11be7fc75c7d2acc6c89a06038e474) feat: new documentation/landing page - [`a3fc0ec`](https://github.com/better-auth/better-auth/commit/a3fc0ecad445413c6e38fa37b4d35b6e04b5b32e) fix: package.json name - [`44472ca`](https://github.com/better-auth/better-auth/commit/44472ca45e3f9e3205412fdc9840a8d26b613aec) fix: correct pnpm-workspace - [`39dfbd6`](https://github.com/better-auth/better-auth/commit/39dfbd68380068d17f60e7c6b3b6ad8ba435a214) fix: type error - [`df2ec47`](https://github.com/better-auth/better-auth/commit/df2ec471ca37f06f9aeebac538d7c22f78250810) chore: frozen lock - [`bd8139f`](https://github.com/better-auth/better-auth/commit/bd8139f23582366fe86bd5f9e372a7daf16a39ba) Update fetch-docs.sh - [`51838e9`](https://github.com/better-auth/better-auth/commit/51838e9e90bee3b1b2ca80d01ca9762ff75caabc) chore: lint - [`f432167`](https://github.com/better-auth/better-auth/commit/f432167ab83380b6e5342cd4aefb3b6e17cc88d5) fix: lint - [`b002c35`](https://github.com/better-auth/better-auth/commit/b002c35a2e2aeebf451f1e2aa4312bb12112891a) fix: ignore deps - [`fa805d2`](https://github.com/better-auth/better-auth/commit/fa805d22acbac2f0a727b86744a600e14882b957) Update knip.jsonc ### 📊 Changes **371 files changed** (+29288 additions, -58324 deletions) <details> <summary>View changed files</summary> 📝 `.cspell/auth-terms.txt` (+9 -1) 📝 `biome.json` (+2 -1) ➖ `docs/.env.example` (+0 -1) ➖ `docs/.gitignore` (+0 -28) ➖ `docs/README.md` (+0 -14) ➖ `docs/app/api/ai-chat/route.ts` (+0 -86) ➖ `docs/app/api/analytics/conversation/route.ts` (+0 -35) ➖ `docs/app/api/analytics/event/route.ts` (+0 -36) ➖ `docs/app/api/analytics/feedback/route.ts` (+0 -38) ➖ `docs/app/api/chat/route.ts` (+0 -87) ➖ `docs/app/api/og-release/route.tsx` (+0 -171) ➖ `docs/app/api/og/route.tsx` (+0 -208) ➖ `docs/app/api/search/route.ts` (+0 -4) ➖ `docs/app/api/support/route.ts` (+0 -86) ➖ `docs/app/blog/[[...slug]]/page.tsx` (+0 -277) ➖ `docs/app/blog/_components/_layout.tsx` (+0 -110) ➖ `docs/app/blog/_components/blog-list.tsx` (+0 -123) ➖ `docs/app/blog/_components/changelog-layout.tsx` (+0 -107) ➖ `docs/app/blog/_components/default-changelog.tsx` (+0 -256) ➖ `docs/app/blog/_components/fmt-dates.tsx` (+0 -25) _...and 80 more files_ </details> ### 📄 Description This PR moves the landing repo over to this repo. I put it under `/landing` in order to keep the old `docs/content` path available to prevent too much merge conflict issues for existing PRs. (This is because the landing fetches the content at build time, rather than actually using the documentation content from the file-system - this is to support branches in the docs, you can view main or canary, and it fetches from the GH branch.) Upon merging, please change the root directory to `landing` in the Vercel config: <img width="1550" height="708" alt="CleanShot 2026-02-27 at 14 41 27@2x" src="https://github.com/user-attachments/assets/321693c4-5702-4b19-8391-26080387d587" /> --- <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:31:24 -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#24706