Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #119 from iterative/updated-docssearch
Browse files Browse the repository at this point in the history
  • Loading branch information
yathomasi authored Jun 30, 2022
2 parents b1541dd + 39b3f3f commit 99e54a7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const SearchForm: React.FC = props => {
if (window.docsearch) {
window.docsearch({
appId: 'MY83GIY4K1',
apiKey: '3167487c02cc2d86a6ef55e1aaf1839a',
indexName: 'mlemai',
apiKey: '4c0d424a60409151bc9d711068cfedfe',
indexName: 'mlemai_doc',
inputSelector: '#doc-search',
debug: false // Set to `true` if you want to inspect the dropdown
})
Expand All @@ -38,8 +38,8 @@ const SearchForm: React.FC = props => {
} else {
window.docsearch({
appId: 'MY83GIY4K1',
apiKey: '3167487c02cc2d86a6ef55e1aaf1839a',
indexName: 'mlemai',
apiKey: '4c0d424a60409151bc9d711068cfedfe',
indexName: 'mlemai_doc',
inputSelector: '#doc-search',
debug: false // Set to `true` if you want to inspect the dropdown
})
Expand Down

0 comments on commit 99e54a7

Please sign in to comment.