node/tools/doc
dependabot[bot] 2ab034f6f9
tools: bump @node-core/doc-kit in /tools/doc in the doc group
Bumps the doc group in /tools/doc with 1 update: [@node-core/doc-kit](https://github.com/nodejs/doc-kit).

Updates `@node-core/doc-kit` from 1.3.5 to 1.3.6
- [Commits](https://github.com/nodejs/doc-kit/commits)

---
updated-dependencies:
- dependency-name: "@node-core/doc-kit"
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
...

Signed-off-by: dependabot[bot] <support@github.com>
PR-URL: https://github.com/nodejs/node/pull/63494
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2026-05-27 11:35:51 +02:00
..
addon-verify.mjs build: make test-addons dependency-free 2026-05-05 16:19:34 +02:00
deprecationCodes.mjs tools: enforce use of trailing commas in tools/ 2022-12-18 16:39:39 +00:00
generate-json-schema.mjs src: set default config as node.config.json 2025-02-27 21:02:10 +00:00
package-lock.json tools: bump @node-core/doc-kit in /tools/doc in the doc group 2026-05-27 11:35:51 +02:00
package.json tools: bump @node-core/doc-kit in /tools/doc in the doc group 2026-05-27 11:35:51 +02:00
README.md build, doc: use new api doc tooling 2026-02-27 01:53:56 +00:00

Documentation Tooling

The Node.js API documentation tooling lives in nodejs/doc-kit. This module exists just to make it usable in Node.js core, any changes to the tooling should be done in that repository.