Skip to content

Commit 04e1c6c

Browse files
committed
➕ Put back the api-documentation.txt file
1 parent 45ec626 commit 04e1c6c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

source/api-documentation.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
.. _java-api-landing:
2+
3+
=================
4+
API Documentation
5+
=================
6+
7+
.. meta::
8+
:description: Read the API documentation for the {+driver-long+} and related packages.
9+
10+
- `BSON <{+api+}/apidocs/bson/index.html>`__ - classes for working with the
11+
BSON data format.
12+
- `BSON Record Codec <{+api+}/apidocs/bson-record-codec/index.html>`__ -
13+
classes for encoding and decoding between Java records and the BSON data
14+
format.
15+
- `Core <{+api+}/apidocs/mongodb-driver-core/index.html>`__ - classes that
16+
contain essential driver functionality.
17+
- `Java Driver (modern API) <{+api+}/apidocs/mongodb-driver-sync/index.html>`__ -
18+
classes for the current driver API.
19+
- `Java Driver (legacy API) <{+api+}/apidocs/mongodb-driver-legacy/index.html>`__ -
20+
classes that support the legacy driver API. To learn how to upgrade from the
21+
legacy API to the modern API from the :ref:`<java-legacy-api>` documentation.
22+
23+
.. toctree::
24+
:titlesonly:
25+
:maxdepth: 1
26+
27+
BSON <{+api+}/apidocs/bson/index.html>
28+
BSON Record Codec <{+api+}/apidocs/bson-record-codec/index.html>
29+
Core <{+api+}/apidocs/mongodb-driver-core/index.html>
30+
Java Driver (modern API) <{+api+}/apidocs/mongodb-driver-sync/index.html>
31+
Java Driver (legacy API) <{+api+}/apidocs/mongodb-driver-legacy/index.html>
32+

0 commit comments

Comments
 (0)