Skip to content

Commit df5db5d

Browse files
DOCSP-17236 drawer pages (#120)
* added drawers for each API page
1 parent 74a1ec5 commit df5db5d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

source/api-documentation.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
=================
2+
API Documentation
3+
=================
4+
5+
.. default-domain:: mongodb
6+
7+
.. toctree::
8+
:titlesonly:
9+
:maxdepth: 1
10+
11+
Bson <http://mongodb.github.io/mongo-java-driver/4.3/apidocs/bson/index.html>
12+
Core <http://mongodb.github.io/mongo-java-driver/4.3/apidocs/mongodb-driver-core/index.html>
13+
Java Driver (modern API) <http://mongodb.github.io/mongo-java-driver/4.3/apidocs/mongodb-driver-sync/index.html>
14+
Java Driver (legacy API) <https://mongodb.github.io/mongo-java-driver/4.3/apidocs/mongodb-driver-legacy/index.html>
15+

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MongoDB Java Driver
1111
/quick-start
1212
/usage-examples
1313
/fundamentals
14-
API Documentation <http://mongodb.github.io/mongo-java-driver/4.3/apidocs/mongodb-driver-sync/>
14+
/api-documentation
1515
/faq
1616
/issues-and-help
1717
/compatibility

0 commit comments

Comments
 (0)