fix(examples): use new infra credentials
This commit is contained in:
parent
891fd88d1b
commit
65d9414fce
4 changed files with 10 additions and 8 deletions
|
|
@ -10,7 +10,8 @@ function App() {
|
|||
<h1>DocSearch v3 - React</h1>
|
||||
<DocSearch
|
||||
indexName="docsearch"
|
||||
apiKey="25626fae796133dc1e734c6bcaaeac3c"
|
||||
appId="R2IYF7ETH7"
|
||||
apiKey="599cec31baffa4868cae4e79f180729b"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -6,5 +6,6 @@ import '@docsearch/css';
|
|||
docsearch({
|
||||
container: '#docsearch',
|
||||
indexName: 'docsearch',
|
||||
apiKey: '25626fae796133dc1e734c6bcaaeac3c',
|
||||
appId: 'R2IYF7ETH7',
|
||||
apiKey: '599cec31baffa4868cae4e79f180729b',
|
||||
});
|
||||
|
|
|
|||
|
|
@ -157,8 +157,8 @@ If you're eager to test DocSearch v3 and can't wait to receive your credentails,
|
|||
|
||||
```js
|
||||
docsearch({
|
||||
appId: 'BH4D9OD16A',
|
||||
apiKey: '25626fae796133dc1e734c6bcaaeac3c',
|
||||
appId: 'R2IYF7ETH7',
|
||||
apiKey: '599cec31baffa4868cae4e79f180729b',
|
||||
indexName: 'docsearch',
|
||||
});
|
||||
```
|
||||
|
|
@ -171,8 +171,8 @@ docsearch({
|
|||
|
||||
```jsx
|
||||
<DocSearch
|
||||
appId="BH4D9OD16A"
|
||||
apiKey="25626fae796133dc1e734c6bcaaeac3c"
|
||||
appId="R2IYF7ETH7"
|
||||
apiKey="599cec31baffa4868cae4e79f180729b"
|
||||
indexName="docsearch"
|
||||
/>
|
||||
```
|
||||
|
|
|
|||
|
|
@ -44,8 +44,8 @@ If you're eager to test DocSearch but don't have any credentials of your own yet
|
|||
|
||||
```javascript
|
||||
docsearch({
|
||||
appId: 'BH4D9OD16A',
|
||||
apiKey: '25626fae796133dc1e734c6bcaaeac3c',
|
||||
appId: 'R2IYF7ETH7',
|
||||
apiKey: '599cec31baffa4868cae4e79f180729b',
|
||||
indexName: 'docsearch',
|
||||
});
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue