Skip to content

Commit 50a14f7

Browse files
committed
fixup! Add Hugo-based docs site
1 parent 48c2220 commit 50a14f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/layouts/_default/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
<body>
204204
<nav class="page-nav">
205205
<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>
206+
<a href="{{ "doc/latest/" | relURL }}">API documentation</a>
207207
</nav>
208208
<main>
209209
{{ .Content }}

0 commit comments

Comments
 (0)