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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5e5d7eca04 Added Algolia search
5e5d7eca04 is described below

commit 5e5d7eca04f371aa8b05c6181d5035ce46179d49
Author: James Bognar <[email protected]>
AuthorDate: Fri Nov 14 15:00:26 2025 -0500

    Added Algolia search
---
 juneau-docs/docusaurus.config.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/juneau-docs/docusaurus.config.ts b/juneau-docs/docusaurus.config.ts
index 1ce26575e3..1faafb160e 100644
--- a/juneau-docs/docusaurus.config.ts
+++ b/juneau-docs/docusaurus.config.ts
@@ -93,7 +93,7 @@ const config: Config = {
       // Public API key: it is safe to commit it
       apiKey: 'db9fd10aa92e0ad212e08340e37293c0',
 
-      indexName: 'juneau_docs',
+      indexName: 'juneau_docsJuneau Website',
 
       // Optional: see doc section below
       contextualSearch: true,

Reply via email to