shishantbiswas
54aae56734
add: agnostic web compliant adapter
2026-04-04 00:27:29 +05:30
Cameron Pak
6489d08434
Merge pull request #374 from jonaspm/chore/upgrade-typescript
...
Upgrade TypeScript to latest v6
2026-04-03 08:10:05 -05:00
Jonas Perusquia Morales
237b42bb9c
chore: remove baseUrl from TypeScript configuration files
2026-03-24 13:59:05 -06:00
shishantbiswas
06f9c3ee15
refactor(docs): note for NuxtLink usage, added geist font in example, minor cleanups
2026-03-14 22:57:05 +05:30
shishantbiswas
7751ee5db8
init: nuxt adapter
2026-03-14 19:27:31 +05:30
Shishant Biswas
71b9a0f546
Merge branch 'bknd-io:main' into main
2026-03-13 17:27:35 +05:30
Jonás Perusquía Morales
e5bfc602e1
Update client:only attribute in astro.mdx
...
Astro requires client:only to specify the frontend library used
2026-03-03 11:27:59 -06:00
shishantbiswas
80b0716a4a
Remove unrelated Next.js file changes
2026-02-28 23:32:20 +05:30
shishantbiswas
c3198394de
docs: add tanstack start integration guide
2026-02-26 09:40:42 +05:30
Jonas Perusquia Morales
cc1e1976f7
chore: Document error cases for password update method
2026-02-23 13:03:37 -06:00
Jonas Perusquia Morales
8805f017a1
Update auth docs to clarify server module usage
2026-02-18 11:12:14 -06:00
Jonas Perusquia Morales
0ef06375c0
docs: Document changePassword method in auth module
2026-02-18 11:03:58 -06:00
Cameron Pak
b85c3a8a9b
Remove redundant redirects config
2026-02-07 17:17:36 -06:00
Cameron Pak
e20c2ef92c
Docs: move redirects to global config, remove client-side redirect page
...
Co-Authored-By: Craft Agent <agents-noreply@craft.do >
2026-02-07 17:14:11 -06:00
Cameron Pak
5873baad3c
Docs: add redirect from /usage/introduction to /usage/setup
...
Co-Authored-By: Craft Agent <agents-noreply@craft.do >
2026-02-07 17:09:36 -06:00
Cameron Pak
aca162f9c8
Refactor setup documentation for clarity
2026-02-07 16:58:49 -06:00
Cameron Pak
9f0997c28a
Refactor and update documentation links for introduction
2026-02-07 16:50:51 -06:00
dswbx
68063986d1
Merge pull request #343 from cameronapak/doc-touchups
2026-01-31 11:22:25 +01:00
Cameron Pak
53f8609e9d
Docs: updating copy to reflect bknd's open opt-in philosophy
2026-01-30 03:39:53 -06:00
Cameron Pak
833bfa5049
Docs: Enhance the pun
...
https://github.com/bknd-io/bknd/pull/343#discussion_r2743055999
2026-01-30 03:28:12 -06:00
cameronapak
348ac7f8b0
Docs: Refactor start page for clarity and flow
2026-01-25 15:20:20 -06:00
cameronapak
16b1cde8ea
Docs: Add beta warning callout to start page
2026-01-25 13:58:43 -06:00
cameronapak
436b195242
Docs: Add warning about Guard lockout
...
Adds a callout to the `config.mdx` documentation warning users that
enabling the Guard without first creating an admin user will lock them
out.
2026-01-25 13:30:31 -06:00
dswbx
5352331464
Merge pull request #327 from matschik/main
...
docs(cloudflare): fix import in Cloudflare configuration example
2026-01-11 19:32:50 +01:00
dswbx
a9fe43130e
Merge pull request #324 from screenfluent/feat/sveltekit-adapter
...
feat: add SvelteKit adapter
2026-01-09 14:23:57 +01:00
dswbx
d541167fb3
docs: add sveltekit integration guide
2026-01-09 13:26:28 +01:00
dswbx
19f1941544
Merge remote-tracking branch 'origin/main' into release/0.20
2026-01-09 11:31:43 +01:00
Mathieu Schimmerling
91a1fc8a0c
docs(cloudflare): modify import in Cloudflare configuration example
...
Updated import statement to include 'd1' from 'bknd/adapter/cloudflare'.
2026-01-02 19:13:24 +01:00
Jonas Perusquia Morales
15ed075de3
docs: Document data.readOneBy method with usage examples
2025-12-17 09:35:24 -06:00
Jonas Perusquia Morales
65e17db2a2
feat: Add documentation for auth.logout method in SDK usage
2025-12-04 14:48:11 -06:00
dswbx
a21d4ad6a7
docs: update sqlocal doc
2025-12-02 14:16:27 +01:00
dswbx
0fc817382a
Merge remote-tracking branch 'origin/release/0.20' into feat/postgres-fc
...
# Conflicts:
# app/src/core/utils/runtime.ts
2025-12-02 10:20:58 +01:00
dswbx
4e31f48917
docs: updated react-router and react sdk
2025-12-02 10:01:29 +01:00
dswbx
3fac740771
Merge branch 'release/0.20' into feat/add-otp-plugin
2025-11-21 20:03:30 +01:00
dswbx
c1d6384271
Merge pull request #301 from bknd-io/fix/cli-run-open
...
fix cli url opener and add minimal debug docker config
2025-11-21 19:40:54 +01:00
dswbx
a2fa11ccd0
refactor modes implementation and improve validation handling
...
refactor `code` and `hybrid` modes for better type safety and configuration flexibility. add `_isProd` helper to standardize environment checks and improve plugin syncing warnings. adjust validation logic for clean JSON schema handling and enhance test coverage for modes.
2025-11-20 21:08:16 +01:00
Jonás Perusquía Morales
21f642161d
Update import path for getApi in astro.mdx
...
Fix import path for getApi.
2025-11-10 18:42:49 -06:00
Jonás Perusquía Morales
d3e87be604
Update Astro integration documentation
...
Removed note about Astro v4 and issues with v5. Issue was fixed on Dec 16, 2024 [https://github.com/withastro/astro/issues/12699 ]
2025-11-10 12:02:22 -06:00
dswbx
b6717f0237
otp: update docs on permissions, only require email driver if sendEmail is not false
2025-11-10 10:25:33 +01:00
dswbx
ee2ab982df
docs: added emailOTP plugin docs
2025-11-07 09:11:13 +01:00
dswbx
40bbdb904f
refactor: expose additional kysely postgres options
2025-11-05 10:47:47 +01:00
dswbx
a333d537b0
refactor postgres functions to not rely on the packages
2025-11-05 10:21:35 +01:00
dswbx
422f7893b5
docs: updated mcp tools
2025-10-28 11:09:37 +01:00
dswbx
0a50f9850c
docs: add timestamps plugin description
2025-10-28 10:44:22 +01:00
dswbx
42f340b189
fix: update syncSecretsOptions condition and enhance documentation for mode configuration
...
- Changed the condition for syncSecretsOptions to check for both existence and false value.
- Added details about explicit fetch export and integration specifics in the introduction documentation.
- Clarified behavior of UI-only and code-only modes, including configuration application and schema syncing.
2025-10-28 10:42:06 +01:00
dswbx
ebad3d15ec
Enhance Deno integration documentation with installation instructions and versioning options
2025-10-25 10:34:24 +02:00
dswbx
1fc6e810ae
feat: improve Deno support and enhance serveStaticViaImport function
...
- Introduced support for Deno as a runtime in the documentation.
- Updated serveStaticViaImport function to accept additional options: appendRaw and package.
- Improved error logging in serveStaticViaImport for better debugging.
- Added new Deno integration documentation with examples for serving static assets.
2025-10-24 18:22:58 +02:00
dswbx
0352c72fb6
docs: add note about Cloudflare Image Optimization plugin requirement
...
Included a callout in the documentation for the Cloudflare Image Optimization plugin, clarifying that it does not function on the development server or with `workers.dev` subdomains, and requires enabling Cloudflare Image transformations.
2025-10-13 10:51:47 +02:00
dswbx
560379bd89
docs: added basic Admin UI configuration documentation
...
Added a new `BkndAdminConfig` type to streamline Admin UI configuration options, consolidating properties for base path, logo return path, theme, entities, and app shell settings. Updated `BkndAdminProps` to utilize this new configuration type. Additionally, introduced a new documentation section for extending the Admin UI, detailing customization options and providing examples for advanced usage.
2025-09-25 10:45:10 +02:00
dswbx
a655c990ed
feat: update documentation to reflect configuration changes and add progress callouts
...
Added callouts to various documentation modules indicating that the documentation is a work in progress. Updated references from `initialConfig` to `config` in multiple sections to align with recent changes in configuration handling.
2025-09-24 18:14:55 +02:00