Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
DOC-2021-Aug15-S16, DOC-2021-Aug29-S17, DOC-2021-Sep12-S18, DOC-2021-Sep26-S19, DOC-2021-Oct10-S20
-
1
Description
This page: https://docs.couchbase.com/cxx-txns/current/distributed-acid-transactions-from-the-sdk.html#
You can access it via the left-hand nav of the main SDK landing page, but then there is no left-hand nav on the page itself and none of the links work (not even the "leave feedback").
Also, shouldn't this page be nested within the C SDK rather than as a completely separate SDK?
Attachments
Issue Links
- relates to
-
DOC-8955 C++ transactions documentation should detail the 6.6.1 requirement
-
- Resolved
-
Nav and feedback now working ✔
Although C++ txns are built upon the C SDK, it ships with its own copy, and cannot be combined with non-transactional changes on the same doc, although you can run operations on different docs in parallel with another instance of LCB.
(It also runs on a release schedule independent of LCB - although the same is true of the other txn libs.)
Thus it's separated out in the docs.