We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7db5e commit 2c1dcb8Copy full SHA for 2c1dcb8
themes/vue/layout/partials/sidebar.ejs
@@ -16,7 +16,7 @@
16
<%- type === 'api' ? 'API' : (type.charAt(0).toUpperCase() + type.slice(1)) %>
17
<% if (type !== 'cookbook') { %>
18
<select class="version-select">
19
- <option value="SELF" selected>2.0</option>
+ <option value="SELF" selected>2.x</option>
20
<option value="v1">1.0</option>
21
<option value="012">0.12</option>
22
<option value="011">0.11</option>
0 commit comments