-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-1474 moved collection-validation output to validate #950
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
@@ -4,19 +4,30 @@ validate | |||
|
|||
.. default-domain:: mongodb | |||
|
|||
.. contents:: | |||
:backlinks: none | |||
:local: |
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.
do we need content boxes on all pages? should be be hard coding this or baking it into the template?
In this case, it strikes me that given that there'll just be two items on the list, it doesn't make a lot of sense to intentionally include this...
Thoughts?
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.
Agree. I think I just like the look of that floating box for some reason. But not necessary.
The ``validate`` command checks the contents of a namespace by | ||
scanning a collection's data and indexes for correctness. The command | ||
can be slow, particularly on larger data sets: | ||
The ``validate`` command checks the structures within a namespace for |
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.
these should still be :dbcommand:validate
, rather than validate
.. we removed self-referential links by changing how links get resolved, but for other output formats, include possibilities, copy/paste consistency, these should continue to use the old form...
merged! |
(cherry picked from commit d721d0a)
* Project import generated by Copybara. (#911) GitOrigin-RevId: 3ac938e40754b2098667d6bb768d1c718896f2dd Co-authored-by: apix-bot[bot] <168195273+apix-bot[bot]@users.noreply.github.com> * (DOCSP-47687): Adds Atlas CLI release notes for v1.39 (#945) * Adds Atlas CLI release notes * Apply suggestions from code review Co-authored-by: Elyse Foreman <[email protected]> --------- Co-authored-by: Elyse Foreman <[email protected]> --------- Co-authored-by: apix-bot[bot] <168195273+apix-bot[bot]@users.noreply.github.com> Co-authored-by: Elyse Foreman <[email protected]>
(cherry picked from commit d721d0a) # Conflicts: # source/release-notes.txt
No description provided.