Skip to content

Commit d982c05

Browse files
authored
DOCSP-48812 - Match PyMongo TOC (#556)
1 parent d2b5421 commit d982c05

File tree

87 files changed

+1386
-1316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1386
-1316
lines changed

snooty.toml

+4-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
toc_landing_pages = [
2-
"/fundamentals/connection",
3-
"/fundamentals/crud",
4-
"/usage-examples",
5-
"/fundamentals",
6-
"/fundamentals/serialization",
7-
"/fundamentals/crud/write-operations/update-one",
8-
"/fundamentals/crud/write-operations/update-many",
9-
"/fundamentals/authentication",
10-
"/upgrade",
11-
"/fundamentals/database-collection",
12-
"/get-started"
2+
"/get-started",
3+
"/connect/connection-options",
4+
"/security/authentication"
135
]
146
name = "csharp"
157
title = "C#/.NET"
@@ -47,5 +39,5 @@ string-data-type = "``string``"
4739
int-data-type = "``integer``"
4840
not-available = "N/A"
4941
analyzer = "MongoDB C# Analyzer"
50-
analyzer-short = "C# Analzyer"
42+
analyzer-short = "C# Analyzer"
5143
query-api = "MongoDB Query API"

0 commit comments

Comments
 (0)