Skip to content

Commit

Permalink
fix errors add toctree
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiller-mdb committed Dec 19, 2024
1 parent 337a25a commit 9a804ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions source/fundamentals/crud/write-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ Write Operations
- :doc:`/fundamentals/crud/write-operations/modify`
- :doc:`/fundamentals/crud/write-operations/embedded-arrays`
- :doc:`/fundamentals/crud/write-operations/upsert`
- :doc:`/fundamentals/crud/write-operations/bulk.txt`
12 changes: 6 additions & 6 deletions source/fundamentals/crud/write-operations/bulk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Sample data
The examples in this guide use the following sample documents, which are stored
in the ``movies`` collection in the ``sample_mflix`` database:

.. literalinclude:: /includes/fundamentals/code-snippets/crud/bulk.rs
.. literalinclude:: /includes/fundamentals/code-snippets/crud/bulk.js
:language: node.js
:dedent:
:start-after: begin-sample-data
Expand Down Expand Up @@ -105,7 +105,7 @@ This example performs the following actions:

.. io-code-block::

.. input:: /includes/fundamentals/code-snippets/crud/bulk.rs
.. input:: /includes/fundamentals/code-snippets/crud/bulk.js
:start-after: begin-insert
:end-before: end-insert
:language: node.js
Expand Down Expand Up @@ -171,7 +171,7 @@ This example performs the following actions:

.. io-code-block::

.. input:: /includes/fundamentals/code-snippets/crud/bulk.rs
.. input:: /includes/fundamentals/code-snippets/crud/bulk.js
:start-after: begin-replace
:end-before: end-replace
:language: node.js
Expand Down Expand Up @@ -247,7 +247,7 @@ This example performs the following actions:

.. io-code-block::

.. input:: /includes/fundamentals/code-snippets/crud/bulk.rs
.. input:: /includes/fundamentals/code-snippets/crud/bulk.js
:start-after: begin-update
:end-before: end-update
:language: node.js
Expand Down Expand Up @@ -377,7 +377,7 @@ A ``MongoBulkWriteError`` object contains the following properties:
- | The underlying error object, which may contain more details.
| Data Type: ``Error`


.. _node-bulk-addtl-info:

Additional Information
----------------------
Expand All @@ -387,7 +387,7 @@ in the Server manual.


API Documentation
~~~~~~~~~~~~~~~~~
-----------------

To learn more about any of the methods or types discussed in this
guide, see the following API documentation:
Expand Down

0 comments on commit 9a804ae

Please sign in to comment.