File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
docs/reference/content/reference Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ title = "BSON"
12
12
The driver comprehensively supports [ BSON] ( http://www.bsonspec.org ) , the data storage and network transfer format that MongoDB uses for
13
13
“documents". BSON, short for Binary [ JSON] ( http://json.org/ ) , is a binary-encoded serialization of JSON-like documents.
14
14
15
- - [ MongoDB Extended JSON] ({{< relref "extended-json.md" >}})
15
+ - [ MongoDB Extended JSON] ({{< relref "extended-json.md" >}}): Documentation of the driver's support for MongoDB Extended JSON
Original file line number Diff line number Diff line change @@ -6,12 +6,13 @@ title = "Reference"
6
6
pre = " <i class='fa fa-book'></i>"
7
7
+++
8
8
9
- ## Reference Page index
9
+ ## Reference
10
10
11
- The reference documentation is not an API reference. You can review those [ here ] ( http://api.mongodb.org/java/3.0/ ) . Instead, the
12
- reference documentation will focus on high-level documentation and use-cases.
11
+ The reference documentation for the Java driver focuses on high-level documentation and use-cases. The Javadoc-generated API reference is
12
+ [ here ] ( http://api.mongodb.org/java/3.0/ ) .
13
13
14
- - [ BSON] ({{< relref "reference/bson/index.md" >}})
15
- - [ Connecting] ({{< relref "reference/connecting/index.md" >}})
16
- - [ Management] ({{< relref "reference/management/index.md" >}})
14
+ - [ BSON] ({{< relref "reference/bson/index.md" >}}): Documentation of the driver's support for [ BSON] ( http://www.bsonspec.org )
15
+ - [ Connecting] ({{< relref "reference/connecting/index.md" >}}): Documentation of the driver's support for connecting to MongoDB servers
16
+ - [ Management] ({{< relref "reference/management/index.md" >}}): Documentation of the driver's support for logging and monitoring of its
17
+ internal state
17
18
You can’t perform that action at this time.
0 commit comments