Files
emdash-cms--emdash/docs
Matt Kane 48806e224b fix(plugins): honor locale when creating content (#2498)
* fix(plugins): honor configured locale on content creation

* fix(plugins): align sandbox content locale types

* fix(workerd): apply default locale to batch creates

* docs(plugins): clarify explicit locale validation

* fix(plugins): initialize sandbox translation groups
2026-08-16 17:25:28 +00:00
..
2026-04-01 10:44:22 +01:00
2026-04-01 10:44:22 +01:00

EmDash Docs

Documentation site for EmDash, built with Starlight.

Development

pnpm dev

If you're running in a remote or API-token-only environment that cannot access the Cloudflare AI Search instance, keep using pnpm dev for local content work and use the local-only Wrangler config for built-worker preview checks instead:

pnpm build
pnpm exec wrangler dev --config wrangler.local.jsonc

The /mcp endpoint still works, but it returns a helpful message until a Cloudflare AI Search binding is configured.

Build

pnpm build

For remote docs preview/deploy checks that require production bindings, run the main config as usual:

pnpm exec wrangler dev
pnpm exec wrangler deploy