Skip to content

Commit b30bc4c

Browse files
authored
DOCSP-17062: Data Formats drawer (#108)
* DOCSP-17062: add page links This PR resolves DOCSP-17062 by removing the overview section and adding page links to each document within the data formats section. * bullet list entries
1 parent 7541730 commit b30bc4c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

source/fundamentals/data-formats.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ Data Formats
44

55
.. default-domain:: mongodb
66

7+
- :doc:`/fundamentals/data-formats/document-data-format-bson`
8+
- :doc:`/fundamentals/data-formats/document-data-format-extended-json`
9+
- :doc:`/fundamentals/data-formats/documents`
10+
- :doc:`/fundamentals/data-formats/document-data-format-pojo`
11+
- :doc:`/fundamentals/data-formats/pojo-customization`
12+
- :doc:`/fundamentals/data-formats/codecs`
13+
714
.. toctree::
15+
:caption: Data Formats
816

917
/fundamentals/data-formats/document-data-format-bson
1018
/fundamentals/data-formats/document-data-format-extended-json
@@ -13,8 +21,4 @@ Data Formats
1321
/fundamentals/data-formats/pojo-customization
1422
/fundamentals/data-formats/codecs
1523

16-
Overview
17-
--------
1824

19-
Description about Data Formats, provide some guidance on where to find
20-
specific info.

0 commit comments

Comments
 (0)