Skip to content

Commit 5c13119

Browse files
committed
DRIVERS-2789 Convert Index Management Spec to Markdown
1 parent 9ccd796 commit 5c13119

File tree

10 files changed

+2296
-1333
lines changed

10 files changed

+2296
-1333
lines changed

source/client-side-operations-timeout/client-side-operations-timeout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The `timeoutMS` option applies to all operations defined in the following specif
9393
- [Enumerating Collections](../enumerate-collections.rst)
9494
- [Enumerating Databases](../enumerate-databases.rst)
9595
- [GridFS](../gridfs/gridfs-spec.md)
96-
- [Index Management](../index-management/index-management.rst)
96+
- [Index Management](../index-management/index-management.md)
9797
- [Transactions](../transactions/transactions.md)
9898
- [Convenient API for Transactions](../transactions-convenient-api/transactions-convenient-api.rst)
9999

source/client-side-operations-timeout/client-side-operations-timeout.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ specifications:
138138
- `Enumerating Collections <../enumerate-collections.rst>`__
139139
- `Enumerating Databases <../enumerate-databases.rst>`__
140140
- `GridFS <../gridfs/gridfs-spec.md>`__
141-
- `Index Management <../index-management/index-management.rst>`__
141+
- `Index Management <../index-management/index-management.md>`__
142142
- `Transactions <../transactions/transactions.rst>`__
143143
- `Convenient API for Transactions <../transactions-convenient-api/transactions-convenient-api.rst>`__
144144

source/collation/collation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The collation option is sent to the server in the form of a BSON Document. See t
135135
[CRUD specification](../crud/crud.md#naming) for details on supporting the option in the CRUD API.
136136

137137
Driver helpers manipulating or using indexes MUST support a collation option. These include creating, deleting, and
138-
hinting an index. See the [Index Management specification](../index-management/index-management.rst) for details.
138+
hinting an index. See the [Index Management specification](../index-management/index-management.md) for details.
139139

140140
### Require maxWireVersion 5
141141

source/index-management/index-management.md

Lines changed: 992 additions & 968 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)