[PR #8487] [MERGED] docs: migrate search to Typesense and redesign docs #8009

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

📋 Pull Request Information

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

Base: canaryHead: 2026-03-08/docs/search-typesense-ai-chat


📝 Commits (10+)

  • 8c402c3 docs: migrate search to Typesense and redesign AI chat panel
  • 1accafd chore: postbuild
  • 2f4a8b2 docs: dummy client, ai chat text size
  • 32e414a docs: adjust docs static route
  • a369875 docs: improve ai chat ui
  • 6463f11 fix: address review feedback for search and AI chat
  • e0a71b3 fix: improve script
  • 6a723ef improve script
  • 6556381 add hotkey
  • b4efca4 chore: line

📊 Changes

18 files changed (+1069 additions, -264 deletions)

View changed files

📝 landing/.env.example (+7 -2)
landing/app/api/docs/search/route.ts (+0 -180)
landing/app/api/docs/static.json/route.ts (+7 -0)
📝 landing/app/docs/layout.tsx (+20 -9)
landing/app/docs/provider.tsx (+41 -0)
📝 landing/app/globals.css (+8 -0)
📝 landing/app/layout.tsx (+4 -7)
landing/components/ai-chat.tsx (+573 -0)
📝 landing/components/docs/custom-sidebar.tsx (+2 -2)
📝 landing/components/docs/docs-sidebar.tsx (+42 -25)
landing/components/floating-toolbar.tsx (+0 -33)
📝 landing/components/landing/staggered-nav-files.tsx (+27 -5)
landing/components/search-dialog.tsx (+158 -0)
landing/components/ui/textarea.tsx (+20 -0)
landing/lib/export-search-indexes.ts (+45 -0)
📝 landing/package.json (+6 -1)
landing/scripts/sync-typesense.ts (+60 -0)
📝 pnpm-lock.yaml (+49 -0)

📄 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/8487 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 3/8/2026 **Status:** ✅ Merged **Merged:** 3/8/2026 **Merged by:** [@bytaesu](https://github.com/bytaesu) **Base:** `canary` ← **Head:** `2026-03-08/docs/search-typesense-ai-chat` --- ### 📝 Commits (10+) - [`8c402c3`](https://github.com/better-auth/better-auth/commit/8c402c34c37fca1f746ce141a7771122bd2657a9) docs: migrate search to Typesense and redesign AI chat panel - [`1accafd`](https://github.com/better-auth/better-auth/commit/1accafd78d9d22954d357278d1a44ada6ee1ea0a) chore: postbuild - [`2f4a8b2`](https://github.com/better-auth/better-auth/commit/2f4a8b26451e86da3535ab4603ce2a197af6a069) docs: dummy client, ai chat text size - [`32e414a`](https://github.com/better-auth/better-auth/commit/32e414aae09235551a0a7900d7128fd3aa39abce) docs: adjust docs static route - [`a369875`](https://github.com/better-auth/better-auth/commit/a3698757ab47a95034a2048602ce8120559024e2) docs: improve ai chat ui - [`6463f11`](https://github.com/better-auth/better-auth/commit/6463f11b6ac67fde8bcfe06c72a35641313af0f0) fix: address review feedback for search and AI chat - [`e0a71b3`](https://github.com/better-auth/better-auth/commit/e0a71b3de8c31b8ff8775932d2ee54cc76c05ab8) fix: improve script - [`6a723ef`](https://github.com/better-auth/better-auth/commit/6a723ef80945bcb19f8172223af723d301d5033e) improve script - [`6556381`](https://github.com/better-auth/better-auth/commit/6556381d0d25ff1562ddce15afe7463b579ed92d) add hotkey - [`b4efca4`](https://github.com/better-auth/better-auth/commit/b4efca4e152f3dda0c0704dcb6d0eb3e7de0c57c) chore: line ### 📊 Changes **18 files changed** (+1069 additions, -264 deletions) <details> <summary>View changed files</summary> 📝 `landing/.env.example` (+7 -2) ➖ `landing/app/api/docs/search/route.ts` (+0 -180) ➕ `landing/app/api/docs/static.json/route.ts` (+7 -0) 📝 `landing/app/docs/layout.tsx` (+20 -9) ➕ `landing/app/docs/provider.tsx` (+41 -0) 📝 `landing/app/globals.css` (+8 -0) 📝 `landing/app/layout.tsx` (+4 -7) ➕ `landing/components/ai-chat.tsx` (+573 -0) 📝 `landing/components/docs/custom-sidebar.tsx` (+2 -2) 📝 `landing/components/docs/docs-sidebar.tsx` (+42 -25) ➖ `landing/components/floating-toolbar.tsx` (+0 -33) 📝 `landing/components/landing/staggered-nav-files.tsx` (+27 -5) ➕ `landing/components/search-dialog.tsx` (+158 -0) ➕ `landing/components/ui/textarea.tsx` (+20 -0) ➕ `landing/lib/export-search-indexes.ts` (+45 -0) 📝 `landing/package.json` (+6 -1) ➕ `landing/scripts/sync-typesense.ts` (+60 -0) 📝 `pnpm-lock.yaml` (+49 -0) </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:56:34 -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#8009