10 lines
231 B
JavaScript
10 lines
231 B
JavaScript
var docsearch = require('../index.js');
|
|
|
|
docsearch({
|
|
apiKey: 'e3d767b736584dbe6d4c35f7cf7d4633',
|
|
indexName: 'react-native',
|
|
inputSelector: '#search-input',
|
|
debug: true,
|
|
});
|
|
|
|
document.getElementById('search-input').focus();
|