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 b1c7b38 commit 4497228Copy full SHA for 4497228
layouts/partials/version.html
@@ -3,7 +3,8 @@
3
var newVersion = this.options[this.selectedIndex].value;
4
window.location = '/' + newVersion + '{{.Page.RelPermalink}}';
5
">
6
- <option selected value="staging/dev">Staging</option>
+ <option selected value="latest">7.0 (Latest)</option>
7
+ <option value="6.4.0">6.4.0</option>
8
<option value="6.3.0">6.3.0</option>
9
<option value="6.2.0">6.2.0</option>
10
<option value="6.1.0">6.1.0</option>
0 commit comments