[GH-ISSUE #3920] Missing Documentation Pages for Testing & Documenting (Contributing Guide) #27084

Closed
opened 2026-04-17 17:53:36 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @daniel-bogale on GitHub (Aug 11, 2025).
Original GitHub issue: https://github.com/better-auth/better-auth/issues/3920

Is this suited for github?

  • Yes, this is suited for github

To Reproduce

  1. Go to Reference > Contributing to BetterAuth in the documentation.

  2. Scroll to section 3. Make Your Changes.

  3. Click either of the "here" links for:

    • Read more about testing here
    • Read more about documenting here
  4. Observe that both links return a 500 Internal Server Error.

Current vs. Expected behavior

  • Current: Both "here" links lead to a 500 Internal Server Error.

  • Expected:

    • Links should point to valid documentation pages describing how to write tests and how to update documentation.
    • If those pages don’t exist yet, the links should be removed or replaced until the documentation is available.

What version of Better Auth are you using?

1.3.4

Provide environment information

- OS: Fedora
- Date tested: Aug 11, 2025
- Browser: Chrome
- Documentation site version: Latest

Which area(s) are affected? (Select all that apply)

Documentation

Auth config (if applicable)

import { betterAuth } from "better-auth"
export const auth = betterAuth({
  emailAndPassword: {  
    enabled: true
  },
});

Additional context

The issue occurs in the Reference > Contributing to BetterAuth page, under section 3. This may require creating the missing pages for “Testing” and “Documenting” or updating the contributing guide to remove the broken links.
Screenshots attached below.

Originally created by @daniel-bogale on GitHub (Aug 11, 2025). Original GitHub issue: https://github.com/better-auth/better-auth/issues/3920 ### Is this suited for github? - [x] Yes, this is suited for github ### To Reproduce 1. Go to **Reference > Contributing to BetterAuth** in the documentation. 2. Scroll to section **3. Make Your Changes**. 3. Click either of the "here" links for: * *Read more about testing here* * *Read more about documenting here* 4. Observe that both links return a `500 Internal Server Error`. ### Current vs. Expected behavior * **Current:** Both "here" links lead to a `500 Internal Server Error`. * **Expected:** * Links should point to valid documentation pages describing how to write tests and how to update documentation. * If those pages don’t exist yet, the links should be removed or replaced until the documentation is available. ### What version of Better Auth are you using? 1.3.4 ### Provide environment information ```bash - OS: Fedora - Date tested: Aug 11, 2025 - Browser: Chrome - Documentation site version: Latest ``` ### Which area(s) are affected? (Select all that apply) Documentation ### Auth config (if applicable) ```typescript import { betterAuth } from "better-auth" export const auth = betterAuth({ emailAndPassword: { enabled: true }, }); ``` ### Additional context The issue occurs in the **Reference > Contributing to BetterAuth** page, under section 3. This may require creating the missing pages for “Testing” and “Documenting” or updating the contributing guide to remove the broken links. Screenshots attached below.
GiteaMirror added the locked label 2026-04-17 17:53:36 -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#27084