Update credentials
This commit is contained in:
parent
ab1a299c54
commit
f937793890
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import documentationSearch from '../index.js';
|
||||
|
||||
documentationSearch({
|
||||
apiKey: '7cad300559017ed67717c9c6cba2666d',
|
||||
indexName: 'stripe',
|
||||
apiKey: '14d0acfb8112462711980dd2a5e5c43d',
|
||||
indexName: 'stripe-dev',
|
||||
inputSelector: '#search-input'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
let prefix = 'documentationsearch--suggestion';
|
||||
let prefix = 'ads-suggestion';
|
||||
|
||||
let templates = {
|
||||
suggestion: `
|
||||
|
|
|
|||
Loading…
Reference in a new issue