[PR #8205] [MERGED] docs: fix blogs nav ui #7816

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

📋 Pull Request Information

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

Base: canaryHead: docs/fix-blogs-nav-ui


📝 Commits (6)

  • c74864b docs: fix blogs nav ui
  • 2b2b8d3 fix: home page hydration issues
  • ed2b385 fix: remove duplicate code
  • 726e33e fix: remove duplicate code
  • f835df4 fix: docs fail to render bc of client side fn
  • 610a6cd Update group-toc-items.tsx

📊 Changes

9 files changed (+170 additions, -236 deletions)

View changed files

📝 landing/app/blog/[[...slug]]/page.tsx (+14 -114)
📝 landing/app/docs/[[...slug]]/page.tsx (+1 -14)
landing/components/blog/blog-left-panel.tsx (+117 -0)
landing/components/blog/blog-sidebar.tsx (+0 -99)
landing/components/docs/group-toc-items.tsx (+16 -0)
📝 landing/components/landing/hero-readme.tsx (+1 -1)
📝 landing/components/landing/staggered-nav-files.tsx (+1 -2)
📝 landing/next-env.d.ts (+1 -1)
📝 landing/tsconfig.json (+19 -5)

📄 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/8205 **Author:** [@ping-maxwell](https://github.com/ping-maxwell) **Created:** 2/28/2026 **Status:** ✅ Merged **Merged:** 2/28/2026 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `docs/fix-blogs-nav-ui` --- ### 📝 Commits (6) - [`c74864b`](https://github.com/better-auth/better-auth/commit/c74864bde86e51bd25291c92058d4b17ce172746) docs: fix blogs nav ui - [`2b2b8d3`](https://github.com/better-auth/better-auth/commit/2b2b8d3039252f346fec89b4f6f30261491db5bc) fix: home page hydration issues - [`ed2b385`](https://github.com/better-auth/better-auth/commit/ed2b385905078dc2ccebb2d9ef8491f112a08ac2) fix: remove duplicate code - [`726e33e`](https://github.com/better-auth/better-auth/commit/726e33e6476c55aa076829abd4b8cc363448c583) fix: remove duplicate code - [`f835df4`](https://github.com/better-auth/better-auth/commit/f835df4513cf0734251200b63e2ae42cee6f22d9) fix: docs fail to render bc of client side fn - [`610a6cd`](https://github.com/better-auth/better-auth/commit/610a6cde10e549559287a46d4cb3fd8db4c3f80f) Update group-toc-items.tsx ### 📊 Changes **9 files changed** (+170 additions, -236 deletions) <details> <summary>View changed files</summary> 📝 `landing/app/blog/[[...slug]]/page.tsx` (+14 -114) 📝 `landing/app/docs/[[...slug]]/page.tsx` (+1 -14) ➕ `landing/components/blog/blog-left-panel.tsx` (+117 -0) ➖ `landing/components/blog/blog-sidebar.tsx` (+0 -99) ➕ `landing/components/docs/group-toc-items.tsx` (+16 -0) 📝 `landing/components/landing/hero-readme.tsx` (+1 -1) 📝 `landing/components/landing/staggered-nav-files.tsx` (+1 -2) 📝 `landing/next-env.d.ts` (+1 -1) 📝 `landing/tsconfig.json` (+19 -5) </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-03-13 13:50:03 -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#7816