Skip to content

Commit

Permalink
tools: add v10 to alternative version docs menu
Browse files Browse the repository at this point in the history
PR-URL: #20586
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
vsemozhetbyt committed May 8, 2018
1 parent 2d945fd commit 802a631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/doc/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ function altDocs(filename) {
}

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

0 comments on commit 802a631

Please sign in to comment.