You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/11/04 05:30:13 UTC

[apisix-website] 01/01: chore: added appId to Algolia configuration

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

juzhiyuan pushed a commit to branch chore-algolia
in repository https://gitbox.apache.org/repos/asf/apisix-website.git

commit d25a36f06f2624b249ad1b40e4c9ac767e092559
Author: juzhiyuan <ju...@apache.org>
AuthorDate: Thu Nov 4 13:30:00 2021 +0800

    chore: added appId to Algolia configuration
---
 website/docusaurus.config.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index ac86bbb..4c967c0 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -681,7 +681,8 @@ module.exports = {
       defaultLanguage: 'bash',
     },
     algolia: {
-      apiKey: "287206c9872faf0e77b7c5228d4c3789",
+      appId: '38VC84A2WJ',
+      apiKey: '73248b6e5908d49bb7986c4aef5fd30d',
       indexName: "apache_apisix",
       contextualSearch: true,
     },