@apify/docs-theme 1.0.167 → 1.0.169

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 +2 -2
  2. package/src/config.js +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.167",
3
+ "version": "1.0.169",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -25,7 +25,7 @@
25
25
  "algoliasearch": "^5.19.0",
26
26
  "algoliasearch-helper": "^3.22.6",
27
27
  "axios": "^1.7.9",
28
- "babel-loader": "^9.2.1",
28
+ "babel-loader": "^10.0.0",
29
29
  "docusaurus-gtm-plugin": "^0.0.2",
30
30
  "postcss-preset-env": "^10.1.3",
31
31
  "prism-react-renderer": "^2.4.1",
package/src/config.js CHANGED
@@ -125,6 +125,10 @@ const themeConfig = ({
125
125
  label: 'Apify on GitHub',
126
126
  href: 'https://github.com/apify',
127
127
  },
128
+ {
129
+ label: 'Actor Whitepaper',
130
+ href: 'https://whitepaper.actor',
131
+ },
128
132
  ],
129
133
  },
130
134
  {