From 82ccd0e16f3a50801c98629add3f23cb8a0f507b Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Fri, 31 Jul 2026 07:07:31 -0500 Subject: [PATCH 1/2] Add new docs url to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d77417c2..0dff7580 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,11 @@

- @node-core/doc-kit is a tool to generate API documentation of Node.js. See this issue for more information. + @node-core/doc-kit is a tool to generate API documentation of Node.js. See this issue for more information. +

+ +

+ doc-kit can make sites unrelated to Node.js too. View the docs, getting-started, and showcase.

From 891516e2d4e64c1561677a0c9198b22479cd92bc Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Fri, 31 Jul 2026 07:12:07 -0500 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dff7580..e520eb6f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

- @node-core/doc-kit is a tool to generate API documentation of Node.js. See this issue for more information. + @node-core/doc-kit is a tool to generate API documentation of Node.js. See this issue for more information.