Skip to content

Commit a5037cd

Browse files
author
Chris Cho
authored
DOCSP-29114: API documentation summary (#366)
* DOCSP-29114: API documentation summary
1 parent 7035747 commit a5037cd

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

source/api-documentation.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22
API Documentation
33
=================
44

5-
.. default-domain:: mongodb
5+
- `BSON <{+api+}/apidocs/bson/index.html>`__ - classes for working with the
6+
BSON data format.
7+
- `BSON Record Codec <{+api+}/apidocs/bson-record-codec/index.html>`__ -
8+
classes for encoding and decoding between Java records and the BSON data
9+
format.
10+
- `Core <{+api+}/apidocs/mongodb-driver-core/index.html>`__ - classes that
11+
contain essential driver functionality.
12+
- `Java Driver (modern API) <{+api+}/apidocs/mongodb-driver-sync/index.html>`__ -
13+
classes for the current driver API.
14+
- `Java Driver (legacy API) <{+api+}/apidocs/mongodb-driver-legacy/index.html>`__ -
15+
classes that support the legacy driver API. To learn how to upgrade from the
16+
legacy API to the modern API from the :ref:`<java-legacy-api>` documentation.
617

718
.. toctree::
819
:titlesonly:
@@ -13,4 +24,4 @@ API Documentation
1324
Core <{+api+}/apidocs/mongodb-driver-core/index.html>
1425
Java Driver (modern API) <{+api+}/apidocs/mongodb-driver-sync/index.html>
1526
Java Driver (legacy API) <{+api+}/apidocs/mongodb-driver-legacy/index.html>
16-
27+

0 commit comments

Comments
 (0)