[PR #8719] docs: improve website #25071

Open
opened 2026-04-15 22:42:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8719
Author: @bytaesu
Created: 3/20/2026
Status: 🔄 Open

Base: mainHead: 2026-03-20/docs/improve-website


📝 Commits (10+)

  • b3b3f76 docs: improve landing page typography, contrast, and mobile responsiveness
  • b5a2d49 docs: add footer to main routes
  • 8e97f5b docs: improve landing
  • 00bb102 adjust color
  • 2f8b304 Merge branch 'canary' into 2026-03-20/docs/improve-website
  • 0e7f414 spacing and typography consistency
  • 12c90c9 update changelog gap
  • 5c748f5 improve changelog page
  • e649776 sticky sidebar
  • 8478430 improving landing

📊 Changes

15 files changed (+2028 additions, -1385 deletions)

View changed files

📝 landing/app/blog/[[...slug]]/page.tsx (+6 -3)
📝 landing/app/careers/careers-client.tsx (+65 -31)
📝 landing/app/changelog/changelog-content.tsx (+247 -137)
📝 landing/app/changelog/page.tsx (+67 -29)
📝 landing/app/community/community-client.tsx (+40 -18)
📝 landing/app/enterprise/enterprise-client.tsx (+66 -25)
📝 landing/app/products/[tab]/_components/framework-content.tsx (+2 -2)
📝 landing/app/products/[tab]/_components/infrastructure-content.tsx (+2 -2)
📝 landing/app/products/[tab]/_components/products-shell.tsx (+37 -14)
📝 landing/components/blog/blog-left-panel.tsx (+11 -15)
landing/components/landing/features-section.tsx (+893 -0)
📝 landing/components/landing/footer.tsx (+12 -42)
📝 landing/components/landing/framework-sections.tsx (+42 -178)
📝 landing/components/landing/hero-readme.tsx (+140 -889)
landing/components/terminal.tsx (+398 -0)

📄 Description

WIP


🔄 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/8719 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 3/20/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `2026-03-20/docs/improve-website` --- ### 📝 Commits (10+) - [`b3b3f76`](https://github.com/better-auth/better-auth/commit/b3b3f7618570a36c337e255928aeb2ec24a23967) docs: improve landing page typography, contrast, and mobile responsiveness - [`b5a2d49`](https://github.com/better-auth/better-auth/commit/b5a2d490fc742542c5084180d02e5683ce0035e4) docs: add footer to main routes - [`8e97f5b`](https://github.com/better-auth/better-auth/commit/8e97f5bf6c390ae480c857ca2e2f35a407c84041) docs: improve landing - [`00bb102`](https://github.com/better-auth/better-auth/commit/00bb102b3b8f6d3fba713dda93e416a2dcc68e70) adjust color - [`2f8b304`](https://github.com/better-auth/better-auth/commit/2f8b3047391219196019a2adb7ebdfcf60050b28) Merge branch 'canary' into 2026-03-20/docs/improve-website - [`0e7f414`](https://github.com/better-auth/better-auth/commit/0e7f414309b67b87e48bf06a594248cd9189eecc) spacing and typography consistency - [`12c90c9`](https://github.com/better-auth/better-auth/commit/12c90c9c24313085b4983f0bffbfaa45c155f922) update changelog gap - [`5c748f5`](https://github.com/better-auth/better-auth/commit/5c748f507b24ddd5dca61e01862467a4a3f83096) improve changelog page - [`e649776`](https://github.com/better-auth/better-auth/commit/e649776438b2a0f5d9d5afdb76bd7359a6663ad9) sticky sidebar - [`8478430`](https://github.com/better-auth/better-auth/commit/847843066801c3cfefd4466291961a230c29849d) improving landing ### 📊 Changes **15 files changed** (+2028 additions, -1385 deletions) <details> <summary>View changed files</summary> 📝 `landing/app/blog/[[...slug]]/page.tsx` (+6 -3) 📝 `landing/app/careers/careers-client.tsx` (+65 -31) 📝 `landing/app/changelog/changelog-content.tsx` (+247 -137) 📝 `landing/app/changelog/page.tsx` (+67 -29) 📝 `landing/app/community/community-client.tsx` (+40 -18) 📝 `landing/app/enterprise/enterprise-client.tsx` (+66 -25) 📝 `landing/app/products/[tab]/_components/framework-content.tsx` (+2 -2) 📝 `landing/app/products/[tab]/_components/infrastructure-content.tsx` (+2 -2) 📝 `landing/app/products/[tab]/_components/products-shell.tsx` (+37 -14) 📝 `landing/components/blog/blog-left-panel.tsx` (+11 -15) ➕ `landing/components/landing/features-section.tsx` (+893 -0) 📝 `landing/components/landing/footer.tsx` (+12 -42) 📝 `landing/components/landing/framework-sections.tsx` (+42 -178) 📝 `landing/components/landing/hero-readme.tsx` (+140 -889) ➕ `landing/components/terminal.tsx` (+398 -0) </details> ### 📄 Description WIP --- <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:42:53 -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#25071