From dc024e19e34c270cb216dda20ba738437b3260ac Mon Sep 17 00:00:00 2001 From: starkos Date: Fri, 10 Dec 2021 13:32:42 -0500 Subject: [PATCH 1/2] Migrate website to latest DocSearch [DocSearch is migrating to a new Algolia backend](https://docusaurus.io/blog/2021/11/21/algolia-docsearch-migration). Adjust the API keys for the new account. --- 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 3cd3915bfe..6465c2acb2 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -16,7 +16,8 @@ module.exports = { additionalLanguages: ['lua'], }, algolia: { - apiKey: '7440a29a5d611582272899683f54f54e', + appId: 'BZ59R9HF86', + apiKey: '83150c6f407bbeccf4a8873378f7c67c', indexName: 'premake', }, navbar: { From f1e3baac089d8d56a6794edc8d4d9bba0a58a74e Mon Sep 17 00:00:00 2001 From: Kyriet Date: Mon, 28 Feb 2022 20:12:09 +0100 Subject: [PATCH 2/2] Update website/docusaurus.config.js --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 6465c2acb2..217b3a0f27 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -17,7 +17,7 @@ module.exports = { }, algolia: { appId: 'BZ59R9HF86', - apiKey: '83150c6f407bbeccf4a8873378f7c67c', + apiKey: '5c08cdec7a7243eecb271c06cdba3b9f', indexName: 'premake', }, navbar: {