Navigation Menu

Skip to content

Commit

Permalink
tools: update alternative docs versions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
richardlau authored and rvagg committed Nov 28, 2018
1 parent d34ade8 commit e84c01d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/doc/html.js
Expand Up @@ -168,6 +168,8 @@ function altDocs(filename) {
}

const versions = [
{ num: '11.x' },
{ num: '10.x', lts: true },
{ num: '9.x' },
{ num: '8.x', lts: true },
{ num: '7.x' },
Expand Down

0 comments on commit e84c01d

Please sign in to comment.