There was an error while loading. Please reload this page.
1 parent 845bbff commit 34c21e4Copy full SHA for 34c21e4
website/siteConfig.js
@@ -145,6 +145,12 @@ const siteConfig = {
145
// template. For example, if you need your repo's URL...
146
repoUrl: 'https://github.com/kentcdodds/dom-testing-library',
147
docsRepoUrl: 'https://github.com/alexkrolick/testing-library-docs',
148
+
149
+ // Algolia DocSearch config
150
+ algolia: {
151
+ apiKey: 'bda29e6557dc5be1ce5c05f2dbff8f33',
152
+ indexName: 'testing-library',
153
+ },
154
}
155
156
module.exports = siteConfig
0 commit comments