Skip to content

Commit 1b8bc77

Browse files
richardlautargos
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 750556d commit 1b8bc77

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
@@ -394,6 +394,7 @@ function altDocs(filename, docCreated) {
394394
const [, docCreatedMajor, docCreatedMinor] = docCreated.map(Number);
395395
const host = 'https://nodejs.org';
396396
const versions = [
397+
{ num: '12.x' },
397398
{ num: '11.x' },
398399
{ num: '10.x', lts: true },
399400
{ num: '9.x' },

0 commit comments

Comments
 (0)