-
Notifications
You must be signed in to change notification settings - Fork 29
DOCSP-51416 Network Compression #162
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-51416 Network Compression #162
Conversation
✅ Deploy Preview for docs-ruby ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
🔄 Deploy Preview for docs-ruby processing
|
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.
Pull Request Overview
This PR introduces a new guide on configuring network compression in the Ruby driver and updates the navigation to surface that content.
- Adds a “Compress Network Traffic” page outlining supported algorithms and configuration methods.
- Updates
connection-options.txt
to include the new compression page in its toctree and removes obsolete entries fromconnect.txt
. - Registers
connect/connection-options
as a landing page insnooty.toml
.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
source/connect/network-compression.txt | New documentation page for enabling network compression |
source/connect/connection-options.txt | Added “Compress Network Traffic” entry to toctree |
source/connect.txt | Removed outdated links (Stable API, TLS, CSTO) |
snooty.toml | Added connect/connection-options to landing pages |
Comments suppressed due to low confidence (2)
source/connect/network-compression.txt:30
- [nitpick] The section heading ‘Specify Connection Algorithms’ may be unclear; consider renaming it to ‘Specify Compression Algorithms’ to better reflect the topic.
Specify Connection Algorithms
source/connect/network-compression.txt:15
- Consider adding a note about the minimum supported MongoDB server version (e.g., MongoDB 3.4+) for network compression to clarify compatibility requirements.
The {+driver-short+} supports network compression to reduce the amount
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.
nice job! some nits/suggestions, lgtm
* DOCSP-51932: v2.21.2 patch release (#163) * change TOC name (#165) * add a redirect (#169) * [Ruby] TOC Reorg (#160) * toc reorg * tweaks * DOCSP-51415 Add causal consistency section (#161) * [Ruby] CRUD - Upsert (#164) * DOCSP-51932: v2.21.2 patch release (#163) * add upsert section * reference * LM feedback * checkout snooty --------- Co-authored-by: Nora Reidy <nora.reidy@mongodb.com> * DOCSP-51416 Network Compression (#162) * [Ruby] Load Balancers (#166) * DOCSP-51932: v2.21.2 patch release (#163) * client option * undo snooty change * formatting * formatting * DR feedback --------- Co-authored-by: Nora Reidy <nora.reidy@mongodb.com> * [Ruby] Extended JSON (#168) * DOCSP-51932: v2.21.2 patch release (#163) * shared content * write * link formatting * link formatting * NR feedback * NR feedback * JB feedback * rephrase * remove extra change --------- Co-authored-by: Nora Reidy <nora.reidy@mongodb.com> --------- Co-authored-by: Nora Reidy <nora.reidy@mongodb.com> Co-authored-by: shuangela <angela.shu@mongodb.com> Co-authored-by: Jordan Smith <45415425+jordan-smith721@users.noreply.github.com>
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-51416
Staging Links
Self-Review Checklist