-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-959 minor copy edits #529
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
||
.. code-block:: javascript | ||
|
||
conn = new Mongo(); | ||
db = conn.getDB("myDatabase"); | ||
|
||
Additionally, you can use the ``connect`` method to connect to the | ||
Additionally, you can use the ``connect()`` method to connect to the |
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.
should we document connect() separately?
mongo-cr-bot
pushed a commit
that referenced
this pull request
Feb 10, 2022
* DOCSP-10709 adjusting compass insert docs so they work * fix id:compass * fix qty double quotes * remove Currently, MongoDB Compass multiple document verbiage * fix documents * update documents * remove empty compass tab * add compass tab to driver-example-insert-3.rst
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
May 22, 2025
* (DOCSP-45308) Edits. * (DOCSP-45308) Verify shard key. * (DOCSP-45308) Edits. * (DOCSP-45308) Condense code example. * (DOCSP-45308) edits. * (DOCSP-45308) Edits. * Update source/reference/verification.txt * Update source/reference/verification.txt --------- Co-authored-by: Ashley Brown <98361885+mdb-ashley@users.noreply.github.com> Co-authored-by: Felipe Gasper <FGasper@users.noreply.github.com>
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 9, 2025
* DOCSP-28944 Stage Wizard Procedures (#492) * DOCSP-28944 Stage Wizard Procedures * wording * update screenshots * update screenshot size * NV feedback * BC feedback * DOCSP-29483 Stage Wizard Aggregation Stages (#497) * DOCSP-29483 Stage Wizard Pipeline Use Cases * alphabetize stages * missing period * note on simple uses cases via BC feedback * wording * intro text rewrite * drag and drop functionality * wording * wording * DOCSP-30041 Stage Wizard Icon Screenshots (#504) * DOCSP-29657 Stage wizard search input (#503) * DOCSP-29657 Stage Wizard Search function * delete line * wording * wording * formatting, typos, and new step * DOCSP-30592 Create Aggregation Pipeline Page (#506) * DOCSP-30592 Create Aggregation Pipeline Page * delete page * toc * toc * image res * image res * learn more * learn more * bullet * fix depth * AB feedback' * revert indentations * DOCSP-30593 Save a Pipeline Task Page (#507) * DOCSP-30593 Save a Pipeline Task Page * build errors * new learn more link, typo fixes * create a view page * toc * newline * build errors * AB feedback * DOCSP-30594 Open Saved Pipeline (#513) * DOCSP-30594 Open Saved Pipeline * copy * copy * typos * DC feedback * feedback * view vs tab * DOCSP-30595 Remove Import Pipeline from Text Page (#517) * DOCSP-30595 Remove Import Pipeline from Text Page * toc build error * DOCSP-30596 View Explain Plans (#520) * DOCSP-30596 View Explain Plans * wording * add under learn more * ref link * SO feedback * DOCSP-30597 Specify Custom Collation (#524) * DOCSP-30597 Specify Custom Collation * about section * link * JA feedback * typo * nits * DOCSP-30598 maxTimeMS Task Page (#526) * DOCSP-30598 maxTimeMS Task Page * add to toc * move content * small changes * wording * JA feedback * wording * JA About This Task feedback * DOCSP-30599 Export Aggregation Results in Compass (#529) * DOCSP-30599 Export Aggregation Results in Compass * wording * * * * * JA feedback * resize table * more feedback * style * DOCSP-31488 Create a View from Pipeline Results (#533) * DOCSP-31488 Create a View from Pipeline Results * image resize * wording * SO feedback + info typing fixes * eye icon * DOCSP-31489 Count Result Documents (#534) * DOCSP-31489 Count Result Documents * icon * new icon * copy * JD feedback * wording * DOCSP-31490 Pipeline Settings Reference Page (#536) * DOCSP-31490 Pipeline Settings Reference Page * add to toc * wording * DOCSP-27738 Aggregation Pipeline Refactor Cleanup (#538) * DOCSP-27738 Aggregation Pipeline Refactor Cleanup * remove version number * remove unnecessary Before you Begin section * remove periods from steps * remove font treatment from headers * typo * more font treatment fixes * spacing * JA feedback * JO feedback for importing pipelines * build errors * JA feedback - driver docs link * JO feedback - import text pipeline note
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 16, 2025
* (DOCSP-16269) 1.16.0 release notes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.