Skip to content

Commit

Permalink
tools: add 12.x to alternative docs versions
Browse files Browse the repository at this point in the history
PR-URL: #27658
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
  • Loading branch information
richardlau authored and targos committed May 15, 2019
1 parent 750556d commit 1b8bc77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/doc/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ function altDocs(filename, docCreated) {
const [, docCreatedMajor, docCreatedMinor] = docCreated.map(Number);
const host = 'https://nodejs.org';
const versions = [
{ num: '12.x' },
{ num: '11.x' },
{ num: '10.x', lts: true },
{ num: '9.x' },
Expand Down

0 comments on commit 1b8bc77

Please sign in to comment.