Add new docs url to README - #967
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit 891516e. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Pull request overview
Updates the project README to surface the new documentation site for easier discovery, aligning with the request in issue #936.
Changes:
- Adds a centered README line linking to https://doc-kit.nodejs.org/ for docs/getting started/showcase.
- Splits the intro blurb into two centered paragraphs to include the new docs-site mention.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #967 +/- ##
=======================================
Coverage 86.63% 86.63%
=======================================
Files 195 195
Lines 17938 17938
Branches 1632 1632
=======================================
Hits 15540 15540
Misses 2392 2392
Partials 6 6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
| File | Main | PR | Change |
|---|---|---|---|
assets/all-BIn8xzRq.js |
22.13 MB | — | -22.13 MB (-100.0%) |
assets/all-CRWh3RMj.js |
— | 22.13 MB | +22.13 MB |
all.html |
21.37 MB | 21.37 MB | -194.00 B (-0.0%) |
Performance estimate (single CI run)
- Generation time: 16.6% faster (75.82 s → 63.23 s)
- Peak memory: 1.5% lower (5.14 GB → 5.06 GB)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (1)
README.md:16
- The link text "View the docs, getting-started, and showcase." reads awkwardly and uses a hyphenated phrase that isn't used elsewhere in the README. Consider using standard wording ("getting started") and articles to make the sentence grammatically clear.
<code>doc-kit</code> can make sites unrelated to Node.js too. <a href="https://doc-kit.nodejs.org/">View the docs, getting-started, and showcase.</a>
Description
Simply adds the new docs site to the README for better discovery.
Validation
Related Issues
closes #936 now that #935 is landed
Check List
node --run testand all tests passed.node --run format:check&node --run lint.