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 48c2220 commit 50a14f7Copy full SHA for 50a14f7
1 file changed
docs/layouts/_default/default.html
@@ -203,7 +203,7 @@
203
<body>
204
<nav class="page-nav">
205
<a href="{{ .Site.Home.RelPermalink }}"{{ if .IsHome }} class="active" aria-current="page"{{ end }}>Overview</a>
206
- <a href="{{ printf "doc/%s/" (.Site.Params.docsVersion | default "latest") | relURL }}">API documentation</a>
+ <a href="{{ "doc/latest/" | relURL }}">API documentation</a>
207
</nav>
208
<main>
209
{{ .Content }}
0 commit comments