From 3403e71d89161de5df224e92e8544df74b2da0c6 Mon Sep 17 00:00:00 2001 From: Heitor Lessa Date: Thu, 28 May 2020 09:58:31 +0100 Subject: [PATCH] feat: add algolia search for docs and api ref (#39) Signed-off-by: heitorlessa --- docs/gatsby-config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/gatsby-config.js b/docs/gatsby-config.js index b17191ae147..6a6a23bab1d 100644 --- a/docs/gatsby-config.js +++ b/docs/gatsby-config.js @@ -15,6 +15,8 @@ module.exports = { menuTitle: 'Helpful resources', githubRepo: 'awslabs/aws-lambda-powertools-python', baseUrl: 'https://awslabs.github.io/aws-lambda-powertools-python', + algoliaApiKey: 'a8491b576861e819fd50d567134eb9ce', + algoliaIndexName: 'aws-lambda-powertools-python', sidebarCategories: { null: [ 'index'