-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Massive cleanup of trivial linking issues and some typos #284
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
Conversation
in the neverending quest for a better, faster, build
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.
another problem here is that the link is on different lines.
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.
Yeah, that's a problem throughout the docs.
Where links would be too long I started to move them to separate lines but
didn't actively try to do that throughout.
* DOCSP-37408 Rollover Requirement * Fixes per Evgeni
* DOCSP-31809 ejson methods * self review * review feedback * review feedback * review feedback * Review feedback * Review comments * Review comments
…rator commands (#284) * (DOCSP-30088) adding new atlascli datalakepipeline and kubernetes operator commands * (DOCSP-30088) add datalake watch and runs watch commands to the datalake docs * (DOCSP-30088) merged and rebased from another PR * (DOCSP-30088) making a small change * (DOCSP-30088) adding a command
Co-authored-by: Rea Rustagi <85902999+rustagir@users.noreply.github.com>
Co-authored-by: Rea Rustagi <85902999+rustagir@users.noreply.github.com> (cherry picked from commit bf67d80)
Co-authored-by: Rea Rustagi <85902999+rustagir@users.noreply.github.com> (cherry picked from commit bf67d80)
* DOCSP-22977: Java record annotations
Running sphinx with full warnings on I discovered that we had a lot of things that we thought were linking correctly but weren't because Sphinx is case-sensitive (just like MongoDB!). So a :dbcommand:
listshardswas throwing an error because it's listShards. And so forth. Also a bunch of typos cleaned up.