Skip to content

Conversation

nlarew
Copy link
Collaborator

@nlarew nlarew commented Apr 10, 2025

Adds missing meta descriptions generated by the Education AI Team\n\nSOURCE: https://docs.google.com/spreadsheets/d/1fdrjF4Ms9fMl96zLiLGsYD_V38rTfPLuKs5VQk4vz6E/edit?gid=1166644539

Copy link

netlify bot commented Apr 10, 2025

Deploy Preview for docs-golang ready!

Name Link
🔨 Latest commit d17fce5
🔍 Latest deploy log https://app.netlify.com/sites/docs-golang/deploys/67fd1b6c4e42990008ecbe69
😎 Deploy Preview https://deploy-preview-488--docs-golang.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.

@rachel-mack rachel-mack merged commit 7107385 into master Apr 14, 2025
4 of 6 checks passed
Copy link

The backport to v2.2 failed:

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

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

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

rachel-mack added a commit to rachel-mack/docs-golang that referenced this pull request Apr 14, 2025
Add missing meta descriptions

(cherry picked from commit 7107385)
rachel-mack added a commit that referenced this pull request Apr 14, 2025
Merge pull request #488 from mongodb/missing-meta-descriptions
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