Skip to content

Commit 34c21e4

Browse files
arthurdenneralexkrolick
authored andcommitted
Add Algolia search (testing-library#27)
1 parent 845bbff commit 34c21e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/siteConfig.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ const siteConfig = {
145145
// template. For example, if you need your repo's URL...
146146
repoUrl: 'https://github.com/kentcdodds/dom-testing-library',
147147
docsRepoUrl: 'https://github.com/alexkrolick/testing-library-docs',
148+
149+
// Algolia DocSearch config
150+
algolia: {
151+
apiKey: 'bda29e6557dc5be1ce5c05f2dbff8f33',
152+
indexName: 'testing-library',
153+
},
148154
}
149155

150156
module.exports = siteConfig

0 commit comments

Comments
 (0)