@apify/docs-theme 1.0.228 → 1.0.229

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 +14 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.228",
3
+ "version": "1.0.229",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
package/src/config.js CHANGED
@@ -110,22 +110,30 @@ const themeConfig = {
110
110
  href: 'https://crawlee.dev',
111
111
  rel: 'dofollow',
112
112
  },
113
- {
114
- label: 'Got Scraping',
115
- href: 'https://github.com/apify/got-scraping',
116
- },
117
113
  {
118
114
  label: 'Fingerprint Suite',
119
115
  href: 'https://github.com/apify/fingerprint-suite',
120
116
  },
121
117
  {
122
- label: 'Apify on GitHub',
123
- href: 'https://github.com/apify',
118
+ label: 'impit',
119
+ href: 'https://github.com/apify/impit',
120
+ },
121
+ {
122
+ label: 'MCP CLI',
123
+ href: 'https://github.com/apify/mcp-cli',
124
124
  },
125
125
  {
126
126
  label: 'Actor whitepaper',
127
127
  href: 'https://whitepaper.actor',
128
128
  },
129
+ {
130
+ label: 'proxy-chain',
131
+ href: 'https://github.com/apify/proxy-chain',
132
+ },
133
+ {
134
+ label: 'Apify on GitHub',
135
+ href: 'https://github.com/apify',
136
+ },
129
137
  ],
130
138
  },
131
139
  {