[PR #1735] [MERGED] docs: upgrade to taiwlind v4, react 19, fumadocs 15 #12211

Closed
opened 2026-04-13 08:14:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1735
Author: @Bekacru
Created: 3/8/2025
Status: Merged
Merged: 3/8/2025
Merged by: @Bekacru

Base: mainHead: docs/fix


📝 Commits (10+)

  • 36a8586 wip
  • 79a1d2d docs(fix): Polar icon breaking on mobile devices (#1718)
  • 06431f4 fix: docs layout and bg consistency
  • 1745a9c fix: docs
  • 760d442 next config and redirection
  • f459ed6 fix lockfile
  • 8331bf1 clean ups
  • 85b3dd3 docs: expand Better Auth options reference documentation
  • bef4664 chore: fix lock file
  • 28acf60 refactor: consolidate documentation and remove duplicate docs directory

📊 Changes

93 files changed (+14716 additions, -20564 deletions)

View changed files

📝 demo/nextjs/app/globals.css (+65 -68)
📝 docs/.gitignore (+2 -5)
📝 docs/app/api/search/route.ts (+3 -10)
📝 docs/app/changelogs/[[...slug]]/page.tsx (+1 -1)
📝 docs/app/docs/[[...slug]]/page.tsx (+1 -1)
📝 docs/app/docs/layout.tsx (+6 -2)
📝 docs/app/global.css (+235 -67)
📝 docs/app/layout.config.tsx (+1 -1)
📝 docs/app/layout.tsx (+31 -19)
📝 docs/app/page.tsx (+1 -1)
docs/app/robots.ts (+0 -10)
docs/app/sitemap.ts (+0 -15)
📝 docs/components.json (+3 -2)
📝 docs/components/features.tsx (+1 -1)
📝 docs/components/landing/hero.tsx (+1 -1)
📝 docs/components/landing/section.tsx (+0 -5)
📝 docs/components/nav-bar.tsx (+2 -2)
📝 docs/components/side-bar.tsx (+15 -7)
docs/components/theme-provider.tsx (+11 -0)
📝 docs/components/ui/accordion.tsx (+53 -44)

...and 73 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/1735 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 3/8/2025 **Status:** ✅ Merged **Merged:** 3/8/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `docs/fix` --- ### 📝 Commits (10+) - [`36a8586`](https://github.com/better-auth/better-auth/commit/36a8586728950bc4b1c54c237d9ad0c91c24e2d9) wip - [`79a1d2d`](https://github.com/better-auth/better-auth/commit/79a1d2dbeca3274c276d2ff3869ec323ff4559bc) docs(fix): Polar icon breaking on mobile devices (#1718) - [`06431f4`](https://github.com/better-auth/better-auth/commit/06431f49151249ded7dba1887eaa43e78036018f) fix: docs layout and bg consistency - [`1745a9c`](https://github.com/better-auth/better-auth/commit/1745a9c3ddc44194974e165ae4896cfa2d89db99) fix: docs - [`760d442`](https://github.com/better-auth/better-auth/commit/760d44257da3d1865ad24bb6774bfa6eb8d9b939) next config and redirection - [`f459ed6`](https://github.com/better-auth/better-auth/commit/f459ed64e7c60a09f650f11fe965005f0b3febbb) fix lockfile - [`8331bf1`](https://github.com/better-auth/better-auth/commit/8331bf1f2af6ff99866b41ca9fda633259abad25) clean ups - [`85b3dd3`](https://github.com/better-auth/better-auth/commit/85b3dd38ca812188fb0c843538ec0d99d30bfc9f) docs: expand Better Auth options reference documentation - [`bef4664`](https://github.com/better-auth/better-auth/commit/bef4664853b6561cd81f714e81dbb9f817483f20) chore: fix lock file - [`28acf60`](https://github.com/better-auth/better-auth/commit/28acf608b4897c8055d498fd9d010611c976eada) refactor: consolidate documentation and remove duplicate docs directory ### 📊 Changes **93 files changed** (+14716 additions, -20564 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/app/globals.css` (+65 -68) 📝 `docs/.gitignore` (+2 -5) 📝 `docs/app/api/search/route.ts` (+3 -10) 📝 `docs/app/changelogs/[[...slug]]/page.tsx` (+1 -1) 📝 `docs/app/docs/[[...slug]]/page.tsx` (+1 -1) 📝 `docs/app/docs/layout.tsx` (+6 -2) 📝 `docs/app/global.css` (+235 -67) 📝 `docs/app/layout.config.tsx` (+1 -1) 📝 `docs/app/layout.tsx` (+31 -19) 📝 `docs/app/page.tsx` (+1 -1) ➖ `docs/app/robots.ts` (+0 -10) ➖ `docs/app/sitemap.ts` (+0 -15) 📝 `docs/components.json` (+3 -2) 📝 `docs/components/features.tsx` (+1 -1) 📝 `docs/components/landing/hero.tsx` (+1 -1) 📝 `docs/components/landing/section.tsx` (+0 -5) 📝 `docs/components/nav-bar.tsx` (+2 -2) 📝 `docs/components/side-bar.tsx` (+15 -7) ➕ `docs/components/theme-provider.tsx` (+11 -0) 📝 `docs/components/ui/accordion.tsx` (+53 -44) _...and 73 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-13 08:14:04 -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#12211