Skip to content

Commit a6a23c6

Browse files
posvachrisvfritz
authored andcommitted
Add 2.0-rc option in the select (#399)
1 parent 7a70b6c commit a6a23c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/vue/layout/partials/sidebar.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<h2>
1313
<%- type === 'api' ? 'API' : (type.charAt(0).toUpperCase() + type.slice(1)) %>
1414
<select class="version-select">
15+
<option value="rc">2.0-rc</option>
1516
<option selected>1.0</option>
1617
<option>0.12</option>
1718
<option>0.11</option>

0 commit comments

Comments
 (0)