Skip to content

Commit b6168bb

Browse files
vsemozhetbytMylesBorins
authored andcommitted
tools: add v10 to alternative version docs menu
PR-URL: #20586 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 9593b35 commit b6168bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/doc/html.js

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

170170
const versions = [
171+
{ num: '10.x' },
171172
{ num: '9.x' },
172173
{ num: '8.x', lts: true },
173174
{ num: '7.x' },

0 commit comments

Comments
 (0)