mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
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:
parent
b9de5d0cb6
commit
f7ca0ae765
|
|
@ -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
|
|
||||||
|
|
@ -45,7 +45,7 @@ const linkedHtmls = [...new Set(links)].map((link) => link.match(re)[1])
|
||||||
const expectedJsons = linkedHtmls
|
const expectedJsons = linkedHtmls
|
||||||
.map((name) => name.replace('.html', '.json'));
|
.map((name) => name.replace('.html', '.json'));
|
||||||
const expectedDocs = linkedHtmls.concat(expectedJsons);
|
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'];
|
const skipedDocs = ['quic.json', 'quic.html'];
|
||||||
|
|
||||||
// Test that all the relative links in the TOC match to the actual documents.
|
// Test that all the relative links in the TOC match to the actual documents.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user