Skip to content

Commit f7ca0ae

Browse files
committed
doc: remove Corepack documentation page
PR-URL: #57663 Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent b9de5d0 commit f7ca0ae

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

‎doc/api/corepack.md‎

Lines changed: 0 additions & 20 deletions
This file was deleted.

‎test/doctool/test-make-doc.mjs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const linkedHtmls = [...new Set(links)].map((link) => link.match(re)[1])
4545
constexpectedJsons=linkedHtmls
4646
.map((name)=>name.replace('.html','.json'));
4747
constexpectedDocs=linkedHtmls.concat(expectedJsons);
48-
constrenamedDocs=['corepack.json','corepack.html','policy.json','policy.html'];
48+
constrenamedDocs=['policy.json','policy.html'];
4949
constskipedDocs=['quic.json','quic.html'];
5050

5151
// Test that all the relative links in the TOC match to the actual documents.

0 commit comments

Comments
 (0)