We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1ac09 commit 9001939Copy full SHA for 9001939
v1.0/header.js
@@ -95,6 +95,7 @@ const init_header = () => {
95
<li style="box-shadow: inset -1px 0 0 0 var(--separator-color); background-image: none; margin-right: 48px;">
96
<span style="color: var(--toc-foreground);">Docs version:</span>
97
<span style="background-image: none; color: var(--toc-active-color); font-weight: bold;">v1.0</span>,
98
+ <a href="/docs/v2.0/` + window.location.pathname.split('/v1.0/')[1] + `">v2.0</a>,
99
<a href="/` + window.location.pathname.split('/v1.0/')[1] + `">trunk/develop</a>
100
</li>`
101
+ footer.innerHTML;
0 commit comments