This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch add-missing-230-link
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 468c4904d909bfb51cedc837a8341fdef316aed4
Author: Roy Lenferink <[email protected]>
AuthorDate: Sun Oct 8 11:46:55 2023 +0200

    Add missing link to 2.3.0 docs
---
 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>

Reply via email to