You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by ww...@apache.org on 2021/07/17 01:22:06 UTC

[incubator-yunikorn-site] branch master updated: [YUNIKORN-750] Website search box returns no result (#63)

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

wwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new cfd0763  [YUNIKORN-750] Website search box returns no result (#63)
cfd0763 is described below

commit cfd07638928df2abbce6c2ba0d7fadbf5afd23fa
Author: 0yukali0 <45...@users.noreply.github.com>
AuthorDate: Sat Jul 17 09:22:01 2021 +0800

    [YUNIKORN-750] Website search box returns no result (#63)
---
 docusaurus.config.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index c2014e5..13ea050 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -220,8 +220,9 @@ Copyright © ${new Date().getFullYear()} <a href="http://www.apache.org/">The Ap
 `
     },
     algolia: {
-      apiKey: '4e3b9e554923fe089858c5896fdeac85',
-      indexName: 'yunikorn-docsearch',
+      apiKey: '65b6e69046d08b5364868a53ff974c2f',
+      indexName: 'yunikorn',
+      contextualSearch: true,
     },
   }
 };