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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new 485889ac63 CAUSEWAY-3429 : adds search box to home page
485889ac63 is described below

commit 485889ac632e8f0d0f95e874f3b9cb03a85be4e8
Author: danhaywood <[email protected]>
AuthorDate: Sun Apr 16 13:53:27 2023 +0100

    CAUSEWAY-3429 : adds search box to home page
---
 antora/supplemental-ui/index.html | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/antora/supplemental-ui/index.html 
b/antora/supplemental-ui/index.html
index 1caedc266e..1f8f57ea3b 100644
--- a/antora/supplemental-ui/index.html
+++ b/antora/supplemental-ui/index.html
@@ -50,6 +50,9 @@
   <!-- Custom Stylesheet File -->
   <link href="_/css/site-custom.css" rel="stylesheet">
 
+  <!-- Algolia -->
+  <link rel="stylesheet" 
href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css"/>
+
   <!-- =======================================================
     Theme Name: Reveal
     Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
@@ -161,6 +164,11 @@
         <a href="#call-to-action" class="btn-get-started scrollto">Quick 
Start</a>
         <a href="docs/latest/about.html" 
class="btn-docs">&nbsp;&nbsp;&nbsp;Docs&nbsp;&nbsp;&nbsp;</a>
       </p>
+      <p>
+      <div class="nav-panel-search hide-for-print">
+        <input id="algolia-search-input" placeholder="Search"></span>
+      </div>
+      </p>
     </div>
   </div>
 

Reply via email to