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