## npm → pnpm - Delete package-lock.json, add pnpm-lock.yaml (deterministic installs) - Add packageManager field to package.json (pnpm@10.12.1) - Dockerfile: corepack enable + pnpm install --frozen-lockfile + pnpm build - Faster Docker builds (pnpm caches better than npm) ## Deprecation fixes - Move onBrokenMarkdownLinks from top-level config to markdown.hooks (deprecated in Docusaurus v3, removed in v4) - Build now produces zero deprecation warnings fix #70
411 KiB
411 KiB