-
Notifications
You must be signed in to change notification settings - Fork 34
DOCSP-50493: quick reference cleanup #527
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-50493: quick reference cleanup #527
Conversation
✅ Deploy Preview for docs-golang ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
🔄 Deploy Preview for docs-golang 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.
Thanks, LGTM! Small comments and one issue that needs to be fixed. Let me know if you have any questions or need another look.
source/reference/quick-reference.txt
Outdated
@@ -264,7 +254,7 @@ their related reference and API documentation. | |||
* - | **Access Data from a Cursor Iteratively** | |||
| | |||
| `API Documentation <{+api+}/mongo#Cursor.Next>`__ | |||
| :ref:`Fundamentals <golang-individual-documents>` | |||
| :ref:`Cursor Guide <golang-individual-documents>` |
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.
| :ref:`Cursor Guide <golang-individual-documents>` | |
| :ref:`Access Data from a Cursor Guide <golang-individual-documents>` |
S: Use full page title.
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.
decided to change this to the specific section references as the anchors point to sections and not the whole page
@@ -461,7 +450,7 @@ their related reference and API documentation. | |||
* - | **Search Text** | |||
| | |||
| `API Documentation <{+api+}/mongo#Collection.Find>`__ | |||
| :ref:`Fundamentals <golang-search-text>` | |||
| :ref:`Search Text Guide <golang-search-text>` |
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.
I: This page is not included in the TOC yet. Can you please put it under the Query Documents section as 'Search Text'? Thanks!
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-50493
Staging Links
https://deploy-preview-527--docs-golang.netlify.app/reference/quick-reference/
Self-Review Checklist