Skip to content

Commit 4868401

Browse files
authored
DOCSP-26428 Replace Getting Started Guide-LDAP Proxy doc directives (#2165)
* DOCSP-26428 Replace Getting Started Guide-LDAP Proxy doc directives * internal review feedback
1 parent e98e404 commit 4868401

30 files changed

+43
-43
lines changed

source/administration/production-checklist-development.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Data Durability
2929
</reference/write-concern>`. Three data-bearing nodes are
3030
required for replica-set wide data durability.
3131

32-
- Ensure that all instances use :doc:`journaling </core/journaling>`.
32+
- Ensure that all instances use :ref:`journaling <journaling-internals>`.
3333

3434
Schema Design
3535
~~~~~~~~~~~~~
@@ -61,7 +61,7 @@ structures. See :doc:`/core/data-models` for more information.
6161

6262
- Consider the document size limits when designing your schema.
6363
The :limit:`BSON Document Size` limit is 16MB per document. If
64-
you require larger documents, use :doc:`GridFS </core/gridfs>`.
64+
you require larger documents, use :ref:`GridFS <gridfs>`.
6565

6666
Replication
6767
~~~~~~~~~~~

source/administration/production-checklist-operations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Journaling: WiredTiger Storage Engine
130130

131131
.. cssclass:: checklist
132132

133-
- Ensure that all instances use :doc:`journaling </core/journaling>`.
133+
- Ensure that all instances use :ref:`journaling <journaling-internals>`.
134134

135135
- Place the journal on its own low-latency disk for write-intensive
136136
workloads. Note that this will affect snapshot-style backups as

source/core/authentication.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Kerberos Authentication
8383
<http://www.mongodb.com/products/mongodb-enterprise-advanced?tck=docs_server>`_
8484
and `MongoDB Atlas
8585
<https://www.mongodb.com/cloud/atlas?tck=docs_server>`__ support
86-
:doc:`Kerberos Authentication </core/kerberos>`. Kerberos is an industry
86+
:ref:`Kerberos Authentication <security-kerberos>`. Kerberos is an industry
8787
standard authentication protocol for large client/server systems that
8888
provides authentication using short-lived tokens that are called
8989
tickets.
@@ -95,7 +95,7 @@ principal <kerberos-user-principal>` added to MongoDB.
9595

9696
For more information on Kerberos and MongoDB, see:
9797

98-
- :doc:`Kerberos Authentication </core/kerberos>`
98+
- :ref:`Kerberos Authentication <security-kerberos>`
9999
- :doc:`/tutorial/control-access-to-mongodb-with-kerberos-authentication`
100100
- :doc:`/tutorial/control-access-to-mongodb-windows-with-kerberos-authentication`
101101

@@ -108,13 +108,13 @@ LDAP Proxy Authentication
108108
<http://www.mongodb.com/products/mongodb-enterprise-advanced?tck=docs_server>`_
109109
and `MongoDB Atlas
110110
<https://www.mongodb.com/cloud/atlas?tck=docs_server>`__ support
111-
:doc:`LDAP Proxy Authentication </core/security-ldap>` proxy
111+
:ref:`LDAP Proxy Authentication <security-ldap>` proxy
112112
authentication through a Lightweight Directory Access Protocol (LDAP)
113113
service.
114114

115115
For more information on Kerberos and MongoDB, see:
116116

117-
- :doc:`LDAP Proxy Authentication </core/security-ldap>`
117+
- :ref:`LDAP Proxy Authentication <security-ldap>`
118118
- :doc:`/tutorial/configure-ldap-sasl-activedirectory`
119119
- :doc:`/tutorial/configure-ldap-sasl-openldap`
120120
- :doc:`/tutorial/authenticate-nativeldap-activedirectory`

source/core/index-multikey.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Compound multikey indexes can have an impact on performance.
151151
Hashed Indexes
152152
~~~~~~~~~~~~~~
153153

154-
:doc:`Hashed </core/index-hashed>` indexes **cannot** be multikey.
154+
:ref:`Hashed indexes <index-hashed-index>` **cannot** be multikey.
155155

156156
Covered Queries
157157
~~~~~~~~~~~~~~~

source/core/replica-set-architectures.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ concern to request acknowledgement from specific members.
178178
Use Journaling to Protect Against Power Failures
179179
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
180180

181-
MongoDB enables :doc:`journaling </core/journaling>` by default.
181+
MongoDB enables :ref:`journaling <journaling-internals>` by default.
182182
Journaling protects against data loss in the event of service
183183
interruptions, such as power failures and unexpected reboots.
184184

source/core/storage-engines.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ applications.
3535
:ref:`encrypted-storage-engine`.
3636

3737
|arrow| In-Memory Storage Engine
38-
:doc:`In-Memory Storage Engine </core/inmemory>` is available in
39-
MongoDB Enterprise. Rather than storing documents on-disk, it
38+
An :ref:`In-Memory storage engine <storage-inmemory>` is available
39+
in MongoDB Enterprise. Rather than storing documents on-disk, it
4040
retains them in-memory for more predictable data latencies.
4141

4242
.. toctree::

source/includes/driver-examples/driver-example-delete-55.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
]
3232
3333
For instructions on inserting documents in MongoDB Compass, see
34-
:doc:`Insert Documents </tutorial/insert-documents/>`.
34+
:ref:`Insert Documents <write-op-insert>`.
3535

3636
.. note::
3737

source/includes/driver-examples/driver-example-insert-3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
]
3636
3737
For instructions on inserting documents using |compass|, see
38-
:doc:`Insert Documents </tutorial/insert-documents/>`.
38+
:ref:`Insert Documents <write-op-insert>`.
3939

4040
- id: python
4141
content: |

source/includes/driver-examples/driver-example-query-14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
]
3232
3333
For instructions on inserting documents in MongoDB Compass, see
34-
:doc:`Insert Documents </tutorial/insert-documents/>`.
34+
:ref:`Insert Documents <write-op-insert>`.
3535

3636
- id: python
3737
content: |

source/includes/driver-examples/driver-example-query-20.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
]
3232
3333
For instructions on inserting documents in MongoDB Compass, see
34-
:doc:`Insert Documents </tutorial/insert-documents/>`.
34+
:ref:`Insert Documents <write-op-insert>`.
3535

3636

3737
- id: python

0 commit comments

Comments
 (0)