We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8fc1d6 commit 3e28369Copy full SHA for 3e28369
script/component/MainPage.js
@@ -108,9 +108,9 @@ const MainPage = {
108
109
docsearch({
110
container: '#docsearch',
111
- appId: 'YOUR_APP_ID', // TODO: replace with `appId` from https://docsearch.algolia.com/apply/
112
- indexName: 'YOUR_INDEX_NAME', // TODO: replace with `indexName` from https://docsearch.algolia.com/apply/
113
- apiKey: 'YOUR_SEARCH_API_KEY' // TODO: replace with `apiKey` from https://docsearch.algolia.com/apply/
+ appId: '2UUKVSBT3M',
+ indexName: 'typeorm',
+ apiKey: '8392de2c2e76d873b60bf10562aab788'
114
});
115
},
116
methods: {
0 commit comments