From e8fc1d61949d228d77e0b3be5fcbffbc6c1fcd74 Mon Sep 17 00:00:00 2001 From: Gilad S Date: Mon, 21 Mar 2022 23:37:05 +0200 Subject: [PATCH 1/4] feat: add Algolia DocSearch to documentation site The `apiKey`, `appId` and `indexName` parameters specified in `MainPage.js` should be updated in order for the search to work --- index.html | 2 ++ script/component/MainPage.js | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/index.html b/index.html index ae195c3..a262cd2 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,7 @@ + @@ -45,6 +46,7 @@ + diff --git a/script/component/MainPage.js b/script/component/MainPage.js index 3a48695..eba84bf 100644 --- a/script/component/MainPage.js +++ b/script/component/MainPage.js @@ -25,6 +25,9 @@ const MainPage = { --> +