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 <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Chris Young authored and MylesBorins committed Nov 3, 2017
1 parent 4db1bc8 commit 72f21d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/doc/html.js
Expand Up @@ -211,7 +211,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 72f21d2

Please sign in to comment.