doc: add 9.x to version picker and mark 8.x as LTS

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Chris Young 2017-11-01 12:20:14 -07:00 committed by Myles Borins
parent 4db1bc8f20
commit 72f21d248f
No known key found for this signature in database
GPG Key ID: 933B01F40B5CA946

View File

@ -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' },