Files
better-auth/docs
Pukima a79b487a91 docs: add missing annualDiscountLookupKey to plan configuration (#2277)
* fix(docs): add missing `annualDiscountLookupKey` to plan configuration

According to https://github.com/better-auth/better-auth/blob/main/packages/stripe/src/types.ts#L30, this key exists.

* fix(docs): fix typo for the annualDiscountLookupKey
2025-05-08 19:17:16 -07:00
..
2025-05-06 13:35:55 -07:00
2025-04-17 13:19:21 +03:00
2025-03-08 10:08:42 +03:00

Better Auth Docs

This is the documentation site for Better Auth.

Contributing

To contribute to the docs, you can clone the repo and run the docs site locally.

pnpm install
pnpm run dev

This will start the docs site on http://localhost:3000.