[PR #7110] [MERGED] docs: build regression after format #32684

Closed
opened 2026-04-17 23:26:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7110
Author: @himself65
Created: 1/3/2026
Status: Merged
Merged: 1/3/2026
Merged by: @himself65

Base: canaryHead: himself65/2026/01/03/docs


📝 Commits (3)

📊 Changes

167 files changed (+15023 additions, -14098 deletions)

View changed files

.prettierignore (+0 -12)
.prettierrc (+0 -6)
.remarkignore (+8 -0)
.remarkrc.mjs (+6 -0)
📝 CODE_OF_CONDUCT.md (+130 -38)
📝 CONTRIBUTING.md (+112 -75)
📝 LICENSE.md (+15 -12)
📝 README.md (+41 -16)
📝 SECURITY.md (+15 -10)
📝 demo/expo/README.md (+14 -11)
📝 demo/nextjs/README.md (+54 -21)
📝 docs/content/blogs/0-supabase-auth-to-planetscale-migration.mdx (+133 -133)
📝 docs/content/blogs/1-3.mdx (+144 -162)
📝 docs/content/blogs/1-4.mdx (+125 -221)
📝 docs/content/blogs/authjs-joins-better-auth.mdx (+35 -33)
📝 docs/content/blogs/seed-round.mdx (+13 -13)
📝 docs/content/changelogs/1-2.mdx (+36 -39)
📝 docs/content/docs/adapters/community-adapters.mdx (+13 -13)
📝 docs/content/docs/adapters/drizzle.mdx (+44 -45)
📝 docs/content/docs/adapters/mongo.mdx (+11 -11)

...and 80 more files

📄 Description

I didn't realized that prettier only supports mdx 1


Summary by cubic

Fix docs formatting and build regressions caused by Prettier on MDX v2 by switching to a Remark-based setup and updating MDX/MD content across the repo. Removes incompatible Prettier configs, adds Remark config/ignore, and standardizes docs so they render correctly.

  • Dependencies

    • Configured Remark (.remarkrc.mjs with remark-mdx and remark-preset-wooorm) and added .remarkignore; removed .prettierrc and .prettierignore.
  • Bug Fixes

    • Updated MDX syntax, callouts, lists, and fenced code blocks to MDX v2 conventions across docs.
    • Cleaned and corrected README, policy, and demo docs (headings, code fences, links) to prevent parse errors and ensure consistent rendering.

Written for commit 0a8562a1e3. Summary will update on new commits.


🔄 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/7110 **Author:** [@himself65](https://github.com/himself65) **Created:** 1/3/2026 **Status:** ✅ Merged **Merged:** 1/3/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2026/01/03/docs` --- ### 📝 Commits (3) - [`619ac47`](https://github.com/better-auth/better-auth/commit/619ac4792eecf745f6f3a44afb41892e039a65c3) docs: fix regression after format - [`43550a0`](https://github.com/better-auth/better-auth/commit/43550a0b8807d6cb2fa7c57411998a623aca0478) chore: lint fix - [`0a8562a`](https://github.com/better-auth/better-auth/commit/0a8562a1e3e93a1dbe81a7a605205ad323dbd6a0) chore: lint fix ### 📊 Changes **167 files changed** (+15023 additions, -14098 deletions) <details> <summary>View changed files</summary> ➖ `.prettierignore` (+0 -12) ➖ `.prettierrc` (+0 -6) ➕ `.remarkignore` (+8 -0) ➕ `.remarkrc.mjs` (+6 -0) 📝 `CODE_OF_CONDUCT.md` (+130 -38) 📝 `CONTRIBUTING.md` (+112 -75) 📝 `LICENSE.md` (+15 -12) 📝 `README.md` (+41 -16) 📝 `SECURITY.md` (+15 -10) 📝 `demo/expo/README.md` (+14 -11) 📝 `demo/nextjs/README.md` (+54 -21) 📝 `docs/content/blogs/0-supabase-auth-to-planetscale-migration.mdx` (+133 -133) 📝 `docs/content/blogs/1-3.mdx` (+144 -162) 📝 `docs/content/blogs/1-4.mdx` (+125 -221) 📝 `docs/content/blogs/authjs-joins-better-auth.mdx` (+35 -33) 📝 `docs/content/blogs/seed-round.mdx` (+13 -13) 📝 `docs/content/changelogs/1-2.mdx` (+36 -39) 📝 `docs/content/docs/adapters/community-adapters.mdx` (+13 -13) 📝 `docs/content/docs/adapters/drizzle.mdx` (+44 -45) 📝 `docs/content/docs/adapters/mongo.mdx` (+11 -11) _...and 80 more files_ </details> ### 📄 Description I didn't realized that prettier only supports mdx 1 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Fix docs formatting and build regressions caused by Prettier on MDX v2 by switching to a Remark-based setup and updating MDX/MD content across the repo. Removes incompatible Prettier configs, adds Remark config/ignore, and standardizes docs so they render correctly. - **Dependencies** - Configured Remark (.remarkrc.mjs with remark-mdx and remark-preset-wooorm) and added .remarkignore; removed .prettierrc and .prettierignore. - **Bug Fixes** - Updated MDX syntax, callouts, lists, and fenced code blocks to MDX v2 conventions across docs. - Cleaned and corrected README, policy, and demo docs (headings, code fences, links) to prevent parse errors and ensure consistent rendering. <sup>Written for commit 0a8562a1e3e93a1dbe81a7a605205ad323dbd6a0. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <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-17 23:26:20 -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#32684