From 20354b0754c03ac8c1f76b3cdfe2e2f075e3ba01 Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Wed, 16 Aug 2023 15:41:48 +0200 Subject: [PATCH 1/2] feat(search): enable search --- docusaurus.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 38a93d4..0b85167 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -54,6 +54,11 @@ const config = { ({ // Replace with your project's social card image: 'img/docusaurus-social-card.jpg', + algolia: { + appId: '4EOKWGCTX1', + apiKey: '3a4dc4403e4ed8dbaf51b8d0ecae1ad4', + indexName: 'data-centric-zazuko', + }, navbar: { title: 'Data-Centric', logo: { From 221e5b16e79fb36bf4da1565f93157ff1cb071cd Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Wed, 16 Aug 2023 15:50:43 +0200 Subject: [PATCH 2/2] ci: site preview comment when config changes --- .github/pr-commenter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pr-commenter.yml b/.github/pr-commenter.yml index f880983..5ab791e 100644 --- a/.github/pr-commenter.yml +++ b/.github/pr-commenter.yml @@ -4,4 +4,5 @@ comment: - id: preview-url files: - 'docs/**/*' + - docusaurus.config.js body: "Netlify preview deployed to [{{ url }}]({{ url }})"