@apify/docs-theme 1.0.177 → 1.0.178

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.177",
3
+ "version": "1.0.178",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
package/src/config.js CHANGED
@@ -273,7 +273,7 @@ const themeConfig = {
273
273
  algolia: {
274
274
  appId: 'N8EOCSBQGH',
275
275
  apiKey: 'e97714a64e2b4b8b8fe0b01cd8592870', // search only (public) API key
276
- indexName: 'test_test_apify_sdk',
276
+ indexName: 'apify_sdk_v2',
277
277
  algoliaOptions: {
278
278
  facetFilters: ['version:VERSION'],
279
279
  },
@@ -59,7 +59,7 @@ export default function SearchBar() {
59
59
  <BrowserOnly>
60
60
  {() => <ApifySearch
61
61
  algoliaAppId={siteConfig.themeConfig.algolia.appId}
62
- algoliaIndexName='test_test_apify_sdk'
62
+ algoliaIndexName='apify_sdk_v2'
63
63
  algoliaKey={siteConfig.themeConfig.algolia.apiKey}
64
64
  filters={`version:${getVersion()}`}
65
65
  navigate={navigate}