Skip to content

Commit dbf6540

Browse files
authored
Docsp 30377 move run command pg (#273)
* DOCSP-30377: Move run command page out of CRUD * DOCSP-30377: Move run command page noMongo * DOCSP-30377: Move run out of crud * DOCSP-30377: Move run out of crud * DOCSP-30377: Move run out of crud * DOCSP-30377: Move run out of crud * DOCSP-30377: small fixes * DOCSP-30377: small fixes
1 parent 08f4ec2 commit dbf6540

File tree

5 files changed

+3
-9
lines changed

5 files changed

+3
-9
lines changed

config/redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ raw: ${prefix}/stable -> ${base}/current/
99

1010
[*-master]: ${prefix}/${version}/fundamentals/crud/read-operations/watch/ -> ${base}/${version}/fundamentals/crud/read-operations/changestream/
1111
[*-master]: ${prefix}/${version}/usage-examples/watch/ -> ${base}/${version}/usage-examples/changestream/
12+
[*-master]: ${prefix}/${version}/fundamentals/crud/run-command/ -> ${base}/${version}/fundamentals/run-command/

source/fundamentals.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Fundamentals
33
============
44

5-
.. default-domain:: mongodb
6-
75
.. toctree::
86
:titlesonly:
97
:maxdepth: 1
@@ -19,6 +17,7 @@ Fundamentals
1917
/fundamentals/aggregation
2018
/fundamentals/indexes
2119
/fundamentals/transactions
20+
/fundamentals/run-command
2221
/fundamentals/collations
2322
/fundamentals/monitoring
2423
/fundamentals/gridfs

source/fundamentals/crud.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@
44
CRUD Operations
55
===============
66

7-
.. default-domain:: mongodb
8-
97
.. toctree::
108
:caption: CRUD Operations
119

1210
/fundamentals/crud/read-operations
1311
/fundamentals/crud/write-operations
1412
/fundamentals/crud/compound-operations
15-
/fundamentals/crud/run-command
1613
/fundamentals/crud/write-read-pref
1714

1815
CRUD (Create, Read, Update, Delete) operations enable you to work with
@@ -26,6 +23,4 @@ data stored in MongoDB.
2623
Some operations combine aspects of read and write operations. To learn
2724
more about these hybrid methods, see :ref:`golang-compound-operations`.
2825

29-
To run a raw database operation, see :ref:`golang-run-command`.
30-
3126
To learn about how to modify the way your CRUD operations execute, see :ref:`golang-write-read-pref`.

source/fundamentals/crud/run-command.txt renamed to source/fundamentals/run-command.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
Run a Command
55
=============
66

7-
.. default-domain:: mongodb
8-
97
.. contents:: On this page
108
:local:
119
:backlinks: none

source/includes/fundamentals-sections.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Fundamentals section:
1212
- :ref:`Perform Aggregations <golang-aggregation>`
1313
- :ref:`Construct Indexes <golang-indexes>`
1414
- :ref:`Specify Collations to Order Results <golang-collations>`
15+
- :ref:`Run A Database Command <golang-run-command>`
1516
- :ref:`Use Driver Events in Your Code <golang-monitoring>`
1617
- :ref:`Store and Retrieve Files in MongoDB <golang-gridfs>`
1718
- :ref:`Use a Time Series Collection <golang-time-series>`

0 commit comments

Comments
 (0)