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 authored and MylesBorins committed May 8, 2018
1 parent 9593b35 commit b6168bb
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 b6168bb

Please sign in to comment.