Skip to content

[C++] Duplicate Titles - Connect to MongoDB #109

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
merged 2 commits into from
Mar 11, 2025

Conversation

rachel-mack
Copy link
Collaborator

@rachel-mack rachel-mack commented Mar 10, 2025

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-48230

Merging the Get Started section into one page, per the new TOC guidelines
Ignoring language-related vale complaints because this is all c+p.

Staging Links

  • get-started
  • Self-Review Checklist

    • Is this free of any warnings or errors in the RST?
    • Did you run a spell-check?
    • Did you run a grammar-check?
    • Are all the links working?
    • Are the facets and meta keywords accurate?

    Copy link

    netlify bot commented Mar 10, 2025

    Deploy Preview for docs-cpp ready!

    Name Link
    🔨 Latest commit a184d11
    🔍 Latest deploy log https://app.netlify.com/sites/docs-cpp/deploys/67d04cda5c8cc60008226093
    😎 Deploy Preview https://deploy-preview-109--docs-cpp.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 site configuration.

    Copy link
    Collaborator

    @jordan-smith721 jordan-smith721 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 d36d4cc into mongodb:master Mar 11, 2025
    5 of 6 checks passed
    Copy link

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

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

    Copy link

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

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

    rachel-mack added a commit to rachel-mack/docs-cpp that referenced this pull request Mar 11, 2025
    @rachel-mack rachel-mack deleted the DOCSP-48229 branch March 12, 2025 14:30
    rachel-mack added a commit that referenced this pull request Mar 12, 2025
    #110)
    
    * [C++] Duplicate Titles - Connect to MongoDB (#109)
    
    * vale error
    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.

    2 participants