-
Notifications
You must be signed in to change notification settings - Fork 34
DOCSP-46751 change title in PHP library docs to avoid duplicate #208
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
DOCSP-46751 change title in PHP library docs to avoid duplicate #208
Conversation
✅ Deploy Preview for docs-php-library ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
LGTM!
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.
New URL + redirect needed! Thx!
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.
make sure you fix the link redirect before merging
config/redirects
Outdated
@@ -8,6 +8,7 @@ symlink: current -> v1.20 | |||
# general redirects | |||
[v1.17-v1.19]: ${prefix}/${version}/tutorial/client-side-encryption/ -> ${base}/${version}/tutorial/encryption/ | |||
[v1.16]: ${prefix}/${version}/tutorial/encryption/ -> ${base}/${version}/ | |||
[v1.20-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/get-started/run-sample-query/ |
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.
[v1.20-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/get-started/run-sample-query/ | |
[v1.20-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/${version}/get-started/run-sample-query/ |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v1.20 v1.20
# Navigate to the new working tree
cd .worktrees/backport-v1.20
# Create a new branch
git switch --create backport-208-to-v1.20
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 22e71d14a55ce1f22799227ed52e9ba328315a45
# Push it to GitHub
git push --set-upstream origin backport-208-to-v1.20
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v1.20 Then, create a pull request where the |
…ect-duplicate-title DOCSP-46751 change title in PHP library docs to avoid duplicate (cherry picked from commit 22e71d1) cherry pick backport
Merge pull request #208 from shuangela/DOCSP-46751-change-connect-dup…
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-46751
Staging - https://deploy-preview-208--docs-php-library.netlify.app/get-started/run-sample-query/
Self-Review Checklist