@apify/docs-theme 1.0.154 → 1.0.155

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 +11 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.154",
3
+ "version": "1.0.155",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
package/src/config.js CHANGED
@@ -225,6 +225,13 @@ const themeConfig = ({
225
225
  target: '_self',
226
226
  rel: 'dofollow',
227
227
  },
228
+ {
229
+ label: 'Open source',
230
+ href: `${absoluteUrl}/open-source/`, // we need a trailing slash here, we'd get redirected there anyway
231
+ position: 'left',
232
+ target: '_self',
233
+ rel: 'dofollow',
234
+ },
228
235
  ],
229
236
  },
230
237
  {
@@ -239,6 +246,10 @@ const themeConfig = ({
239
246
  label: 'GitHub',
240
247
  href: 'https://github.com/apify',
241
248
  },
249
+ {
250
+ label: 'Trust Center',
251
+ href: 'https://trust.apify.com',
252
+ },
242
253
  ],
243
254
  },
244
255
  ],