Skip to content
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

[v1.13] Merge pull request #437 from shuangela/DOCSP-46756-monitor-changes-title #471

Merged
merged 4 commits into from
Mar 10, 2025
Merged
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 36cf7fe)
shuangela committed Mar 10, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 7d9a18a06e2ef7c0bc47d0f68eb3a2df5cdaa809
2 changes: 1 addition & 1 deletion source/usage-examples.txt
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ Usage Examples
Find Operations </usage-examples/find-operations>
Write Operations </usage-examples/write-operations>
Bulk Operations </usage-examples/bulkWrite>
Watch for Changes </usage-examples/changestream>
Monitor Data Changes Example </usage-examples/changestream>
Count Documents Method Example </usage-examples/count>
Distinct Field Values </usage-examples/distinct>
Run a Command </usage-examples/command>
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:

=================
Watch for Changes
=================
============================
Monitor Data Changes Example
============================

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