DOCS-134 review#4
Merged
Merged
Conversation
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
May 22, 2025
DOCSP-22673 Create FAQ page
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jun 2, 2025
* DOCSP-44808-intellij-installation * finish procedures * * * more feedback * * * add image of official plugin * *
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jun 16, 2025
Makes approved changes from cloud-docs PR and resolves errors
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jul 1, 2025
[Jira](https://jira.mongodb.org/browse/DOCSP-34607) [Staging](https://preview-mongodbsarahsimpers.gatsbyjs.io/ops-manager/DOCSP-34607/) [Build](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=657e05e07a5cb5fef5d15ca9) Builds without errors! Cherry-picks from https://github.com/10gen/docs-ops-manager/pull/5 plus a few cleanup commits --------- Co-authored-by: Evelyn Rabil <114026323+erabil-mdb@users.noreply.github.com>
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jul 15, 2025
* add content
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jul 17, 2025
Co-authored-by: Jordan Smith <45415425+jordan-smith721@users.noreply.github.com>
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jul 21, 2025
Update compatible .Net version
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jul 21, 2025
* DOCSP-46516: Setup * more files * test script * edit * JS feedback
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jul 21, 2025
* DOCSP-29036: Performance monitoring files * most apm * rest of apm methods
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jul 23, 2025
* DOCSP-12233: redirect pages in /upcoming navigation bar to /master
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jul 23, 2025
011024 backslash fix
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jul 25, 2025
DOCSP-30521: fundamentals landing page
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jul 25, 2025
DOCSP-37719: QS primer page
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jul 25, 2025
* DOCSP-38316: bson * add meta tags * CC suggestions
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jul 30, 2025
(cherry picked from commit b9a7270)
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jul 30, 2025
* DOCSP-13827: add go quick-start * wording changes * nits * Update source/includes/quick-start/main.go Co-authored-by: Isabella Siu <sakurablossom@blueblueworld.com> * remove pointless else * comments * addressing comments * update query output * Update source/quick-start.txt Co-authored-by: Kevin Albertson <kevin.albertson@10gen.com> * add another note for sample dataset Co-authored-by: Isabella Siu <sakurablossom@blueblueworld.com> Co-authored-by: Kevin Albertson <kevin.albertson@10gen.com>
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Jan 13, 2026
(DOCSP-46528): Consolidate semantic search tutorial notebooks
mongodb-server-docs-sync-bot Bot
pushed a commit
that referenced
this pull request
Feb 5, 2026
… & Vector Search (#17688) ## Summary Corrects the Data Explorer navigation instructions for accessing the Search & Vector Search page. The previous instructions incorrectly stated that clicking the "Indexes" tab would directly display the Atlas Search page, but users actually need to click the "Search and Vector Search" link in the banner after accessing the Indexes tab. ## Changes Made - **content/atlas/source/includes/nav/steps-atlas-search.rst**: Added missing step to click "Search and Vector Search" link in banner - **content/atlas/source/includes/nav/steps-search-simple.rst**: Added missing step to click "Search and Vector Search" link in banner - **content/guides/source/includes/nav/steps-atlas-search.rst**: Added missing step to click "Search and Vector Search" link in banner ## Technical Details The issue was identified in DOCSP-56064 where the Data Explorer navigation instructions were incomplete. The current workflow is: 1. Navigate to Data Explorer 2. Expand database and select collection 3. Click the "Indexes" tab 4. **[MISSING STEP]** Click the "Search and Vector Search" link in the banner 5. Atlas Search page displays The missing step (#4) has been added to all three navigation include files to provide accurate instructions. ## Testing - [x] Verified the corrected steps match the actual UI workflow described in the ticket - [x] Maintained consistent formatting and indentation across all three files - [x] Ensured the additional step is properly numbered in the sequence Fixes: [DOCSP-56064](https://jira.mongodb.org/browse/DOCSP-56064) ## Stage - https://deploy-preview-17688--mongodb-cloud-docs.netlify.app/docs/atlas/atlas-search/manage-indexes/?deployment-type=atlas&interface=atlas-ui&language=None#update-and-rebuild-an-existing-mongodb-search-index --- Pull Request opened by [Augment Code](https://www.augmentcode.com/) with guidance from the PR author
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
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.
Mostly I did small edits in place that clarify distinctions between values, objects/documents. In a couple of cases, there are larger changes I wasn't sure how you'd want to handle, so I marked them with TODO and made some comments.
While all the docs have been changed to use the shell's db..aggregate() shortcut, we should have something at the top of the reference that shows how to do this via db.runCommand(). Apparently the driver owners only just found out yesterday that they should be implementing this shortcut, and I'm worried not all of them will have it soon after 2.2 is released. Therefore, we should show the alternate command form so that users whose driver doesn't have the shortcut will know what to do. This has already come up, where users are now asking how to aggregate in drivers that have not been released with the shortcut.