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 06:10:29 UTC

[apisix-website] branch master updated: chore: added appId to Algolia configuration (#707)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 125304b  chore: added appId to Algolia configuration (#707)
125304b is described below

commit 125304ba46124663ef6c04e12a90ba9e747ce658
Author: 琚致远 <ju...@apache.org>
AuthorDate: Thu Nov 4 14:09:45 2021 +0800

    chore: added appId to Algolia configuration (#707)
---
 website/docusaurus.config.js | 3 ++-
 website/static/robots.txt    | 2 ++
 2 files changed, 4 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,
     },
diff --git a/website/static/robots.txt b/website/static/robots.txt
index 6f27bb6..3270067 100644
--- a/website/static/robots.txt
+++ b/website/static/robots.txt
@@ -1,2 +1,4 @@
+# Algolia-Crawler-Verif: 027907D9E46C48C1
+
 User-agent: *
 Disallow:
\ No newline at end of file