Skip to content

Commit fb11697

Browse files
committed
DOCSP-50338: Reorganize Data Formats pages
1 parent 4e6c7ba commit fb11697

File tree

11 files changed

+51
-1
lines changed

11 files changed

+51
-1
lines changed

source/document-formats.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.. _csharp-document-formats:
2+
3+
================
4+
Document Formats
5+
================
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 2
11+
:class: singlecol
12+
13+
.. facet::
14+
:name: genre
15+
:values: reference
16+
17+
.. meta::
18+
:keywords: bson, json, object, notation, read, write
19+
20+
.. toctree::
21+
:caption: Document Formats
22+
23+
BSON </document-formats/bson>
24+
Extended JSON </document-formats/extended-json>
File renamed without changes.
File renamed without changes.

source/index.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ MongoDB C# Driver
2323
Run a Database Command </run-command>
2424
Atlas Search </atlas-search>
2525
Atlas Vector Search </atlas-vector-search>
26+
Time Series </time-series>
2627
Logging and Monitoring </logging-and-monitoring>
2728
Security </security>
29+
Serialization </serialization>
30+
Document Formats </document-formats>
2831
Integrations </integrations>
2932
Reference </reference>
3033
API Documentation <{+api-root+}>
@@ -96,6 +99,11 @@ rather than keyword matches in the
9699
`Atlas Vector Search <https://www.mongodb.com/docs/atlas/atlas-search/tutorial/>`__
97100
documentation.
98101

102+
Time Series
103+
-----------
104+
105+
Learn how to work with time series collections in the :ref:`csharp-time-series` section.
106+
99107
Logging and Monitoring
100108
----------------------
101109

@@ -108,6 +116,16 @@ Secure Your Data
108116
Learn about ways you can authenticate your application and encrypt your data in
109117
the :ref:`csharp-security` section.
110118

119+
Serialization
120+
-------------
121+
122+
Learn how to serialize and deserialize data in the :ref:`csharp-serialization` section.
123+
124+
Document Formats
125+
----------------
126+
127+
Learn about different notations you can use to read and write data in the :ref:`csharp-document-formats` section.
128+
111129
Reference
112130
---------
113131

source/data-formats/custom-types/serialization.txt renamed to source/serialization.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ Serialization
1616
:backlinks: none
1717
:depth: 2
1818
:class: singlecol
19-
19+
20+
.. toctree::
21+
:caption: Custom Types
22+
23+
Class Mapping </serialization/class-mapping>
24+
POCOs </serialization/custom-types/poco>
25+
Polymorphic Objects </serialization/polymorphic-objects>
26+
GUIDs </serialization/guids>
27+
2028
Overview
2129
--------
2230

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)