Skip to content

Commit 56af270

Browse files
committed
Docs site: removed draft status from several completed pages
1 parent d00cf49 commit 56af270

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

docs/reference/content/reference/bson/extended-json.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
date = "2015-03-19T14:27:51-04:00"
3-
draft = true
43
title = "Extended JSON"
54
[menu.main]
65
parent = "BSON"
@@ -10,7 +9,7 @@ title = "Extended JSON"
109

1110
## MongoDB Extended JSON
1211

13-
The Java driver supports reading and writing JSON documents with the [JsonReader]({{< apiref "org/bson/json/JsonReader" >}}) and
12+
The Java driver supports reading and writing JSON-like documents with the [JsonReader]({{< apiref "org/bson/json/JsonReader" >}}) and
1413
[JsonWriter]({{< apiref "org/bson/json/JsonWriter" >}}) classes, which can read/write both flavors of
1514
[MongoDB Extended JSON](http://docs.mongodb.org/manual/reference/mongodb-extended-json/):
1615

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
date = "2015-03-19T12:53:30-04:00"
3-
draft = true
43
title = "BSON"
54
[menu.main]
65
parent = "Reference"
@@ -10,6 +9,7 @@ title = "BSON"
109

1110
## BSON
1211

13-
The driver comprehensively supports [BSON](http://www.bsonspec.org), the data storage and network transfer format for “documents”.
12+
The driver comprehensively supports [BSON](http://www.bsonspec.org), the data storage and network transfer format that MongoDB uses for
13+
“documents". BSON, short for Binary [JSON](http://json.org/), is a binary-encoded serialization of JSON-like documents.
1414

1515
- [MongoDB Extended JSON]({{< relref "extended-json.md" >}})

docs/reference/content/reference/connecting/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
date = "2015-03-19T12:53:30-04:00"
3-
draft = true
43
title = "Connecting"
54
[menu.main]
65
parent = "Reference"

docs/reference/content/reference/connecting/ssl.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
date = "2015-03-19T12:53:26-04:00"
3-
draft = true
43
title = "SSL"
54
[menu.main]
65
parent = "Connecting"

0 commit comments

Comments
 (0)