Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions snooty.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name = "csharp"
title = "C#/.NET"
toc_landing_pages = [
"/fundamentals/connection",
"/fundamentals/crud",
"/usage-examples",
"/fundamentals",
"/fundamentals/serialization",
"/fundamentals/crud/write-operations/update-one",
"/fundamentals/crud/write-operations/update-many",
"/fundamentals/authentication",
"/upgrade",
"/fundamentals/database-collection"
]
name = "csharp"
title = "C#/.NET"

intersphinx = [
"https://www.mongodb.com/docs/manual/objects.inv",
Expand Down
9 changes: 7 additions & 2 deletions source/fundamentals/crud/write-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ Write Operations
:caption: Write Operations

Insert </fundamentals/crud/write-operations/insert>
Modify </fundamentals/crud/write-operations/modify>
Update One </fundamentals/crud/write-operations/update-one>
Update Many </fundamentals/crud/write-operations/update-many>
Replace </fundamentals/crud/write-operations/replace>
Delete </fundamentals/crud/write-operations/delete>

- :ref:`csharp-change-guide`
- :ref:`csharp-insert-guide`
- :ref:`csharp-update-one`
- :ref:`csharp-update-many`
- :ref:`csharp-replace-documents`
- :ref:`csharp-delete-guide`
- :ref:`csharp-insert-guide`
Loading
Loading