Skip to content

Commit c347969

Browse files
authored
removing blanks (#57)
1 parent 9fc3fa1 commit c347969

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

source/fundamentals/collations.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
==========
2+
Collations
3+
==========
4+
5+
.. default-domain:: mongodb
6+
7+
A collation is a set of character ordering and matching rules that
8+
apply to a specific language and locale.

source/fundamentals/gridfs.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
======
2+
GridFS
3+
======
4+
5+
.. default-domain:: mongodb
6+
7+
GridFS is a specification implemented by the driver that describes how to
8+
split files into chunks when storing them and reassemble them when retrieving
9+
them. The driver implementation of GridFS is an abstraction that manages
10+
the operations and organization of the file storage.

source/fundamentals/logging.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
=======
2+
Logging
3+
=======
4+
5+
.. default-domain:: mongodb
6+
7+
Logging.

source/fundamentals/monitoring.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
==========
2+
Monitoring
3+
==========
4+
5+
.. default-domain:: mongodb
6+
7+
Monitoring with the MongoDB Go driver.

0 commit comments

Comments
 (0)