Skip to content

DOCSP-51276 >100 Words Page Fixes #196

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

Merged

Conversation

stephmarie17
Copy link
Collaborator

@stephmarie17 stephmarie17 commented Jul 23, 2025

Copy link

netlify bot commented Jul 23, 2025

Deploy Preview for docs-rust ready!

Name Link
🔨 Latest commit 0b0a958
🔍 Latest deploy log https://app.netlify.com/projects/docs-rust/deploys/688164133a80200008cd4f12
😎 Deploy Preview https://deploy-preview-196--docs-rust.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@docs-builder-bot
Copy link

🔄 Deploy Preview for docs-rust processing

Item Details
🔨 Latest Commit ca80ca6cb8a6ae4ba3b81facb4516d04100b0920
😎 Deploy Preview https://deploy-preview-196--docs-rust.netlify.app
🔍 Build Logs View Logs

@stephmarie17 stephmarie17 marked this pull request as ready for review July 23, 2025 22:41
Copy link
Collaborator

@mballard-mdb mballard-mdb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@rachel-mack rachel-mack merged commit 7eb6118 into mongodb:master Jul 24, 2025
6 checks passed
github-actions bot pushed a commit that referenced this pull request Jul 24, 2025
Copy link

The backport to v2.7 failed:

The process '/usr/bin/git' failed with exit code 1

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-v2.7 v2.7
# Navigate to the new working tree
cd .worktrees/backport-v2.7
# Create a new branch
git switch --create backport-196-to-v2.7
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7eb61183b4562fca0154bfc74cc43091f5f3fb9a
# Push it to GitHub
git push --set-upstream origin backport-196-to-v2.7
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v2.7

Then, create a pull request where the base branch is v2.7 and the compare/head branch is backport-196-to-v2.7.

Copy link

The backport to v2.8 failed:

The process '/usr/bin/git' failed with exit code 1

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-v2.8 v2.8
# Navigate to the new working tree
cd .worktrees/backport-v2.8
# Create a new branch
git switch --create backport-196-to-v2.8
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7eb61183b4562fca0154bfc74cc43091f5f3fb9a
# Push it to GitHub
git push --set-upstream origin backport-196-to-v2.8
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v2.8

Then, create a pull request where the base branch is v2.8 and the compare/head branch is backport-196-to-v2.8.

Copy link

The backport to v3.1 failed:

The process '/usr/bin/git' failed with exit code 1

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-v3.1 v3.1
# Navigate to the new working tree
cd .worktrees/backport-v3.1
# Create a new branch
git switch --create backport-196-to-v3.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7eb61183b4562fca0154bfc74cc43091f5f3fb9a
# Push it to GitHub
git push --set-upstream origin backport-196-to-v3.1
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v3.1

Then, create a pull request where the base branch is v3.1 and the compare/head branch is backport-196-to-v3.1.

Copy link

The backport to v3.0 failed:

The process '/usr/bin/git' failed with exit code 1

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-v3.0 v3.0
# Navigate to the new working tree
cd .worktrees/backport-v3.0
# Create a new branch
git switch --create backport-196-to-v3.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7eb61183b4562fca0154bfc74cc43091f5f3fb9a
# Push it to GitHub
git push --set-upstream origin backport-196-to-v3.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v3.0

Then, create a pull request where the base branch is v3.0 and the compare/head branch is backport-196-to-v3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants