Skip to content

Commit 9001939

Browse files
committed
update bottom for v1.0
1 parent ca1ac09 commit 9001939

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v1.0/header.js

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ const init_header = () => {
9595
<li style="box-shadow: inset -1px 0 0 0 var(--separator-color); background-image: none; margin-right: 48px;">
9696
<span style="color: var(--toc-foreground);">Docs version:</span>
9797
<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>,
9899
<a href="/` + window.location.pathname.split('/v1.0/')[1] + `">trunk/develop</a>
99100
</li>`
100101
+ footer.innerHTML;

0 commit comments

Comments
 (0)