Skip to content

Commit e84c01d

Browse files
richardlaurvagg
authored andcommitted
tools: update alternative docs versions
Add `11.x` and mark `10.x` as `lts`. PR-URL: #23980 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent d34ade8 commit e84c01d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/doc/html.js

+2
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ function altDocs(filename) {
168168
}
169169

170170
const versions = [
171+
{ num: '11.x' },
172+
{ num: '10.x', lts: true },
171173
{ num: '9.x' },
172174
{ num: '8.x', lts: true },
173175
{ num: '7.x' },

0 commit comments

Comments
 (0)