You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by wu...@apache.org on 2020/09/03 10:23:29 UTC

[incubator-pegasus-website] branch master updated: fix docsearch index unavail problem due to wrong config

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

wutao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 5454c99  fix docsearch index unavail problem due to wrong config
5454c99 is described below

commit 5454c9911ae61388c5ae6130ff9092974bcf118c
Author: neverchanje <wu...@gmail.com>
AuthorDate: Thu Sep 3 18:23:02 2020 +0800

    fix docsearch index unavail problem due to wrong config
---
 .pegasus-kv.json => .apache_pegasus.json | 4 ++--
 _config.yml                              | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.pegasus-kv.json b/.apache_pegasus.json
similarity index 81%
rename from .pegasus-kv.json
rename to .apache_pegasus.json
index 8f1f06d..780adb3 100644
--- a/.pegasus-kv.json
+++ b/.apache_pegasus.json
@@ -1,7 +1,7 @@
 {
-  "index_name": "pegasus-kv",
+  "index_name": "apache_pegasus",
   "start_urls": [
-    "https://pegasus-kv.github.io/"
+    "https://pegasus.apache.org/"
   ],
   "selectors": {
     "lvl0": {
diff --git a/_config.yml b/_config.yml
index 19ec180..e68d056 100755
--- a/_config.yml
+++ b/_config.yml
@@ -66,6 +66,6 @@ defaults:
 
 algolia:
   application_id: 50E27EHNIK
-  index_name: pegasus-kv
-  search_only_api_key: 384e9a24e20ffe7cd7ffa708ceb08253
+  index_name: apache_pegasus
+  search_only_api_key: 676624c2d6dc00808d3b7cf6724fc3c8
   powered_by: true


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org