doc: remove Corepack documentation page

PR-URL: https://github.com/nodejs/node/pull/57663
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
Antoine du Hamel 2025-03-28 15:11:51 +01:00
parent b9de5d0cb6
commit f7ca0ae765
No known key found for this signature in database
GPG Key ID: 20B1A390B168D356
2 changed files with 1 additions and 21 deletions

View File

@ -1,20 +0,0 @@
# Corepack
<!-- introduced_in=v14.19.0 -->
<!-- type=misc -->
<!-- YAML
added:
- v16.9.0
- v14.19.0
-->
> Stability: 1 - Experimental
**Corepack will no longer be distributed starting with Node.js v25.**
Users currently depending on the bundled `corepack` executable from Node.js
can switch to using the userland-provided [corepack][] module.
[corepack]: https://github.com/nodejs/corepack

View File

@ -45,7 +45,7 @@ const linkedHtmls = [...new Set(links)].map((link) => link.match(re)[1])
const expectedJsons = linkedHtmls
.map((name) => name.replace('.html', '.json'));
const expectedDocs = linkedHtmls.concat(expectedJsons);
const renamedDocs = ['corepack.json', 'corepack.html', 'policy.json', 'policy.html'];
const renamedDocs = ['policy.json', 'policy.html'];
const skipedDocs = ['quic.json', 'quic.html'];
// Test that all the relative links in the TOC match to the actual documents.