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

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

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
const expectedJsons = linkedHtmls
4646
.map((name) => name.replace('.html', '.json'));
4747
const expectedDocs = linkedHtmls.concat(expectedJsons);
48-
const renamedDocs = ['corepack.json', 'corepack.html', 'policy.json', 'policy.html'];
48+
const renamedDocs = ['policy.json', 'policy.html'];
4949
const skipedDocs = ['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)