Skip to content

Commit 9042203

Browse files
committed
wip
1 parent c27d872 commit 9042203

29 files changed

+1156
-1147
lines changed

source/aggregation.txt

Lines changed: 1067 additions & 1 deletion
Large diffs are not rendered by default.

source/aggregation/linq.txt

Lines changed: 0 additions & 1069 deletions
This file was deleted.

source/atlas-vector-search.txt

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
.. TODO: integrate into existing page
1+
.. _csharp-atlas-vector-search:
2+
3+
===================
4+
Atlas Vector Search
5+
===================
6+
7+
.. facet::
8+
:name: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: semantic
13+
14+
.. contents:: On this page
15+
:local:
16+
:backlinks: none
17+
:depth: 2
18+
:class: singlecol
219

320
Sample Class
421
------------

source/connect/connection-options/csot.txt

Whitespace-only changes.

source/connect/connection-targets.txt

Whitespace-only changes.

source/connect/connection-troubleshooting.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ using the {+driver-long+} to connect to a MongoDB deployment.
1818
This page addresses only connection issues. If you encounter any other issues
1919
with MongoDB or the driver, visit the following resources:
2020

21-
- The :ref:`Frequently Asked Questions (FAQ) <csharp-faq>` for the
22-
{+driver-short+}
2321
- The :ref:`Issues & Help <csharp-issues-help>` page, which has
2422
information about reporting bugs, contributing to the driver, and
2523
finding additional resources

source/crud.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ CRUD Operations
1313

1414
Insert Documents </crud/insert>
1515
Query Documents </crud/query>
16-
Update Documents </crud/update>
16+
Update One Document </crud/update-one>
17+
Update Many Documents </crud/update-many>
1718
Replace Documents </crud/replace>
1819
Delete Documents </crud/delete>
1920
Bulk Write Operations </crud/bulk-write>

source/crud/insert.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ The following code uses the ``InsertMany()`` method to insert five new
228228

229229
The ``InsertMany()`` method has no return value. You can verify that
230230
your documents were successfully inserted by executing a ``Find()``
231-
operation on the collection. For an example on how to find a document,
232-
see :ref:`csharp-find-one`.
231+
operation on the collection. For an example of how to find a document,
232+
see :ref:`csharp-find`.
233233

234234
.. _csharp-ordered-behavior:
235235

source/crud/query/count.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ guides:
231231
- :ref:`csharp-specify-query`
232232
- :ref:`csharp-bson`
233233
- :ref:`csharp-guids`
234-
- :ref:`csharp-builders`
235234
- :ref:`csharp-poco`
236235

237236
API Documentation

source/crud/query/find.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _csharp-retrieve:
1+
.. _csharp-find:
22

33
=============
44
Retrieve Data

0 commit comments

Comments
 (0)