Skip to content

Commit

Permalink
DOCSP-31824: Update page titles (#774)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9cd60b1)
(cherry picked from commit 226443d)
  • Loading branch information
norareidy committed Sep 6, 2023
1 parent eeb4372 commit dde4fe9
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 15 deletions.
15 changes: 13 additions & 2 deletions config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,16 @@ raw: ${prefix}/stable -> ${base}/current/

[*-master]: ${prefix}/${version}/fundamentals/versioned-api/ -> ${base}/${version}/fundamentals/stable-api/
[*-master]: ${prefix}/${version}/fundamentals/connection/lambda/ -> ${base}/${version}/fundamentals/connection/
[v4.7-*]: ${prefix}/${version}/fundamentals/csfle -> ${base}/${version}/fundamentals/encrypt-fields/
[*-v4.6]: ${prefix}/${version}/fundamentals/encrypt-fields -> ${base}/${version}/fundamentals/csfle/
[*-master]: ${prefix}/${version}/fundamentals/csfle -> ${base}/${version}/fundamentals/encrypt-fields/

[*-v5.0]: ${prefix}/${version}/quick-start/connect-to-mongodb/ -> ${base}/${version}/quick-start/
[*-v5.0]: ${prefix}/${version}/quick-start/create-a-connection-string/ -> ${base}/${version}/quick-start/
[*-v5.0]: ${prefix}/${version}/quick-start/create-a-deployment/ -> ${base}/${version}/quick-start/
[*-v5.0]: ${prefix}/${version}/quick-start/download-and-install/ -> ${base}/${version}/quick-start/
[*-v5.0]: ${prefix}/${version}/quick-start/next-steps/ -> ${base}/${version}/quick-start/

[v4.3-master]: ${prefix}/${version}/fundamentals/utf8-validation/ -> ${base}/${version}/fundamentals/bson/utf8-validation/
[*-v4.2]: ${prefix}/${version}/fundamentals/utf8-validation/ -> ${base}/${version}/

[*-v5.5]: ${prefix}/${version}/fundamentals/run-command/ -> ${base}/${version}/usage-examples/command/
[*-master]: ${prefix}/${version}/fundamentals/crud/write-operations/change-a-document/ -> ${base}/${version}/fundamentals/crud/write-operations/modify/
4 changes: 2 additions & 2 deletions source/fundamentals/crud/write-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Write Operations
- :doc:`/fundamentals/crud/write-operations/insert`
- :doc:`/fundamentals/crud/write-operations/pkFactory`
- :doc:`/fundamentals/crud/write-operations/delete`
- :doc:`/fundamentals/crud/write-operations/change-a-document`
- :doc:`/fundamentals/crud/write-operations/modify`
- :doc:`/fundamentals/crud/write-operations/embedded-arrays`
- :doc:`/fundamentals/crud/write-operations/upsert`

Expand All @@ -17,7 +17,7 @@ Write Operations
/fundamentals/crud/write-operations/insert
/fundamentals/crud/write-operations/pkFactory
/fundamentals/crud/write-operations/delete
/fundamentals/crud/write-operations/change-a-document
/fundamentals/crud/write-operations/modify
/fundamentals/crud/write-operations/embedded-arrays
/fundamentals/crud/write-operations/upsert

8 changes: 3 additions & 5 deletions source/fundamentals/crud/write-operations/delete.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
.. _node-fundamentals-delete:

=================
Delete a Document
=================

.. default-domain:: mongodb
================
Delete Documents
================

.. contents:: On this page
:local:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
.. _node-fundamentals-change-a-document:

=================
Change a Document
=================

.. default-domain:: mongodb
================
Modify Documents
================

.. contents:: On this page
:local:
Expand All @@ -15,7 +13,7 @@ Change a Document
Overview
--------

You can change documents in a MongoDB collection using either **update**
You can modify documents in a MongoDB collection using either **update**
or **replace** operations. Update operations mutate
specified fields in one or more documents and leave other fields and values
unchanged. Replace operations remove all existing fields in one or more
Expand Down

0 comments on commit dde4fe9

Please sign in to comment.