Skip to content

Commit 870fc35

Browse files
committed
wip
1 parent 218886a commit 870fc35

File tree

9 files changed

+80
-5
lines changed

9 files changed

+80
-5
lines changed

snooty.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
toc_landing_pages = [
22
"/get-started",
33
"/connect/connection-options",
4-
"/crud"
4+
"/crud",
5+
"/security/authentication"
56
]
67
name = "csharp"
78
title = "C#/.NET"

source/connect.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ Connect to MongoDB
2525
Create a MongoClient </connect/mongoclient>
2626
Choose a Connection Target </connect/connection-targets>
2727
Specify Connection Options </connect/connection-options>
28-
Connect with AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>

source/data-formats.txt

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,41 @@
1-
.. _csharp-data-formats:
1+
.. _csharp-data-formats:
2+
3+
========================
4+
Specialized Data 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, guid, serialization, extended json, custom types, time series
19+
20+
.. toctree::
21+
:titlesonly:
22+
:maxdepth: 1
23+
24+
BSON </data-formats/bson>
25+
Extended JSON </data-formats/extended-json>
26+
Custom Types </data-formats/custom-types>
27+
GUIDs </data-formats/guids>
28+
Time Series Data </data-formats/time-series>
29+
30+
Overview
31+
--------
32+
33+
You can use several types of specialized data formats in your {+driver-short+}
34+
application. To learn how to work with these data formats, see the following
35+
sections:
36+
37+
- Learn how to work with BSON documents in the :ref:`csharp-bson` guide.
38+
- Learn how to translate BSON to Extended JSON in the :ref:`csharp-extended-json` guide.
39+
- Learn how to serialize custom types in the :ref:`csharp-custom-types` guide.
40+
- Learn about globally unique identifiers (GUIDs) and how to maintain cross-language
41+
compatibility while working with them in the :ref:`csharp-guids` guide.
File renamed without changes.

source/logging-and-monitoring.txt

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
.. _csharp-logging-monitoring:
1+
.. _csharp-logging-monitoring:
2+
3+
======================
4+
Logging and Monitoring
5+
======================
6+
7+
.. facet::
8+
:name: programming_language
9+
:values: csharp
10+
11+
.. meta::
12+
:keywords: dotnet
13+
14+
.. toctree::
15+
16+
Logging </logging-and-monitoring/logging>
17+
Monitoring </logging-and-monitoring/monitoring>
18+
Change Streams </logging-and-monitoring/change-streams>

source/security.txt

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
.. _csharp-security:
1+
.. _csharp-security:
2+
3+
========
4+
Security
5+
========
6+
7+
.. facet::
8+
:name: programming_language
9+
:values: csharp
10+
11+
.. meta::
12+
:keywords: dotnet
13+
14+
.. toctree::
15+
16+
Authentication </security/authentication>
17+
In-Use Encryption </security/encryption>
18+
TLS/SSL </security/tls-ssl>

source/security/encrypt-fields.txt renamed to source/security/in-use-encryption.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. _csharp-fle:
2+
.. _csharp-in-use-encryption:
23

34
.. sharedinclude:: dbx/encrypt-fields.rst
45

File renamed without changes.

0 commit comments

Comments
 (0)