You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Generated with `mux`_
- **docs** now builds documentation (was docs-build)
- **docs-server** serves docs locally with browser (was docs)
- **check-docs-links** runs mdbook-linkcheck after building
- **static-check** now includes check-docs-links
- Package manager: bun only. Use `bun install`, `bun add`, `bun run` (which proxies to Make when relevant). Run `bun install` if modules/types go missing.
50
50
- Makefile is source of truth (new commands land there, not `package.json`).
- Full `static-check` includes docs link checking which requires mdbook tools. Use `nix develop` to get them, or the check gracefully skips if unavailable.
0 commit comments