-
Notifications
You must be signed in to change notification settings - Fork 33
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 42960 nested components #387
Docsp 42960 nested components #387
Conversation
✅ Deploy Preview for docs-golang ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
source/fundamentals/transactions.txt
Outdated
| The ``CommitTransaction()`` method is an idempotent function, which | ||
means that you can attempt to commit a transaction multiple times | ||
without changing data after the first successful commit. | ||
A transaction can succeed but return an error with the | ||
``UnknownTransactionCommitResult`` label. If you rerun the | ||
``CommitTransaction()`` method after receiving this error, | ||
your data is not changed by the repeat attempts. |
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: I think there is an error with the indentation or spacing here as it's not appearing in the staging
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!
* DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components spacing updates * DOCSP-42960: Removing nested components fixing rst error (cherry picked from commit cb6466d)
* DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components spacing updates * DOCSP-42960: Removing nested components fixing rst error (cherry picked from commit cb6466d)
* DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components spacing updates * DOCSP-42960: Removing nested components fixing rst error (cherry picked from commit cb6466d)
* DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components spacing updates * DOCSP-42960: Removing nested components fixing rst error (cherry picked from commit cb6466d)
* DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components spacing updates * DOCSP-42960: Removing nested components fixing rst error (cherry picked from commit cb6466d)
* DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components spacing updates * DOCSP-42960: Removing nested components fixing rst error (cherry picked from commit cb6466d)
* DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components spacing updates * DOCSP-42960: Removing nested components fixing rst error (cherry picked from commit cb6466d)
* DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components spacing updates * DOCSP-42960: Removing nested components fixing rst error (cherry picked from commit cb6466d)
* DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components spacing updates * DOCSP-42960: Removing nested components fixing rst error (cherry picked from commit cb6466d)
* DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components spacing updates * DOCSP-42960: Removing nested components fixing rst error (cherry picked from commit cb6466d)
* DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components spacing updates * DOCSP-42960: Removing nested components fixing rst error (cherry picked from commit cb6466d)
* DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components spacing updates * DOCSP-42960: Removing nested components fixing rst error (cherry picked from commit cb6466d)
* DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components spacing updates * DOCSP-42960: Removing nested components fixing rst error (cherry picked from commit cb6466d)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-42960
Staging - Run a command https://deploy-preview-387--docs-golang.netlify.app/fundamentals/run-command/
Staging - Transactions https://deploy-preview-387--docs-golang.netlify.app/fundamentals/transactions/
Staging - Retrieve https://deploy-preview-387--docs-golang.netlify.app/fundamentals/crud/read-operations/retrieve/#modify-behavior
Self-Review Checklist