Skip to content

Commit

Permalink
DRIVERS-2789 Convert Index Management Spec to Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 6, 2024
1 parent 9ccd796 commit 5c13119
Show file tree
Hide file tree
Showing 10 changed files with 2,296 additions and 1,333 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The `timeoutMS` option applies to all operations defined in the following specif
- [Enumerating Collections](../enumerate-collections.rst)
- [Enumerating Databases](../enumerate-databases.rst)
- [GridFS](../gridfs/gridfs-spec.md)
- [Index Management](../index-management/index-management.rst)
- [Index Management](../index-management/index-management.md)
- [Transactions](../transactions/transactions.md)
- [Convenient API for Transactions](../transactions-convenient-api/transactions-convenient-api.rst)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ specifications:
- `Enumerating Collections <../enumerate-collections.rst>`__
- `Enumerating Databases <../enumerate-databases.rst>`__
- `GridFS <../gridfs/gridfs-spec.md>`__
- `Index Management <../index-management/index-management.rst>`__
- `Index Management <../index-management/index-management.md>`__
- `Transactions <../transactions/transactions.rst>`__
- `Convenient API for Transactions <../transactions-convenient-api/transactions-convenient-api.rst>`__

Expand Down
2 changes: 1 addition & 1 deletion source/collation/collation.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ The collation option is sent to the server in the form of a BSON Document. See t
[CRUD specification](../crud/crud.md#naming) for details on supporting the option in the CRUD API.

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

### Require maxWireVersion 5

Expand Down
1,960 changes: 992 additions & 968 deletions source/index-management/index-management.md

Large diffs are not rendered by default.

Loading

0 comments on commit 5c13119

Please sign in to comment.