You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/09/22 09:55:47 UTC

[inlong-website] branch master updated: [INLONG-564][Search] Update the key for algolia (#565)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b44b35bd31 [INLONG-564][Search] Update the key for algolia (#565)
b44b35bd31 is described below

commit b44b35bd31d6e05c79e2ab43f3c72c57d1def65f
Author: John Chever <ch...@gmail.com>
AuthorDate: Thu Sep 22 17:55:42 2022 +0800

    [INLONG-564][Search] Update the key for algolia (#565)
---
 docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index ba2c0cf585..de07e60068 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -217,7 +217,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
       },
       algolia: {
         appId: 'YUW9QEL53E',
-        apiKey: '644ca189e445f85a881e4d96307b1f07',
+        apiKey: 'fcc3191e7a0fb95834381a6c9faecde9',
         indexName: 'inlong',
         contextualSearch: true,
       },