Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e973b5d

Browse filesBrowse files
richardlauMylesBorins
authored andcommitted
tools: update alternative docs versions
Add `11.x` and mark `10.x` as `lts`. PR-URL: #23980 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 203c420 commit e973b5d
Copy full SHA for e973b5d

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎tools/doc/html.js‎

Copy file name to clipboardExpand all lines: tools/doc/html.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,8 @@ function altDocs(filename, docCreated) {
404404
const [, docCreatedMajor, docCreatedMinor] = docCreated.map(Number);
405405
const host = 'https://nodejs.org';
406406
const versions = [
407-
{ num: '10.x' },
407+
{ num: '11.x' },
408+
{ num: '10.x', lts: true },
408409
{ num: '9.x' },
409410
{ num: '8.x', lts: true },
410411
{ num: '7.x' },

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.