File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 {{! This adds the version selector }}
1111 <select class =" version-dropdown"
1212 onchange =" this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);" >
13- <option value =" /v4/index" >Spin v4.x</option >
1413 <option value =" /v3/index" {{ #if (active_project request.spin-full-url " /v3/" )}} selected {{ /if }} >
1514 Spin v3.x</option >
1615 <option value =" /v2/index" {{ #if (active_project request.spin-full-url " /v2/" )}} selected {{ /if }} >
1716 Spin v2.x</option >
1817 <option value =" /v1/index" {{ #if (active_project request.spin-full-url " /v1/" )}} selected {{ /if }} >
1918 Spin v1.x</option >
19+ <option value =" /v4/index" {{ #if (active_project request.spin-full-url " /v4/" )}} selected {{ /if }} >
20+ Spin v4.x (Preview)</option >
2021 </select >
2122
2223 {{ #if (active_project request.spin-full-url " /v1/" )}}
2526 {{ #if (active_project request.spin-full-url " /v2/" )}}
2627 {{> sidebar_v2 }}
2728 {{ else }}
28- {{ #if (active_project request.spin-full-url " /v3/" )}}
29- {{> sidebar_v3 }}
30- {{ else }}
29+ {{ #if (active_project request.spin-full-url " /v4/" )}}
3130 {{> sidebar_v4 }}
31+ {{ else }}
32+ {{> sidebar_v3 }}
3233 {{ /if }}
3334 {{ /if }}
3435 {{ /if }}
You can’t perform that action at this time.
0 commit comments