Skip to content

Commit dc736f4

Browse files
author
Dave Cuthbert
authored
Docsp 30396 fix path v7.0 (#3279)
* DOCSP-30396 fix broken path * Unrelated build errors
1 parent 68385fc commit dc736f4

File tree

9 files changed

+9
-14
lines changed

9 files changed

+9
-14
lines changed

source/includes/atlas-search-commands/atlas-search-command-table.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
* - :dbcommand:`createSearchIndexes`
1010

11-
- .. include:: /includes/atlas-search-commands/command-descriptions.rst/createSearchIndexes-description.rst
11+
- .. include:: /includes/atlas-search-commands/command-descriptions/createSearchIndexes-description.rst
1212

1313
* - :dbcommand:`dropSearchIndex`
1414

15-
- .. include:: /includes/atlas-search-commands/command-descriptions.rst/dropSearchIndex-description.rst
15+
- .. include:: /includes/atlas-search-commands/command-descriptions/dropSearchIndex-description.rst
1616

1717
* - :dbcommand:`updateSearchIndex`
1818

19-
- .. include:: /includes/atlas-search-commands/command-descriptions.rst/updateSearchIndex-description.rst
19+
- .. include:: /includes/atlas-search-commands/command-descriptions/updateSearchIndex-description.rst

source/reference/command.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -949,13 +949,13 @@ Atlas Search Commands
949949
- Description
950950

951951
* - :dbcommand:`createSearchIndexes`
952-
- .. include:: /includes/atlas-search-commands/command-descriptions.rst/createSearchIndexes-description.rst
952+
- .. include:: /includes/atlas-search-commands/command-descriptions/createSearchIndexes-description.rst
953953

954954
* - :dbcommand:`dropSearchIndex`
955-
- .. include:: /includes/atlas-search-commands/command-descriptions.rst/dropSearchIndex-description.rst
955+
- .. include:: /includes/atlas-search-commands/command-descriptions/dropSearchIndex-description.rst
956956

957957
* - :dbcommand:`updateSearchIndex`
958-
- .. include:: /includes/atlas-search-commands/command-descriptions.rst/updateSearchIndex-description.rst
958+
- .. include:: /includes/atlas-search-commands/command-descriptions/updateSearchIndex-description.rst
959959

960960
.. toctree::
961961
:titlesonly:

source/reference/command/createSearchIndexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Definition
1515

1616
.. dbcommand:: createSearchIndexes
1717

18-
.. include:: /includes/atlas-search-commands/command-descriptions.rst/createSearchIndexes-description.rst
18+
.. include:: /includes/atlas-search-commands/command-descriptions/createSearchIndexes-description.rst
1919

2020
.. include:: /includes/atlas-search-commands/atlas-only-db-command.rst
2121

source/reference/command/dropSearchIndex.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Definition
1515

1616
.. dbcommand:: dropSearchIndex
1717

18-
.. include:: /includes/atlas-search-commands/command-descriptions.rst/dropSearchIndex-description.rst
18+
.. include:: /includes/atlas-search-commands/command-descriptions/dropSearchIndex-description.rst
1919

2020
.. include:: /includes/atlas-search-commands/atlas-only-db-command.rst
2121

source/reference/command/updateSearchIndex.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Definition
1515

1616
.. dbcommand:: updateSearchIndex
1717

18-
.. include:: /includes/atlas-search-commands/command-descriptions.rst/updateSearchIndex-description.rst
18+
.. include:: /includes/atlas-search-commands/command-descriptions/updateSearchIndex-description.rst
1919

2020
.. include:: /includes/atlas-search-commands/atlas-only-db-command.rst
2121

source/release-notes/7.0-compatibility.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ Compatibility Changes in MongoDB 7.0
1212
:depth: 1
1313
:class: singlecol
1414

15-
<<<<<<< HEAD
16-
This page describes changes introduced in MongoDB 7.0 that can affect
17-
compatibility with older versions of MongoDB.
18-
=======
1915
.. |version| replace:: 7.0
2016
.. include:: /includes/rapid-release.rst
2117

@@ -64,4 +60,3 @@ If you encrypted data using the {+qe-preview+}:
6460
collection from a driver to output the decrypted data.
6561
* MongoDB 7.0 drivers can't query encrypted fields on data encrypted
6662
with MongoDB 6.x drivers, so you must query the entire collection.
67-
>>>>>>> 3f72852ce (Cleaned feature branch)

0 commit comments

Comments
 (0)