Skip to content

Commit 3715794

Browse files
authored
Merge pull request #4 from rustagir/DOCSP-30521-fundamentals-landing
DOCSP-30521: fundamentals landing page
2 parents 2e6776e + 6a5d1b3 commit 3715794

File tree

3 files changed

+56
-2
lines changed

3 files changed

+56
-2
lines changed

source/fundamentals.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
.. _rust-fundamentals:
2+
3+
============
4+
Fundamentals
5+
============
6+
7+
.. toctree::
8+
:titlesonly:
9+
:maxdepth: 1
10+
11+
..
12+
/fundamentals/connection
13+
Connect to MongoDB Atlas from AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
14+
/fundamentals/stable-api
15+
/fundamentals/context
16+
/fundamentals/auth
17+
/fundamentals/enterprise-auth
18+
/fundamentals/bson
19+
/fundamentals/crud
20+
/fundamentals/aggregation
21+
/fundamentals/indexes
22+
/fundamentals/transactions
23+
/fundamentals/logging
24+
/fundamentals/run-command
25+
/fundamentals/collations
26+
/fundamentals/monitoring
27+
/fundamentals/gridfs
28+
/fundamentals/time-series
29+
/fundamentals/encrypt-fields
30+
/fundamentals/geo
31+
32+
.. include:: /includes/fundamentals-sections.rst
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Learn how to perform the following tasks using the {+driver-short+} in the
2+
Fundamentals section:
3+
4+
..
5+
- :ref:`Connect to MongoDB <golang-connection-guide>`
6+
- :atlas:`Connect to MongoDB Atlas from AWS Lambda </manage-connections-aws-lambda/>`
7+
- :ref:`Specify an API Version <golang-stable-api>`
8+
- :ref:`How the Driver Uses Context <golang-context>`
9+
- :ref:`Authenticate with MongoDB <golang-authentication-mechanisms>`
10+
- :ref:`Use Enterprise Authentication with MongoDB <golang-enterprise-authentication-mechanisms>`
11+
- :ref:`Work with BSON <golang-bson>`
12+
- :ref:`Read from and Write to MongoDB <golang-crud>`
13+
- :ref:`Perform Aggregations <golang-aggregation>`
14+
- :ref:`Construct Indexes <golang-indexes>`
15+
- :ref:`Specify Collations to Order Results <golang-collations>`
16+
- :ref:`Record Log Messages <golang-logging>`
17+
- :ref:`Run A Database Command <golang-run-command>`
18+
- :ref:`Use Driver Events in Your Code <golang-monitoring>`
19+
- :ref:`Store and Retrieve Files in MongoDB <golang-gridfs>`
20+
- :ref:`Use a Time Series Collection <golang-time-series>`
21+
- :ref:`Encrypt Fields <golang-fle>`
22+
- :ref:`Work with Geospatial Data <golang-geo>`

source/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
:titlesonly:
77
:maxdepth: 1
88

9+
/fundamentals
910
API Documentation <{+api+}/>
1011
View the Source <https://github.com/mongodb/mongo-rust-driver>
1112

@@ -14,7 +15,6 @@
1415
/quick-reference
1516
/whats-new
1617
/usage-examples
17-
/fundamentals
1818
/faq
1919
/connection-troubleshooting
2020
/issues-and-help
@@ -55,7 +55,7 @@ Usage Examples
5555
Fundamentals
5656
------------
5757

58-
.. .. include:: /includes/fundamentals-sections.rst
58+
.. include:: /includes/fundamentals-sections.rst
5959

6060
API
6161
---

0 commit comments

Comments
 (0)