File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -12,30 +12,31 @@ MongoDB {+driver-short+} Documentation
12
12
13
13
.. toctree::
14
14
15
- Get Started </get-started>
15
+ Getting Started </get-started>
16
16
Connect </connect>
17
+ CRUD Operations
18
+ Data Formats </data-formats>
19
+ Indexes </indexes>
20
+ Run a Database Command </run-command>
21
+ Logging </logging> Monitoring </monitoring>
22
+ Security </security>
23
+ Versioning
24
+ API Documentation <{+api-root+}>
25
+ Issues & Help </issues-and-help>
26
+
17
27
Databases & Collections </databases-collections>
18
28
Write Data </write-operations>
19
29
Read Data </read>
20
- Run a Database Command </run-command>
21
- Indexes </indexes>
22
30
Aggregation </aggregation>
23
- Security </security>
24
- Data Formats </data-formats>
25
- Logging </logging>
26
- Monitoring </monitoring>
27
31
Serialization </serialization>
28
32
Third-Party Tools </tools>
29
- FAQ </faq>
30
33
Troubleshooting </troubleshooting>
31
34
What's New </whats-new>
32
35
Upgrade </upgrade>
33
36
Migrate from Motor </motor-async-migration>
34
37
Switch to PyMongo Async </pymongo-to-async-guide>
35
38
Previous Versions </previous-versions>
36
- Issues & Help </issues-and-help>
37
39
Compatibility </compatibility>
38
- API Documentation <{+api-root+}>
39
40
40
41
Overview
41
42
--------
You can’t perform that action at this time.
0 commit comments