Skip to content

Commit 3403e71

Browse files
authored
feat: add algolia search for docs and api ref (#39)
Signed-off-by: heitorlessa <[email protected]>
1 parent 0260f8a commit 3403e71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: docs/gatsby-config.js

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ module.exports = {
1515
menuTitle: 'Helpful resources',
1616
githubRepo: 'awslabs/aws-lambda-powertools-python',
1717
baseUrl: 'https://awslabs.github.io/aws-lambda-powertools-python',
18+
algoliaApiKey: 'a8491b576861e819fd50d567134eb9ce',
19+
algoliaIndexName: 'aws-lambda-powertools-python',
1820
sidebarCategories: {
1921
null: [
2022
'index'

0 commit comments

Comments
 (0)