From 560e88526931e4084ce938d193db7d1cd6b66756 Mon Sep 17 00:00:00 2001 From: Sylvain Pace Date: Thu, 20 Feb 2020 12:27:54 +0100 Subject: [PATCH] feat(website): add DocSearch as recommended by docusaurus. --- website/siteConfig.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/siteConfig.js b/website/siteConfig.js index 212c60a..5ba989c 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -46,6 +46,10 @@ const siteConfig = { // Highlight.js theme to use for syntax highlighting in code blocks theme: "atelier-savanna-dark" }, + algolia: { + apiKey: '4a1af46ccc9139ac7f5600a41a29cdf7', + indexName: 'f8app', + }, }; module.exports = siteConfig;