Skip to content

Commit b44d8e7

Browse files
authored
TOC Reorg - Get Started (#407)
1 parent e721d24 commit b44d8e7

29 files changed

+273
-158
lines changed

snooty.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ toc_landing_pages = [
88
"/fundamentals/crud/write-operations/update-many",
99
"/fundamentals/authentication",
1010
"/upgrade",
11-
"/fundamentals/database-collection"
11+
"/fundamentals/database-collection",
12+
"/get-started"
1213
]
1314
name = "csharp"
1415
title = "C#/.NET"

source/fundamentals/aggregation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To perform an aggregation, pass a list of aggregation stages to the
100100

101101
This example uses the ``sample_restaurants.restaurants`` collection
102102
from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to create a
103-
free MongoDB Atlas cluster and load the sample datasets, see :ref:`csharp-quickstart`.
103+
free MongoDB Atlas cluster and load the sample datasets, see :ref:`csharp-get-started`.
104104

105105
The following code example produces a count of the number of bakeries in each borough
106106
of New York City. To do so, it uses an aggregation pipeline that contains the following stages:

source/fundamentals/builders.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ have a defined Atlas Vector Search index before you can perform a vector search
434434

435435
.. tip::
436436

437-
To obtain the sample dataset used in the following example, see :ref:`csharp-quickstart`.
437+
To obtain the sample dataset used in the following example, see :ref:`csharp-get-started`.
438438
To create the sample Atlas Vector Search index used in the following example, see
439439
:atlas:`Create an Atlas Vector Search Index </atlas-vector-search/create-index>` in the
440440
Atlas manual.

source/fundamentals/crud/read-operations/change-streams.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Sample Data
3030

3131
The examples in this guide use the ``sample_restaurants.restaurants`` collection
3232
from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to create a
33-
free MongoDB Atlas cluster and load the sample datasets, see the :ref:`<csharp-quickstart>`.
33+
free MongoDB Atlas cluster and load the sample datasets, see the :ref:`<csharp-get-started>`.
3434

3535
The examples on this page use the following ``Restaurant``, ``Address``, and ``GradeEntry``
3636
classes as models:

source/fundamentals/crud/read-operations/distinct.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Sample Data
3434

3535
The examples in this guide use the ``sample_restaurants.restaurants`` collection
3636
from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to create a
37-
free MongoDB Atlas cluster and load the sample datasets, see the :ref:`<csharp-quickstart>`.
37+
free MongoDB Atlas cluster and load the sample datasets, see the :ref:`<csharp-get-started>`.
3838

3939
The examples on this page uses the following ``Restaurant`` class to model
4040
the documents in the collection:

source/fundamentals/crud/read-operations/project.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Sample Data
2929

3030
The examples in this guide use the ``sample_restaurants.restaurants`` collection
3131
from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to create a
32-
free MongoDB Atlas cluster and load the sample datasets, see the :ref:`<csharp-quickstart>`.
32+
free MongoDB Atlas cluster and load the sample datasets, see the :ref:`<csharp-get-started>`.
3333

3434
Projection Types
3535
----------------

source/fundamentals/crud/read-operations/retrieve.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Sample Data
3939

4040
The examples in this guide use the ``sample_restaurants.restaurants`` collection
4141
from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to create a
42-
free MongoDB Atlas cluster and load the sample datasets, see the :ref:`<csharp-quickstart>`.
42+
free MongoDB Atlas cluster and load the sample datasets, see the :ref:`<csharp-get-started>`.
4343

4444
The examples on this page use the following ``Restaurant``, ``Address``, and ``GradeEntry``
4545
classes as models:

source/fundamentals/crud/write-operations/bulk-write.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Sample Data
3232
The examples in this guide use the ``sample_restaurants.restaurants`` collection
3333
from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to create a
3434
free MongoDB Atlas cluster and load the sample datasets, see the
35-
:ref:`<csharp-quickstart>` tutorial.
35+
:ref:`<csharp-get-started>` tutorial.
3636

3737
Define the Write Operations
3838
---------------------------

source/fundamentals/crud/write-operations/delete.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ classes as models:
4444
.. include:: /includes/convention-pack-note.rst
4545

4646
This collection is from the :atlas:`sample datasets </sample-data>` provided
47-
by Atlas. See the :ref:`<csharp-quickstart>` to learn how to create a free MongoDB cluster
47+
by Atlas. See the :ref:`<csharp-get-started>` to learn how to create a free MongoDB cluster
4848
and load this sample data.
4949

5050
Delete Operations

source/fundamentals/crud/write-operations/insert.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ classes as models:
7171
.. include:: /includes/convention-pack-note.rst
7272

7373
This collection is from the :atlas:`sample datasets </sample-data>` provided
74-
by Atlas. See the :ref:`<csharp-quickstart>` to learn how to create a free MongoDB cluster
74+
by Atlas. See the :ref:`<csharp-get-started>` to learn how to create a free MongoDB cluster
7575
and load this sample data.
7676

7777
The ``_id`` Field

0 commit comments

Comments
 (0)