Skip to content

Commit a2d9131

Browse files
committed
Split Database docs into API and tutorial
1 parent f6d110f commit a2d9131

File tree

4 files changed

+475
-84
lines changed

4 files changed

+475
-84
lines changed

docs/classes/collection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ writeConcern (MongoDB\Driver\WriteConcern)
5757
### See Also
5858

5959
* [MongoDB\Collection::withOptions()](#withoptions)
60+
* [MongoDB\Database::selectCollection()](database.md#selectcollection)
6061

6162
---
6263

@@ -411,6 +412,7 @@ object(MongoDB\Model\BSONDocument)#11 (1) {
411412

412413
### See Also
413414

415+
* [MongoDB\Database::dropCollection()](database.md#dropcollection)
414416
* [MongoDB Manual: drop command](https://docs.mongodb.org/manual/reference/command/drop/)
415417

416418
---

0 commit comments

Comments
 (0)