-
Notifications
You must be signed in to change notification settings - Fork 73
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
DOP-4452: Add bucket routing rule to rehome Realm docs from /docs/realm to /docs/atlas/device-sdks #1026
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.
I believe pushing this up to certain branches (main and integration, etc.) will write it to AWS for those environments. I could be wrong, but I've seen it happen recently.
To test, I belieeeeve you could takeover preprd, push this up to it, and it should be altered within dotcomstg!
Your feature branch infrastructure has been deployed! Your webhook URL is: https://fiwaec1lr7.execute-api.us-east-2.amazonaws.com/prod/webhook/githubEndpoint/trigger/build For more information on how to use this endpoint, follow these instructions. |
## Pull Request Info Jira ticket: https://jira.mongodb.org/browse/DOP-4452 [Here](https://mongodbcom-cdn.website.staging.corp.mongodb.com/docs-qa/atlas/device-sdks/) is a staging link - unfortunately, however, redirects do not work in preprod 😭 ### Reminder Checklist Before merging your PR, make sure to check a few things. - [ ] Did you tag pages appropriately? - genre - meta.keywords - meta.description - [x] Describe your PR's changes in the Release Notes section - [ ] Create a Jira ticket for related docs-app-services work, if any ### Release Notes This adds redirects from /docs/realm/ to /docs/atlas/device-sdks/ for routes not covered by the [AWS bucket routing rules](mongodb/docs-worker-pool#1026) added for top-level directories. I believe I have covered all pages that still seem to have content/exist (out of top-level routes), but might be missing some things if they're hidden outside of the `/source` folder. I also updated the title to be plural so that it shows up as such in the sidenav. <!-- - **Kotlin** SDK - Realm/Manage Realm Files/Encrypt a Realm: Add information on encryption for local and synced realms. --> ### Review Guidelines [REVIEWING.md](https://github.com/mongodb/docs-realm/blob/master/REVIEWING.md)
Stories/Links:
DOP-4452
Rerouting all
/docs/realm
sites to/docs/atlas/device-sdks
.Adding this so that the bucket routing rules I created in AWS don't get overwritten by the next release.
Notes:
Not 100% sure how to test this?
README updates