Files
stack/docs/pnpm-lock.yaml
kert 6930dc6d52
Some checks failed
ci/woodpecker/push/deploy Pipeline failed
ci/woodpecker/push/infra-ci Pipeline was successful
coverage 99% coverage
ci/woodpecker/push/ci Pipeline was successful
migrate docs from npm to pnpm, fix Docusaurus deprecation warnings
## 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
2026-03-21 15:56:30 -04:00

411 KiB