We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2706e commit b552a34Copy full SHA for b552a34
nginx.conf
@@ -305,6 +305,10 @@ server {
305
# Removed pages
306
# GPT plugins were discontinued April 9th, 2024 - https://help.openai.com/en/articles/8988022-winding-down-the-chatgpt-plugins-beta
307
rewrite ^/platform/integrations/chatgpt-plugin$ https://blog.apify.com/add-custom-actions-to-your-gpts/ redirect;
308
+
309
+ # Python docs
310
311
+ rewrite ^/api/client/python/docs$ /api/client/python/docs/overview/introduction permanent;
312
}
313
314
# Temporarily used to route crawlee.dev to the Crawlee GitHub pages.
0 commit comments