Skip to content

Commit acbdd60

Browse files
authored
Merge pull request #235 from rustagir/DOCSP-48296-name-change
DOCSP-48296: name change + cleanup
2 parents 50730df + 1d03a48 commit acbdd60

29 files changed

+168
-432
lines changed

Makefile

Lines changed: 0 additions & 105 deletions
This file was deleted.

conf-sitemap.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

conf.py

Lines changed: 0 additions & 173 deletions
This file was deleted.

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "guides"
2-
title = "Start with Guides"
2+
title = "Guides"
33

44
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
55

@@ -23,4 +23,4 @@ guides-db = "sample_guides"
2323
guides-coll = "planets"
2424
full-java-version = "4.7.0"
2525
full-dotnet-version = "2.17.0"
26-
fts = "Atlas Search"
26+
fts = "Atlas Search"

source/crud/delete.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,21 +95,22 @@ See the following resources for more in-depth information about the concepts pre
9595

9696
- id: csharp
9797
content: |
98-
- The `MongoDB C# Driver <https://mongodb.github.io/mongo-csharp-driver/2.15/getting_started/quick_tour/#deleting-documents>`__ documentation
98+
- The :driver:`MongoDB C# Driver </csharp/current/fundamentals/crud/write-operations/delete/>` documentation
9999

100100
- id: go
101101
content: |
102102
- The :driver:`MongoDB Go Driver </go/current/fundamentals/crud/write-operations/delete/>` documentation
103103

104104
- id: java-sync
105105
content: |
106-
- The :driver:`MongoDB Java(Sync) Driver </java/sync/current/fundamentals/crud/write-operations/delete/>` documentation
106+
- The :driver:`MongoDB Java (Sync) Driver </java/sync/current/fundamentals/crud/write-operations/delete/>` documentation
107107

108108
- id: nodejs
109109
content: |
110110
- The :driver:`MongoDB Node.js Driver </node/current/fundamentals/crud/write-operations/delete/>` documentation
111111

112112
- id: python
113113
content: |
114+
- The `PyMongo <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/write/delete/>`__ documentation
114115

115116
.. guide-next::

source/crud/insert.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,24 +108,24 @@ concepts presented here:
108108
tabs:
109109
- id: python
110110
content: |
111-
- The `PyMongo <https://pymongo.readthedocs.io/en/stable/tutorial.html#inserting-a-document>`__ documentation
111+
- The `PyMongo <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/write/insert/>`__ documentation
112112

113113
- id: nodejs
114114
content: |
115115
- The :driver:`MongoDB Node.js Driver </node/current/fundamentals/crud/write-operations/insert/>` documentation
116116

117117
- id: csharp
118118
content: |
119-
- The `MongoDB C# Driver <https://mongodb.github.io/mongo-csharp-driver/2.15/getting_started/quick_tour/##insert-multiple-documents>`__ documentation
120-
- `Automapping a Class <https://mongodb.github.io/mongo-csharp-driver/2.15/reference/bson/mapping/conventions/>`__
119+
- The :driver:`MongoDB C# Driver </csharp/current/fundamentals/crud/write-operations/insert/>` documentation
120+
- :driver:`Automapping a Class </csharp/current/fundamentals/serialization/class-mapping/>`
121121

122122
- id: go
123123
content: |
124124
- The :driver:`MongoDB Go Driver </go/current/fundamentals/crud/write-operations/insert/>` documentation
125125

126126
- id: java-sync
127127
content: |
128-
- The :driver:`MongoDB Java(Sync) Driver </java/sync/current/fundamentals/crud/write-operations/insert/>` documentation
128+
- The :driver:`MongoDB Java (Sync) Driver </java/sync/current/fundamentals/crud/write-operations/insert/>` documentation
129129

130130

131131
.. guide-next::

source/crud/read.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ See Also
104104

105105
- id: java-sync
106106
content: |
107-
The :driver:`MongoDB Java(Sync) Driver </java/sync/current>` documentation.
107+
The :driver:`MongoDB Java (Sync) Driver </java/sync/current>` documentation.
108108

109109
For other CRUD guides:
110110

0 commit comments

Comments
 (0)