Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR implements a package renaming from api-docs-tooling to @nodejs/doc-kit to address issue #343. The changes update package metadata, documentation, and generated file comments to reflect the new naming convention.
- Updates package name and binary command references across all documentation
- Changes package.json to reflect new scoped package name and CLI command
- Updates generated file comments to reference the new tool name
Reviewed Changes
Copilot reviewed 4 out of 7 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates package name to @nodejs/doc-kit and binary command to doc-kit |
| README.md | Updates all CLI usage examples and tool references to use new naming |
| CONTRIBUTING.md | Updates project name references in contribution guide |
| src/generators/man-page/template.1 | Updates generated file comment to reference new tool name |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #358 +/- ##
=======================================
Coverage 70.80% 70.80%
=======================================
Files 128 128
Lines 11621 11621
Branches 694 694
=======================================
Hits 8228 8228
Misses 3390 3390
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
AugustinMauroy
approved these changes
Jul 17, 2025
ovflowd
approved these changes
Jul 17, 2025
Member
|
Fast-tracking! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #343.
Replaces all non-link instances of
api-doc-toolingwith@nodejs/doc-kit(or justdoc-kit, when applicable)