@@ -12,112 +12,115 @@ Reference
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
- :doc:`/reference/operator`
16
- Documentation of query, update, projection, and aggregation
17
- framework operators.
15
+ :ref:`collation`
16
+ Description of collation fields as well as supported languages and
17
+ associated locales for collation.
18
+
19
+ :ref:`configuration-options`
20
+ Full documentation of the configuration file and available
21
+ run-time operations.
22
+
23
+ :ref:`mongodb-uri`
24
+ The complete specification of the MongoDB connection string format
25
+ that the drivers use to describe connections to MongoDB
26
+ deployments.
18
27
19
- :doc:`/reference/command `
28
+ :ref:`database-commands `
20
29
Documentation of all MongoDB :term:`database commands <database
21
30
command>` operations, syntax, and use.
22
31
23
- :doc:`/reference/method`
24
- Documentation of JavaScript methods and helpers in
25
- :binary:`~bin.mongosh`.
32
+ :ref:`default-mongodb-port`
33
+ List of default ports used by MongoDB.
26
34
27
- :doc:`/reference/mongo`
28
- Documentation of JavaScript methods and helpers in
29
- the legacy :binary:`~bin.mongo` shell.
35
+ :ref:`default-mongodb-read-write-concerns`
36
+ List of default read and write concerns.
30
37
31
- :doc:`/reference/program`
32
- Documentation of :binary:`~bin.mongod` and :binary:`~bin.mongos`
33
- and all other tools distributed with MongoDB.
38
+ :ref:`server-exit-codes`
39
+ Details the codes and statuses that MongoDB returns when exiting.
34
40
35
- :doc:`/reference/configuration-options`
36
- Full documentation of the configuration file and available
37
- run-time operations.
41
+ :ref:`explain-results`
42
+ Documentation on information returned from explain operations.
38
43
39
- :doc:`/reference/parameters `
40
- Documentation of all :binary:`~bin.mongod` and
41
- :binary:`~bin.mongos` parameters that are available in the
42
- :dbcommand:`setParameter` (command) and :setting:`setParameter `
43
- run-time interface .
44
+ :ref:`glossary `
45
+ A glossary of common terms and concepts specific to MongoDB.
46
+
47
+ :ref:`log-messages-ref `
48
+ Describes the components of log messages .
44
49
45
- :doc:`/reference/ cluster-parameters`
50
+ :ref:` cluster-parameters`
46
51
Documentation of all :binary:`~bin.mongod` and
47
52
:binary:`~bin.mongos` parameters that are available in the
48
53
:dbcommand:`setClusterParameter`.
49
54
50
- :doc:`/reference/ limits`
55
+ :ref:`server- limits-thresholds `
51
56
A list of important limits and thresholds imposed by MongoDB.
52
57
53
- :doc:`/reference/explain-results`
54
- Documentation on information returned from explain operations.
55
-
56
- :doc:`/reference/system-collections`
57
- Describes the collections that MongoDB reserves for internal use.
58
-
59
- :doc:`/reference/connection-string`
60
- The complete specification of the MongoDB connection string format
61
- that the drivers use to describe connections to MongoDB
62
- deployments.
58
+ :ref:`mongodb-package-components`
59
+ Documentation of :binary:`~bin.mongod` and :binary:`~bin.mongos`
60
+ and all other tools distributed with MongoDB.
63
61
64
- :doc:`/reference/collation`
65
- Description of collation fields as well as supported languages and
66
- associated locales for collation.
62
+ :ref:`server-parameters`
63
+ Documentation of all :binary:`~bin.mongod` and
64
+ :binary:`~bin.mongos` parameters that are available in the
65
+ :dbcommand:`setParameter` (command) and :setting:`setParameter`
66
+ run-time interface.
67
67
68
- :doc:`/reference/ mongodb-wire-protocol`
68
+ :ref:` mongodb-wire-protocol`
69
69
Description of the MongoDB Wire Protocol.
70
70
71
- :doc:`/reference/log-messages`
72
- Describes the components of log messages.
73
-
74
- :doc:`/reference/exit-codes`
75
- Details the codes and statuses that MongoDB returns when exiting.
76
71
77
- :doc:`/reference/glossary`
78
- A glossary of common terms and concepts specific to MongoDB.
72
+ :ref:`js-administrative-methods`
73
+ Documentation of JavaScript methods and helpers in
74
+ :binary:`~bin.mongosh`.
79
75
80
- :doc:`/reference/default-mongodb-port`
81
- List of default ports used by MongoDB.
76
+ :ref:`operator-ref-landing`
77
+ Documentation of query, update, projection, and aggregation
78
+ framework operators.
82
79
83
- :doc:`/reference/mongodb-defaults `
84
- List of default read and write concerns .
80
+ :ref:`stable-api `
81
+ Describes the Stable API .
85
82
86
- :doc:`/reference/ server-sessions`
83
+ :ref:` server-sessions`
87
84
Describes server sessions.
88
85
89
- :doc:`/reference/stable-api`
90
- Describes the Stable API.
86
+ :ref:`metadata-system-collections`
87
+ Describes the collections that MongoDB reserves for internal use.
88
+
89
+ :ref:`mongo`
90
+ Documentation of JavaScript methods and helpers in
91
+ the legacy :binary:`~bin.mongo` shell.
91
92
92
93
.. seealso::
93
94
94
- The
95
- :doc:`/reference/data-models`, :doc:`/reference/sharding`,
96
- :doc:`/reference/replication`, and :doc:`/reference/security`
97
- contain additional reference material.
95
+ The following pages contain additional reference material:
96
+
97
+ - :ref:`data-modeling-patterns`
98
+ - :ref:`sharding-reference`
99
+ - :ref:`replication-toc`
100
+ - :ref:`security-reference`
98
101
99
102
.. toctree::
100
103
:titlesonly:
101
104
:hidden:
102
105
103
- /reference/operator
104
- /reference/command
105
- /reference/method
106
- /reference/mongo
107
- /reference/program
106
+ /reference/collation
108
107
/reference/configuration-options
109
- /reference/parameters
110
- /reference/cluster-parameters
111
- /reference/limits
112
- /reference/explain-results
113
- /reference/system-collections
114
108
/reference/connection-string
115
- /reference/collation
116
- /reference/mongodb-wire-protocol
117
- /reference/log-messages
118
- /reference/exit-codes
119
- /reference/glossary
109
+ /reference/command
120
110
/reference/default-mongodb-port
121
111
/reference/mongodb-defaults
122
- /reference/server-sessions
112
+ /reference/exit-codes
113
+ /reference/explain-results
114
+ /reference/glossary
115
+ /reference/log-messages
116
+ /reference/cluster-parameters
117
+ /reference/limits
118
+ /reference/program
119
+ /reference/parameters
120
+ /reference/mongodb-wire-protocol
121
+ /reference/method
122
+ /reference/operator
123
123
/reference/stable-api
124
+ /reference/server-sessions
125
+ /reference/system-collections
126
+ /reference/mongo
0 commit comments