-
Notifications
You must be signed in to change notification settings - Fork 116
docs: redirect SDK JS versions
page to changelog
#1714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a redirect rule to redirect traffic from the deprecated /sdk/js/versions
page to the new changelog location at /sdk/js/docs/changelog
. This change consolidates version information access and improves navigation for users looking for SDK version details.
- Adds a single nginx rewrite rule to redirect the versions page to the changelog
Preview for this PR was built for commit |
we have the same page on other places too, with the same issue (python seems to be all right, which is a bit weird) https://docs.apify.com/api/client/js/versions |
huh, even here https://docs.apify.com/versions |
and lets redirect the JS crawlee page too, since its handled in this repo |
Preview for this PR was built for commit |
Removes unused `/versions` page from the documentation. Redirects to `/docs/changelog` handled in apify/apify-docs#1714
Removes unused `/versions` page from the documentation. Redirects to `/docs/changelog` handled in apify/apify-docs#1714
Removes unused `/versions` page from the documentation. Redirects to `/docs/changelog` handled in apify/apify-docs#1714
Redirects the traffic from
/sdk/js/versions
to/sdk/js/docs/changelog
Connected to apify/apify-sdk-js#416
Alternatively, we don't have to merge this (to keep the
nginx
conf clean), theversions
page had likely 0 traffic (only linked from the sitemap).