This is an automated email from the ASF dual-hosted git repository.
rlenferink pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix-site.git
The following commit(s) were added to refs/heads/master by this push:
new 0e9692d Add missing link to 2.3.0 docs (#33)
0e9692d is described below
commit 0e9692d7e54a2fdaa3cdb0b80690d29f77ebea24
Author: Roy Lenferink <[email protected]>
AuthorDate: Sun Oct 8 11:48:59 2023 +0200
Add missing link to 2.3.0 docs (#33)
---
layouts/partials/header.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index a124f10..1cfce42 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -25,6 +25,7 @@
</a>
<div class="dropdown-menu" aria-labelledby="ddDocs">
<a class="dropdown-item" href="/docs/{{
.Site.Params.latestVersion }}/docs.html">{{ .Site.Params.latestVersion }}
(latest)</a>
+ <a class="dropdown-item"
href="/docs/2.3.0/docs.html">2.3.0</a>
<a class="dropdown-item"
href="/docs/2.2.1/docs.html">2.2.1</a>
<a class="dropdown-item"
href="/docs/2.1.0/docs.html">2.1.0</a>
</div>