-
Notifications
You must be signed in to change notification settings - Fork 21
DOCSP-44951 TOC Relabel #144
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
Conversation
✅ Deploy Preview for docs-rust 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.
Thanks for picking up this work @lindseymoore ! I left a couple suggestions to increase brevity and reduce duplication. Feel free to reach out if you have any questions!
source/usage-examples.txt
Outdated
Find a Document </usage-examples/findOne> | ||
Find Multiple Documents </usage-examples/find> | ||
Insert a Document </usage-examples/insertOne> | ||
Insert Multiple Documents </usage-examples/insertMany> | ||
Update a Document </usage-examples/updateOne> | ||
Update Multiple Documents </usage-examples/updateMany> | ||
Replace a Document </usage-examples/replace> | ||
Delete a Documents </usage-examples/deleteOne> | ||
Delete Multiple Documents </usage-examples/deleteMany> | ||
Count Documents </usage-examples/count> | ||
List Distinct Field Values </usage-examples/distinct> |
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.
Find a Document </usage-examples/findOne> | |
Find Multiple Documents </usage-examples/find> | |
Insert a Document </usage-examples/insertOne> | |
Insert Multiple Documents </usage-examples/insertMany> | |
Update a Document </usage-examples/updateOne> | |
Update Multiple Documents </usage-examples/updateMany> | |
Replace a Document </usage-examples/replace> | |
Delete a Documents </usage-examples/deleteOne> | |
Delete Multiple Documents </usage-examples/deleteMany> | |
Count Documents </usage-examples/count> | |
List Distinct Field Values </usage-examples/distinct> | |
Find One </usage-examples/findOne> | |
Find Multiple </usage-examples/find> | |
Insert One </usage-examples/insertOne> | |
Insert Multiple </usage-examples/insertMany> | |
Update One </usage-examples/updateOne> | |
Update Multiple </usage-examples/updateMany> | |
Replace One </usage-examples/replace> | |
Delete One </usage-examples/deleteOne> | |
Delete Multiple </usage-examples/deleteMany> | |
Count </usage-examples/count> | |
List Distinct Values </usage-examples/distinct> |
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.
Will rename parent section to 'CRUD Examples' to give more context when 'Document' is deleted.
Connection Guide </fundamentals/connections/connection-guide> | ||
Connection Options </fundamentals/connections/connection-options> |
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.
Connection Guide </fundamentals/connections/connection-guide> | |
Connection Options </fundamentals/connections/connection-options> | |
Guide </fundamentals/connections/connection-guide> | |
Options </fundamentals/connections/connection-options> |
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.
Would prefer to leave because it fits on one line. My reasoning is to provide the context in the TOC where possible when it becomes a title as vague as "Options" or "Guide". Think it burdens the user with additional cognitive load when they need to refer to the parent section name for context.
Cluster Monitoring </fundamentals/monitoring/cluster-monitoring> | ||
Command Monitoring </fundamentals/monitoring/command-monitoring> | ||
Connection Monitoring </fundamentals/monitoring/connection-monitoring> |
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.
Cluster Monitoring </fundamentals/monitoring/cluster-monitoring> | |
Command Monitoring </fundamentals/monitoring/command-monitoring> | |
Connection Monitoring </fundamentals/monitoring/connection-monitoring> | |
Cluster </fundamentals/monitoring/cluster-monitoring> | |
Command </fundamentals/monitoring/command-monitoring> | |
Connection </fundamentals/monitoring/connection-monitoring> |
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.
^same reasoning as above. Would prefer to leave.
Connection Troubleshooting </connection-troubleshooting> | ||
Operation Error Handling </op-error-handling> |
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.
Connection Troubleshooting </connection-troubleshooting> | |
Operation Error Handling </op-error-handling> | |
Troubleshooting </connection-troubleshooting> | |
Error Handling </op-error-handling> |
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.
Would prefer to leave. "Trouble shooting" and "error handling" could be synonymous without the additional context.
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 w/ suggestions
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.
Approved with Lauren's changes and the ones Lindsey wanted to keep as-is. Thank you!
(cherry picked from commit 427afa7)
(cherry picked from commit 427afa7)
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-v2.8 v2.8
# Navigate to the new working tree
cd .worktrees/backport-v2.8
# Create a new branch
git switch --create backport-144-to-v2.8
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 427afa7423d9ec861082e6a4d0b0a33f7f997980
# Push it to GitHub
git push --set-upstream origin backport-144-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 |
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-v2.7 v2.7
# Navigate to the new working tree
cd .worktrees/backport-v2.7
# Create a new branch
git switch --create backport-144-to-v2.7
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 427afa7423d9ec861082e6a4d0b0a33f7f997980
# Push it to GitHub
git push --set-upstream origin backport-144-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 |
(cherry picked from commit 427afa7)
(cherry picked from commit 427afa7)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-44951
Staging - https://deploy-preview-144--docs-rust.netlify.app/
Self-Review Checklist