Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ name = "ruby-driver"
title = "Ruby MongoDB Driver"

intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]

sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"

[constants]
driver-short = "Ruby driver"
4 changes: 2 additions & 2 deletions source/reference/transactions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Transactions
************

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
Expand All @@ -16,6 +14,8 @@ Version 4.0 of the MongoDB server introduces
(Updates to multiple fields within a single document are atomic in all
versions of MongoDB.) Ruby driver version 2.6.0 adds support for transactions.

.. sharedinclude:: dbx/transactions-parallelism.rst

.. _using-transactions:

Using Transactions
Expand Down
Loading