File tree Expand file tree Collapse file tree 8 files changed +12
-7
lines changed Expand file tree Collapse file tree 8 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -74,5 +74,6 @@ documentation in the MongoDB Manual:
74
74
75
75
Before adding workload isolation features to your application
76
76
and MongoDB deployment, become familiar with all documentation of
77
- :doc:`replication </replication>` and :ref:`sharding <sharding-background>`.
77
+ :ref:`replication <replication>`, and :ref:`sharding
78
+ <sharding-background>`.
78
79
Original file line number Diff line number Diff line change 67
67
68
68
After authenticating as the user administrator, use the
69
69
:method:`db.createUser()` method to create additional users. You can assign
70
- any :doc :`built-in roles </reference/ built-in-roles>` or
71
- :doc :`user-defined roles </core/security- user-defined-roles>` to the
70
+ any :ref :`built-in roles <built-in-roles>` or
71
+ :ref :`user-defined roles <user-defined-roles>` to the
72
72
users.
73
73
74
74
action :
Original file line number Diff line number Diff line change
1
+ .. _aggregation-variables:
2
+
1
3
====================================
2
4
Variables in Aggregation Expressions
3
5
====================================
Original file line number Diff line number Diff line change
1
+ .. _query-and-write-commands:
2
+
1
3
==================================
2
4
Query and Write Operation Commands
3
5
==================================
Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ Operations
451
451
452
452
.. limit:: Write Command Batch Limit Size
453
453
454
- ``100,000`` :doc :`writes </reference/command/nav-crud >` are
454
+ ``100,000`` :ref :`writes <query-and-write-commands >` are
455
455
allowed in a single batch operation, defined by a single request to
456
456
the server.
457
457
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Definition
15
15
16
16
.. expression:: $let
17
17
18
- Binds :doc :`variables </reference/ aggregation-variables>` for use in
18
+ Binds :ref :`variables <aggregation-variables>` for use in
19
19
the specified expression, and returns the result of the expression.
20
20
21
21
The :expression:`$let` expression has the following syntax:
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Definition
76
76
- ``value`` is the :doc:`variable </reference/aggregation-variables>`
77
77
that represents the cumulative value of the expression.
78
78
79
- - ``this`` is the :doc :`variable</reference/ aggregation-variables>`
79
+ - ``this`` is the :ref :`variable < aggregation-variables>`
80
80
that refers to the element being processed.
81
81
82
82
Original file line number Diff line number Diff line change @@ -816,6 +816,6 @@ features include:
816
816
817
817
- .. include:: /includes/extracts/4.2-changes-type-0.rst
818
818
819
- - MongoDB 4.2 adds :doc :`wildcard indexes </core/ index-wildcard >` to
819
+ - MongoDB 4.2 adds :ref :`wildcard indexes <wildcard- index-core >` to
820
820
support workloads where users query against custom fields or a large
821
821
variety of fields in a collection.
You can’t perform that action at this time.
0 commit comments