Skip to content

Commit 8fbac3f

Browse files
committed
Docs site: Updated reference landing pages
1 parent 56af270 commit 8fbac3f

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/reference/content/reference/bson/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ title = "BSON"
1212
The driver comprehensively supports [BSON](http://www.bsonspec.org), the data storage and network transfer format that MongoDB uses for
1313
“documents". BSON, short for Binary [JSON](http://json.org/), is a binary-encoded serialization of JSON-like documents.
1414

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

docs/reference/content/reference/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ title = "Reference"
66
pre = "<i class='fa fa-book'></i>"
77
+++
88

9-
## Reference Page index
9+
## Reference
1010

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/).
1313

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
1718

0 commit comments

Comments
 (0)