DOCSP-1540 - Integrating Compass into indexes page #3189
Merged
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.
Code review: https://mongodbcr.appspot.com/174920001
Staging: https://docs-mongodbcom-staging.corp.mongodb.com/jeffreyallen/DOCSP-1540/indexes.html
The content on the page largely stays the same except for the Compass tab, which outlines the steps to create an index in Compass.
The driver tabs have been updated to have the create index example reflect their specific syntaxes, which I thought would be beneficial to the reader. I did not extend this to the collation examples further down on the page since collation is kind of a niche application. Instead, I simply pointed the reader to their specific driver docs.
This change is