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 3cc3dbc commit 4e35a06Copy full SHA for 4e35a06
nginx.conf
@@ -308,6 +308,8 @@ server {
308
# Removed pages
309
# GPT plugins were discontinued April 9th, 2024 - https://help.openai.com/en/articles/8988022-winding-down-the-chatgpt-plugins-beta
310
rewrite ^/platform/integrations/chatgpt-plugin$ https://blog.apify.com/add-custom-actions-to-your-gpts/ redirect;
311
+ # TypeScript course was removed from the Academy - https://github.com/apify/apify-docs/pull/1552
312
+ rewrite ^/academy/switching-to-typescript(/.*)?$ https://apify.com/templates/categories/typescript permanent;
313
314
# Python docs
315
0 commit comments