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.
2 parents fdb64cf + 7553192 commit b8720f1Copy full SHA for b8720f1
docs/_includes/sidebar.html
@@ -2,8 +2,8 @@
2
<label class="d-flex mr-4 flex-items-center">
3
<span class="mr-4">Version</span>
4
<select class="flex-1" onchange="window.location.href = this.value">
5
- <option value="/guide/introduction" {% if page.version == 1 %} selected{% endif %}>v1.x.x</option>
6
- <option value="/guide-v2/introduction" {% if page.version == 2 %} selected{% endif %}>v2.x.x</option>
+ <option value="{{ site.baseurl }}/guide/introduction" {% if page.version == 1 %} selected{% endif %}>v1.x.x</option>
+ <option value="{{ site.baseurl }}/guide-v2/introduction" {% if page.version == 2 %} selected{% endif %}>v2.x.x</option>
7
</select>
8
</label>
9
<br>
0 commit comments