11 lines
280 B
JavaScript
11 lines
280 B
JavaScript
// eslint-disable-next-line import/no-commonjs
|
|
const docsearch = require('../index.js');
|
|
|
|
docsearch({
|
|
apiKey: 'e3d767b736584dbe6d4c35f7cf7d4633',
|
|
indexName: 'react-native',
|
|
inputSelector: '#search-input',
|
|
debug: true,
|
|
});
|
|
|
|
document.getElementById('search-input').focus();
|