Skip to content

Commit 8fb98dd

Browse files
authored
docs: remove deprecated docs folder
NODE-2877
1 parent 8c41499 commit 8fb98dd

File tree

312 files changed

+3
-65194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

312 files changed

+3
-65194
lines changed

Makefile

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Another tip is to ensure your user has write permission to wherever the Node.js
137137

138138
## Quick Start
139139

140-
This guide will show you how to set up a simple application using Node.js and MongoDB. Its scope is only how to set up the driver and perform the simple CRUD operations. For more in-depth coverage, see the [tutorials](docs/reference/content/tutorials/main.md).
140+
This guide will show you how to set up a simple application using Node.js and MongoDB. Its scope is only how to set up the driver and perform the simple CRUD operations. For more in-depth coverage, see the [official documentation](https://docs.mongodb.com/drivers/node/).
141141

142142
### Create the `package.json` file
143143

@@ -481,11 +481,12 @@ MongoClient.connect(url, function(err, client) {
481481
});
482482
```
483483

484-
For more detailed information, see the [tutorials](docs/reference/content/tutorials/main.md).
484+
For more detailed information, see the [official documentation](https://docs.mongodb.com/drivers/node/).
485485

486486
## Next Steps
487487

488488
* [MongoDB Documentation](http://mongodb.org)
489+
* [MongoDB Node Driver Offical Documentation](https://docs.mongodb.com/drivers/node/)
489490
* [Read about Schemas](http://learnmongodbthehardway.com)
490491
* [Star us on GitHub](https://github.com/mongodb/node-mongodb-native)
491492

conf.json

Lines changed: 0 additions & 75 deletions
This file was deleted.

docs/Makefile

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/build

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)