@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.
- package/package.json +1 -1
- package/src/config.js +14 -6
package/package.json
CHANGED
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: '
|
|
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
|
{
|