@@ -22,76 +22,61 @@ Introduction
22
22
23
23
Welcome to the MongoDB Go driver documentation.
24
24
25
- The official MongoDB Go driver lets you connect your Go applications
26
- to MongoDB and work with your data . On this page, you can find descriptions of
27
- each section of the driver documentation and where to go to learn more
28
- about the Go driver.
25
+ Connect your Go applications to MongoDB and work with your data using
26
+ the official Go driver . On this page, you can find descriptions of each
27
+ section of the driver documentation and how to learn more about the Go
28
+ driver.
29
29
30
30
Quick Start
31
31
-----------
32
32
33
- The :doc:`Quick Start </quick-start>` section is where you can
34
- establish a connection to MongoDB Atlas and begin working with data .
33
+ Learn how to establish a connection to MongoDB Atlas and begin
34
+ working with data in the :doc:`Quick Start </quick-start>` section .
35
35
36
36
Usage Examples
37
37
--------------
38
38
39
- The :doc:`Usage Examples </usage-examples>` section is where you can
40
- find runnable code snippets and high-level explanations for common
41
- methods.
39
+ For fully runnable code snippets and explanations for common
40
+ methods, see the :doc:`Usage Examples </usage-examples>` section.
42
41
43
42
Fundamentals
44
43
------------
45
44
46
- The Fundamentals section explains how to perform the following tasks
47
- using the Go driver:
48
-
49
- - :doc:`Connect to MongoDB </fundamentals/connection>`
50
- - :doc:`How the Driver Uses Context </fundamentals/context>`
51
- - :doc:`Authenticate with MongoDB </fundamentals/auth>`
52
- - :doc:`Read from and Write to MongoDB </fundamentals/crud>`
53
- - :doc:`Work with BSON </fundamentals/bson>`
54
-
55
- .. - :doc:`Specify an API Version </fundamentals/versioned-api>`
56
- .. - :doc:`Use the Driver's Data Formats </fundamentals/data-formats>`
57
- .. - :doc:`Perform Aggregations </fundamentals/aggregation>`
58
- .. - :doc:`Construct Indexes </fundamentals/indexes>`
59
- .. - :doc:`Specify Collations </fundamentals/collations>`
60
- .. - :doc:`Record Events in the Driver </fundamentals/logging>`
61
- .. - :doc:`Use Driver Events in your Code </fundamentals/monitoring>`
62
- .. - :doc:`Store and Retrieve Files in MongoDB </fundamentals/gridfs>`
45
+ .. include:: /includes/fundamentals-sections.rst
63
46
64
47
API
65
48
---
66
49
67
- The `MongoDB Go driver API documentation <{+api+}/mongo>`__ contains
68
- detailed information about types and functions in the MongoDB Go driver.
50
+ For detailed information about types and functions in the MongoDB
51
+ Go driver, see the `MongoDB Go driver API documentation
52
+ <{+api+}/mongo>`__.
69
53
70
54
.. FAQ
71
55
.. ---
72
56
73
- .. The :doc:`Frequently Asked Questions (FAQ) </faq>` section provides answers
74
- .. to commonly asked questions about the MongoDB Go Driver.
57
+ .. For answers to commonly asked questions about the MongoDB
58
+ .. Go Driver, see the :doc:`Frequently Asked Questions (FAQ) </faq>`
59
+ .. section.
75
60
76
61
Issues & Help
77
62
-------------
78
63
79
- The :doc:`Issues & Help </issues-and-help>` section explains how to report
80
- bugs, contribute to the driver, and find additional resources for asking
81
- questions and receiving help.
64
+ Learn how to report bugs, contribute to the driver, and find
65
+ additional resources for asking questions in the :doc:`Issues & Help
66
+ </issues- and- help>` section .
82
67
83
68
Compatibility
84
69
-------------
85
70
86
- The :doc:`Compatibility </ compatibility>` section contains compatibility
87
- charts that show the recommended Go Driver version for each MongoDB
88
- Server version .
71
+ For the compatibility charts that show the recommended Go Driver version
72
+ for each MongoDB Server version, see the :doc:`Compatibility
73
+ </compatibility>` section .
89
74
90
75
.. What's New
91
76
.. ----------
92
77
93
- .. The :doc:`What's New </whats-new>` section lists new features and
94
- .. changes in each version .
78
+ .. For a list of new features and changes in each version, see the
79
+ .. :doc:`What's New </whats-new>` section .
95
80
96
81
Learn
97
82
------
0 commit comments