Skip to content

DOCSP-46758 Change Run Command page title #1009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
4 changes: 2 additions & 2 deletions source/fundamentals/run-command.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _node-run-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 @@ -26,7 +26,7 @@ Usage Examples
Delete </usage-examples/delete-operations>
Count Documents </usage-examples/count>
Distinct Field Values </usage-examples/distinct>
Run a Command </usage-examples/command>
Run a Command Example </usage-examples/command>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Run a Command Example </usage-examples/command>
Run a Command </usage-examples/command>

I would leave Example out of the TOC title to make the title concise. In the TOC, the page is already in the Usage Example section, so users can use that context to know the page is an example. Let me know if this make sense to you, thanks!

Watch for Changes </usage-examples/changeStream>
Bulk Operations </usage-examples/bulkWrite>
Perform a Transaction </usage-examples/transactions>
Expand Down
6 changes: 3 additions & 3 deletions source/usage-examples/command.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
.. meta::
:keywords: code example, multiple, modify, customize, debug

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

You can execute database commands by using the
`command() <{+api+}/classes/Db.html#command>`__ method on a ``Db``
Expand Down
Loading