Skip to content

Commit b9108f3

Browse files
shuangelarachel-mack
authored andcommitted
review
1 parent d123f8e commit b9108f3

File tree

6 files changed

+3
-228
lines changed

6 files changed

+3
-228
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
[PR Reviewing Guidelines](https://github.com/mongodb/docs-golang/blob/master/REVIEWING.md)
44

55
JIRA - <https://jira.mongodb.org/browse/DOCSP-NNNNN>
6-
7-
### Staging Links
8-
<!-- start insert-links --><!-- end insert-links -->
6+
Staging - <https://docs-mongodbcom-staging.corp.mongodb.com/drivers/docsworker-xlarge/NNNNN/>
97

108
## Self-Review Checklist
119

.github/workflows/add-netlify-links.yml

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

snooty.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ driver-long = "MongoDB Go Driver"
2424
driver-short = "Go driver"
2525
language = "Go"
2626
docs-branch = "master"
27-
version = "v2.2"
28-
full-version = "{+version+}.2"
27+
version = "v2.1"
28+
full-version = "{+version+}.0"
2929
example = "https://raw.githubusercontent.com/mongodb/docs-golang/{+docs-branch+}/source/includes/usage-examples/code-snippets"
3030
api = "https://pkg.go.dev/go.mongodb.org/mongo-driver/{+api-version+}"
31-
min-lang-version = "1.19"
3231
stable-api = "Stable API"
3332
qe = "Queryable Encryption"
3433
key-vault-long = "key vault collection"

source/connect/connection-options.txt

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

source/connect/connection-options/specify-connection-options.txt

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

source/crud/update/replace.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -166,22 +166,3 @@ guide, see the following API Documentation:
166166

167167
- `ReplaceOne() <{+api+}/mongo#Collection.ReplaceOne>`__
168168
- `UpdateResult <{+api+}/mongo#UpdateResult>`__
169-
170-
=================
171-
Replace Documents
172-
=================
173-
174-
.. contents:: On this page
175-
:local:
176-
:backlinks: none
177-
:depth: 2
178-
:class: singlecol
179-
180-
.. facet::
181-
:name: genre
182-
:values: reference
183-
184-
.. meta::
185-
:keywords: code example, go, write, add data, change
186-
187-
.. TODO

0 commit comments

Comments
 (0)