Skip to content

Commit e01f3d3

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 be219bd commit e01f3d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎tools/doc/html.js‎

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

0 commit comments

Comments
(0)