Skip to content

Commit 4f368c4

Browse files
authored
docs: remove toc option, update links (#3042)
1 parent a766f1c commit 4f368c4

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The official [MongoDB](https://www.mongodb.com/) driver for Node.js.
99
| what | where |
1010
| ------------- | ------------------------------------------------------------------------------------------------------- |
1111
| documentation | [docs.mongodb.com/drivers/node](https://docs.mongodb.com/drivers/node) |
12-
| api-doc | [mongodb.github.io/node-mongodb-native/4.1/](https://mongodb.github.io/node-mongodb-native/4.1/) |
12+
| api-doc | [mongodb.github.io/node-mongodb-native/4.2/](https://mongodb.github.io/node-mongodb-native/4.2/) |
1313
| npm package | [www.npmjs.com/package/mongodb](https://www.npmjs.com/package/mongodb) |
1414
| source | [github.com/mongodb/node-mongodb-native](https://github.com/mongodb/node-mongodb-native) |
1515
| mongodb | [www.mongodb.com](https://www.mongodb.com) |

typedoc.json

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,6 @@
22
"entryPoints": [
33
"src/index.ts"
44
],
5-
"toc": [
6-
"Admin",
7-
"AggregationCursor",
8-
"Binary",
9-
"BSONRegExp",
10-
"ChangeStream",
11-
"Code",
12-
"Collection",
13-
"Db",
14-
"Decimal128",
15-
"Double",
16-
"FindCursor",
17-
"GridFSBucket",
18-
"Int32",
19-
"Long",
20-
"MongoClient",
21-
"MongoClientOptions",
22-
"MongoError",
23-
"MongoNetworkError",
24-
"MongoParseError",
25-
"MongoServerSelectionError",
26-
"MongoTimeoutError",
27-
"MongoWriteConcernError",
28-
"ObjectId",
29-
"ReadConcern",
30-
"ReadPreference",
31-
"WriteConcern"
32-
],
5+
"excludeTags": ["internal"],
336
"out": "docs/public"
347
}

0 commit comments

Comments
 (0)