Skip to content

Commit a5ea779

Browse files
authored
Merge pull request #184 from reactjs/docsearch
add docsearch
2 parents d0e66b1 + c3a73e6 commit a5ea779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/LayoutHeader/DocSearch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class DocSearch extends Component<{}, State> {
2222
// eslint-disable-next-line no-undef
2323
if (window.docsearch) {
2424
window.docsearch({
25-
apiKey: '36221914cce388c46d0420343e0bb32e',
26-
indexName: 'react',
25+
apiKey: 'c768ab92aabcfa2883092851022a378b',
26+
indexName: 'reactjs_es',
2727
inputSelector: '#algolia-doc-search',
2828
});
2929
} else {

0 commit comments

Comments
 (0)