Skip to content

Commit 5e82b79

Browse files
richardlauMylesBorins
authored andcommitted
tools: add 12.x to alternative docs versions
PR-URL: #27658 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]>
1 parent 0620314 commit 5e82b79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/doc/html.js

+1
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ function altDocs(filename, docCreated) {
384384
const [, docCreatedMajor, docCreatedMinor] = docCreated.map(Number);
385385
const host = 'https://nodejs.org';
386386
const versions = [
387+
{ num: '12.x' },
387388
{ num: '11.x' },
388389
{ num: '10.x', lts: true },
389390
{ num: '9.x' },

0 commit comments

Comments
 (0)