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.14] Merge pull request #437 from shuangela/DOCSP-46756-monitor-changes-title #470

Merged
merged 4 commits into from
Mar 10, 2025
Merged
Show file tree
Hide file tree
Changes from all 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/usage-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ 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>
Count Documents Method Example </usage-examples/count>
Open a Change Stream </usage-examples/changestream>
Count Documents Method </usage-examples/count>
Distinct Field Values </usage-examples/distinct>
Run a Command </usage-examples/command>
Use Struct Tags </usage-examples/struct-tagging>
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
====================
============================
Open a Change Stream Example
============================

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