File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -526,6 +526,10 @@ server {
526526 rewrite ^/scraping/tutorial/introduction$ /academy/apify-scrapers/getting-started permanent;
527527 rewrite ^/scraping/tutorial/web-scraper$ /academy/apify-scrapers/web-scraper permanent;
528528
529+ # apify-client-js restructuring
530+ rewrite ^/api/client/js/docs/getting-started$ /api/client/js/docs/introduction/quick-start permanent;
531+ rewrite ^/api/client/js/docs/examples$ /api/client/js/docs/guides/examples permanent;
532+
529533 # Articles moved from the platform documentation to the Academy
530534 # Web Scraping 101
531535 rewrite ^/platform/web-scraping-101 $ /academy/web-scraping-for -beginners redirect;
@@ -634,7 +638,13 @@ server {
634638
635639 # Python docs
636640
637- rewrite ^/api/client/python/docs$ /api/client/python/docs/overview/introduction permanent;
641+ # apify-client-python restructuring
642+
643+ rewrite ^/api/client/python/docs/overview$ /api/client/python/docs permanent;
644+ rewrite ^/api/client/python/docs/examples/passing-input-to-actor$ /api/client/python/docs/guides/passing-input-to-actor permanent;
645+ rewrite ^/api/client/python/docs/examples/manage-tasks-for -reusable-input$ /api/client/python/docs/guides/manage-tasks-for -reusable-input permanent;
646+ rewrite ^/api/client/python/docs/examples/retrieve-actor-data$ /api/client/python/docs/guides/retrieve-actor-data permanent;
647+ rewrite ^/api/client/python/docs/examples/integration-with-data-libraries$ /api/client/python/docs/guides/integration-with-data-libraries permanent;
638648
639649 # API docs reorganization
640650
You can’t perform that action at this time.
0 commit comments