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 bc42305 commit 4de3a3fCopy full SHA for 4de3a3f
docs/src/.vuepress/layouts/PageLayout.vue
@@ -55,7 +55,7 @@ function navigateToNewVersion() {
55
<div class="version-selector" v-if="route.path.startsWith('/operations/')">
56
<label class="vp-sidebar-header" for="version-select"><strong>Version:</strong> </label>
57
<select id="version-select" class="vp-sidebar-header" v-model="version" @change="navigateToNewVersion">
58
- <option value="v2.0.0-RC1">2.0.0-RC1</option>
+ <option value="v2.0.0-RC2">2.0.0-RC2</option>
59
<option value="v1.9.0">latest (1.9.0)</option>
60
<option value="v1.8.0">1.8.0</option>
61
<option value="v1.7.1">1.7.1</option>
0 commit comments