Skip to content

Commit ee8e115

Browse files
committed
doc: remove Corepack documentation page
1 parent af75d04 commit ee8e115

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

doc/api/corepack.md

Lines changed: 0 additions & 21 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)