Skip to content

Commit

Permalink
doc: add 9.x to version picker and mark 8.x as LTS
Browse files Browse the repository at this point in the history
PR-URL: #16672
Fixes: https://github.com/node/issues/16671
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Jeremiah Senkpiel <[email protected]>
Reviewed-By: Anatoli Papirovski <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Yuta Hiroto <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
Chris Young authored and MylesBorins committed Nov 3, 2017
1 parent 0f3901a commit a776639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/doc/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ function altDocs(filename) {
}

const versions = [
{ num: '8.x' },
{ num: '9.x' },
{ num: '8.x', lts: true },
{ num: '7.x' },
{ num: '6.x', lts: true },
{ num: '5.x' },
Expand Down

0 comments on commit a776639

Please sign in to comment.