Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change title
(cherry picked from commit 94efb25)
  • Loading branch information
shuangela committed Mar 4, 2025
commit 0d41210bca762b6fed06c1e368b50c085e41d02c
2 changes: 1 addition & 1 deletion source/fundamentals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Fundamentals
Indexes </fundamentals/indexes>
Transactions </fundamentals/transactions>
Logging </fundamentals/logging>
Run a Database Command </fundamentals/run-command>
Run a Command </fundamentals/run-command>
Collations </fundamentals/collations>
Monitoring </fundamentals/monitoring>
GridFS </fundamentals/gridfs>
Expand Down
6 changes: 3 additions & 3 deletions source/fundamentals/run-command.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _golang-run-command:

======================
Run a Database Command
======================
=============
Run a Command
=============

.. contents:: On this page
:local:
Expand Down
2 changes: 1 addition & 1 deletion source/usage-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Usage Examples
Monitor Data Changes </usage-examples/changestream>
Count Documents Method Example </usage-examples/count>
Distinct Field Values </usage-examples/distinct>
Run a Command </usage-examples/command>
Run a Command Example </usage-examples/command>
Use Struct Tags </usage-examples/struct-tagging>

Overview
Expand Down
6 changes: 3 additions & 3 deletions source/usage-examples/command.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _golang-run-command-usage-example:

=============
Run a Command
=============
=====================
Run a Command Example
=====================

.. default-domain:: mongodb

Expand Down