Skip to content
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
2 changes: 1 addition & 1 deletion source/usage-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Usage Examples
Find Operations </usage-examples/find-operations>
Write Operations </usage-examples/write-operations>
Bulk Operations </usage-examples/bulkWrite>
Monitor Data Changes </usage-examples/changestream>
Monitor Data Changes Example </usage-examples/changestream>
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
Monitor Data Changes Example </usage-examples/changestream>
Open a Change Stream </usage-examples/changestream>

Count Documents Method Example </usage-examples/count>
Distinct Field Values </usage-examples/distinct>
Run a Command </usage-examples/command>
Expand Down
6 changes: 3 additions & 3 deletions source/usage-examples/changestream.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.. _golang-watch:
.. _golang-usageex-monitor-changes:

====================
Monitor Data Changes
====================
============================
Monitor Data Changes Example
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
Monitor Data Changes Example
Open a Change Stream Example

S: Discussed this title with Sarah. I would change this title to include Change Stream, as the page titles for pages within the Usage Example section trend towards being more product or method name focused. "Open a Change Stream" will do to ensure page title meets length requirements.

============================

.. meta::
:description: Learn by example: how to monitor data changes in MongoDB by using the {+driver-long+}.
Expand Down
Loading