| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,7 @@ const linkedHtmls = [...new Set(links)].map((link) => link.match(re)[1]) | |||
| 45 | 45 | const expectedJsons = linkedHtmls | |
| 46 | 46 | .map((name) => name.replace('.html', '.json')); | |
| 47 | 47 | const expectedDocs = linkedHtmls.concat(expectedJsons); | |
| 48 | - const renamedDocs = ['corepack.json', 'corepack.html', 'policy.json', 'policy.html']; | ||
| 48 | + const renamedDocs = ['policy.json', 'policy.html']; | ||
| 49 | 49 | const skipedDocs = ['quic.json', 'quic.html']; | |
| 50 | 50 | ||
| 51 | 51 | // Test that all the relative links in the TOC match to the actual documents. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments