-
Notifications
You must be signed in to change notification settings - Fork 26
DOCSP-50338: Reorganize Data Formats pages #642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| .. _csharp-document-formats: | ||
|
|
||
| ================ | ||
| Document Formats | ||
| ================ | ||
|
|
||
| .. contents:: On this page | ||
| :local: | ||
| :backlinks: none | ||
| :depth: 2 | ||
| :class: singlecol | ||
|
|
||
| .. facet:: | ||
| :name: genre | ||
| :values: reference | ||
|
|
||
| .. meta:: | ||
| :keywords: bson, json, object, notation, read, write | ||
|
|
||
| .. toctree:: | ||
| :caption: Document Formats | ||
|
|
||
| BSON </document-formats/bson> | ||
| Extended JSON </document-formats/extended-json> | ||
|
|
||
| Learn about using different document formats with the {+driver-short+} in the following guides: | ||
|
|
||
| - :ref:`csharp-bson` | ||
| - :ref:`csharp-extended-json` | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,8 +23,11 @@ MongoDB C# Driver | |
| Run a Database Command </run-command> | ||
| Atlas Search </atlas-search> | ||
| Atlas Vector Search </atlas-vector-search> | ||
| Time Series </time-series> | ||
| Logging and Monitoring </logging-and-monitoring> | ||
| Security </security> | ||
| Serialization </serialization> | ||
| Document Formats </document-formats> | ||
|
Comment on lines
+28
to
+29
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Q: in this reorg, is the goal to move all the content from "Data Formats" into either "Serialization" or "Document Formats"? In that case should you delete the "Data Formats" page? right now it's just a landing page with no L2 pages
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also the empty "Custom Types" page is linked on "Data Formats"
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will fix! |
||
| Integrations </integrations> | ||
| Reference </reference> | ||
| API Documentation <{+api-root+}> | ||
|
|
@@ -96,6 +99,11 @@ rather than keyword matches in the | |
| `Atlas Vector Search <https://www.mongodb.com/docs/atlas/atlas-search/tutorial/>`__ | ||
| documentation. | ||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I: you can remove the Data Formats section from lines 71-75 |
||
| Time Series | ||
| ----------- | ||
|
|
||
| Learn how to work with time series collections in the :ref:`csharp-time-series` section. | ||
|
|
||
| Logging and Monitoring | ||
| ---------------------- | ||
|
|
||
|
|
@@ -108,6 +116,16 @@ Secure Your Data | |
| Learn about ways you can authenticate your application and encrypt your data in | ||
| the :ref:`csharp-security` section. | ||
|
|
||
| Serialization | ||
| ------------- | ||
|
|
||
| Learn how to serialize and deserialize data in the :ref:`csharp-serialization` section. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I: I can't comment on the page directly, but serialization/custom-types is just a blank page. did you mean to delete it or is there missing content?
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it's also not accessible in the Serialization drawer, only if you go to the link directly
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will delete that page! |
||
|
|
||
| Document Formats | ||
| ---------------- | ||
|
|
||
| Learn about different notations you can use to read and write data in the :ref:`csharp-document-formats` section. | ||
|
|
||
| Reference | ||
| --------- | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.