@apify/docs-theme 1.0.56 → 1.0.58

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/config.js +9 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.56",
3
+ "version": "1.0.58",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
package/src/config.js CHANGED
@@ -138,8 +138,7 @@ const themeConfig = ({
138
138
  darkTheme: require('prism-react-renderer/themes/dracula'),
139
139
  additionalLanguages: ['docker', 'log'],
140
140
  },
141
- // metadata: [{ name: 'robots', content: 'noindex, nofollow' }],
142
- image: 'https://apify.com/img/og/docs.png',
141
+ image: 'img/docs-og.png',
143
142
  footer: {
144
143
  links: [
145
144
  {
@@ -233,15 +232,14 @@ const themeConfig = ({
233
232
  height: '60px',
234
233
  },
235
234
  },
236
- // TODO!
237
- // algolia: {
238
- // appId: 'N8EOCSBQGH',
239
- // apiKey: 'b43e67a96ed18c7f63f5fd965906a96d', // search only (public) API key
240
- // indexName: 'apify_sdk',
241
- // algoliaOptions: {
242
- // facetFilters: ['version:VERSION'],
243
- // },
244
- // },
235
+ algolia: {
236
+ appId: 'N8EOCSBQGH',
237
+ apiKey: 'b43e67a96ed18c7f63f5fd965906a96d', // search only (public) API key
238
+ indexName: 'apify_sdk',
239
+ algoliaOptions: {
240
+ facetFilters: ['version:VERSION'],
241
+ },
242
+ },
245
243
  });
246
244
 
247
245
  module.exports = {