We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203c420 commit e973b5dCopy full SHA for e973b5d
tools/doc/html.js
@@ -404,7 +404,8 @@ function altDocs(filename, docCreated) {
404
const [, docCreatedMajor, docCreatedMinor] = docCreated.map(Number);
405
const host = 'https://nodejs.org';
406
const versions = [
407
- { num: '10.x' },
+ { num: '11.x' },
408
+ { num: '10.x', lts: true },
409
{ num: '9.x' },
410
{ num: '8.x', lts: true },
411
{ num: '7.x' },
0 commit comments