Skip to content

Commit ca3e8a7

Browse files
authored
DOCSP-26476 user-defined roles - writes doc directive replacements (#2298)
1 parent 080523a commit ca3e8a7

File tree

8 files changed

+12
-7
lines changed

8 files changed

+12
-7
lines changed

source/core/workload-isolation.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@ documentation in the MongoDB Manual:
7474

7575
Before adding workload isolation features to your application
7676
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>`.
7879

source/includes/steps-authorization-create-users.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ pre: |
6767
6868
After authenticating as the user administrator, use the
6969
: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
7272
users.
7373
7474
action:

source/reference/aggregation-variables.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _aggregation-variables:
2+
13
====================================
24
Variables in Aggregation Expressions
35
====================================

source/reference/command/nav-crud.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _query-and-write-commands:
2+
13
==================================
24
Query and Write Operation Commands
35
==================================

source/reference/limits.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Operations
451451

452452
.. limit:: Write Command Batch Limit Size
453453

454-
``100,000`` :doc:`writes </reference/command/nav-crud>` are
454+
``100,000`` :ref:`writes <query-and-write-commands>` are
455455
allowed in a single batch operation, defined by a single request to
456456
the server.
457457

source/reference/operator/aggregation/let.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Definition
1515

1616
.. expression:: $let
1717

18-
Binds :doc:`variables </reference/aggregation-variables>` for use in
18+
Binds :ref:`variables <aggregation-variables>` for use in
1919
the specified expression, and returns the result of the expression.
2020

2121
The :expression:`$let` expression has the following syntax:

source/reference/operator/aggregation/reduce.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Definition
7676
- ``value`` is the :doc:`variable </reference/aggregation-variables>`
7777
that represents the cumulative value of the expression.
7878

79-
- ``this`` is the :doc:`variable</reference/aggregation-variables>`
79+
- ``this`` is the :ref:`variable <aggregation-variables>`
8080
that refers to the element being processed.
8181

8282

source/release-notes/4.2-compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,6 @@ features include:
816816

817817
- .. include:: /includes/extracts/4.2-changes-type-0.rst
818818

819-
- MongoDB 4.2 adds :doc:`wildcard indexes </core/index-wildcard>` to
819+
- MongoDB 4.2 adds :ref:`wildcard indexes <wildcard-index-core>` to
820820
support workloads where users query against custom fields or a large
821821
variety of fields in a collection.

0 commit comments

Comments
 (0)