Skip to content

Docs Publishing Workflow

Docs site source:

  • /Users/aaronbaker/knearme-platform/apps/knearme-dev-docs

Build and dev run sync:docs, which:

  1. Validates /docs/apps structure and frontmatter.
  2. Fails on missing required pages/keys.
  3. Copies canonical docs to apps/knearme-dev-docs/src/content/docs/apps.
Terminal window
pnpm -C apps/knearme-dev-docs dev
pnpm -C apps/knearme-dev-docs build

Use Git integration with:

  • Root directory: repository root.
  • Build command: pnpm install --frozen-lockfile && pnpm -C apps/knearme-dev-docs build.
  • Build output directory: apps/knearme-dev-docs/dist.
  • Environment variable: NODE_VERSION=22.
  • Production branch: master.
  • Preview deployments enabled for same-repo PR branches.
  • Build watch paths include docs app and canonical docs source paths.