This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch feat-docusaurus in repository https://gitbox.apache.org/repos/asf/apisix-website.git
commit 852d5cc545330ca7a5e46ae3d41e68bb6d458a59 Author: juzhiyuan <[email protected]> AuthorDate: Sat Aug 22 11:25:19 2020 +0800 feat: added algolia --- website/siteConfig.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 8bd1efe..e1facd4 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -103,8 +103,9 @@ const siteConfig = { // template. For example, if you need your repo's URL... repoUrl: "https://github.com/apache/apisix", algolia: { - apiKey: '', - appId: '' + apiKey: '79e72fedcf3719ba85c552f710ade8a3', + appId: 'ZHVP417Y1Y', + indexName: 'apache-apisix-website' }, gaTrackingId: '', twitterUsername: 'ApacheAPISIX',
