Skip to content
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

Redirect rapids.ai/cloud to the RAPIDS Cloud Deployment docs and other redirect fixes #275

Merged
merged 6 commits into from
Jan 18, 2023

Conversation

jacobtomlinson
Copy link
Member

@jacobtomlinson jacobtomlinson commented Dec 16, 2022

With the 22.12 release the RAPIDS Cloud Deployment documentation now contains a superset of the information on rapids.ai/cloud and will be maintained and updated going forwards with each release.

It was raised during the developer review that the instructions on rapids.ai/cloud were out of date and the reviewers didn't find the new documentation at all, so this PR redirects the rapids.ai/cloud page over to the new docs.

Closes rapidsai/deployment#67 and helps #265

@ajschmidt8
Copy link
Member

ajschmidt8 commented Dec 16, 2022

@jacobtomlinson, just a heads up. We recently switched our hosting from GitHub Pages to Netlify.

Because of this, we can now commit a configuration file to our repository in order to configure server-side redirects (e.g. 301 redirects) instead of the client-side redirects that we did with GitHub Pages. Check out the Netlify docs below for more details! Take special note of the Jekyll instructions on that page.

@jacobtomlinson
Copy link
Member Author

Thanks @ajschmidt8 just circling back here.

I've updated the PR to use the Netlify redirect style. This also meant removing the existing _redirects collection due to the naming collision and updating the slack invite redirect to also use the Netlify style. I also saw the Sagemaker Studio Lab page had a redirect similar to the cloud one I proposed so I updated that too.

@jacobtomlinson jacobtomlinson changed the title Redirect rapids.ai/cloud to the RAPIDS Cloud Deployment docs Redirect rapids.ai/cloud to the RAPIDS Cloud Deployment docs and other redirect fixes Jan 13, 2023
@exactlyallan exactlyallan merged commit 90346d7 into rapidsai:gh-pages Jan 18, 2023
ajschmidt8 added a commit to ajschmidt8/rapids.ai that referenced this pull request Jan 18, 2023
This PR is a continuation of rapidsai#275.

Since we've recently switched our site hosting to Netlify, and therefore have access to server side redirects via the `_redirects` file, we can remove the `jekyll-redirect-from` plugin (which does client side redirects) and replace any instances where it was used with proper server side redirects.

This PR makes those changes.
@ajschmidt8
Copy link
Member

@exactlyallan beat me by a minute to update/merge this PR 🙃.

posted some additional changes here! #287

@jacobtomlinson jacobtomlinson deleted the redirect-cloud branch January 19, 2023 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redirect rapids.ai/cloud to the Cloud section of the docs
3 participants