-
Notifications
You must be signed in to change notification settings - Fork 299
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-27817 fix facet type to facet name per DOP #908
Conversation
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.
LGTM, but I think it would be good to address the indentation in source/java-drivers.txt before merging.
source/java-drivers.txt
Outdated
@@ -7,11 +7,11 @@ MongoDB Java Drivers | |||
.. default-domain:: mongodb | |||
|
|||
.. facet:: | |||
:type: programming_language | |||
:name: programming_language |
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.
Suggestion:
I think these should be indented one more space, similar to the facet attributes in the pymongo.txt file in this PR.
spacing fix (3 spaces instead of 2) Co-authored-by: Chris Cho <[email protected]>
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.
@ccho-mongodb I think this one is ready to merge now. Thank you!
Hi @sarahemlin. I've made the same changes already in another merged PR, so closing this one! |
Hey @caitlindavey & @mongoKart,
I found out from DOP that the facet syntax should be :name: instead of :type:, so here are fixes to the affected docs-ecosystem files.
Thank you!
Sarah
JIRA - https://jira.mongodb.org/browse/DOCSP-27817