Skip to content

Commit 7388144

Browse files
Chris Youngcjihrig
authored andcommitted
doc: add 9.x to version picker and mark 8.x as LTS
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>
1 parent e3283c7 commit 7388144

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎tools/doc/html.js‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ function altDocs(filename) {
211211
}
212212

213213
constversions=[
214-
{num: '8.x'},
214+
{num: '9.x'},
215+
{num: '8.x',lts: true},
215216
{num: '7.x'},
216217
{num: '6.x',lts: true},
217218
{num: '5.x'},

0 commit comments

Comments
 (0)