Skip to content

docs: link docs/ from README and fix stale command name#1220

Merged
John-David Dalton (jdalton) merged 1 commit intomainfrom
docs/link-docs-and-fix-command-name
Apr 17, 2026
Merged

docs: link docs/ from README and fix stale command name#1220
John-David Dalton (jdalton) merged 1 commit intomainfrom
docs/link-docs-and-fix-command-name

Conversation

@jdalton
Copy link
Copy Markdown
Contributor

@jdalton John-David Dalton (jdalton) commented Apr 17, 2026

Summary

  • README now has a "Further Reading" section pointing at docs/build-guide.md, docs/bundle-tools.md, and each package's README so a new contributor can find the deeper docs from the landing page.
  • Fixes a stale script name in docs/build-guide.mdpnpm run clean-cachepnpm run clean:cache (the actual package.json script uses a colon). Same block: pnpm cleanpnpm run clean.

Test plan

  • Links in the new README section resolve
  • pnpm run clean:cache exists in root package.json
  • CI green

Note

Low Risk
Documentation-only changes; no runtime behavior, build logic, or shipped artifacts are modified.

Overview
Adds a Further Reading section to the root README.md, linking to key internal docs (docs/*) and package-level READMEs to make contributor documentation easier to discover.

Updates docs/build-guide.md to fix stale cache/clean command examples (clean-cacheclean:cache, and pnpm cleanpnpm run clean).

Reviewed by Cursor Bugbot for commit 6659017. Configure here.

- README now has a "Further Reading" section that points to the guides
  in docs/ plus each package's README. Makes it discoverable for anyone
  onboarding from the top-level README.
- Fixes a stale command name in docs/build-guide.md: `pnpm run clean-cache`
  → `pnpm run clean:cache` (matches the actual package.json script name).
- Also corrects `pnpm clean` → `pnpm run clean` in the same block.
@jdalton John-David Dalton (jdalton) merged commit 48fe504 into main Apr 17, 2026
6 checks passed
@jdalton John-David Dalton (jdalton) deleted the docs/link-docs-and-fix-command-name branch April 17, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants