Skip to content

Commit 2fc00df

Browse files
committed
Remove include in case it was causing issues
1 parent ba66828 commit 2fc00df

14 files changed

+9
-19
lines changed

source/includes/api-details/cpp/sync/manage-sync-subscriptions-add-subscription-description.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ To add a subscription:
88
subset of the objects that match the query.
99

1010
.. include:: /includes/note-cpp-supports-subset-of-rql.rst
11+
12+
.. include:: /includes/api-details/cpp/sync/manage-sync-subscriptions-refresh-realm-description.rst

source/includes/api-details/cpp/sync/manage-sync-subscriptions-change-named-subscription-description.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ This gives you access to a :cpp-sdk:`mutable_sync_subscription_set
66

77
You can change a ``sync_subscription``'s query in an update. You can add, remove,
88
or update the query string for a given ``sync_subscription``.
9+
10+
.. include:: /includes/api-details/cpp/sync/manage-sync-subscriptions-refresh-realm-description.rst
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
You can remove all subscriptions in a subscription set using the ``clear()``
22
function.
3+
4+
.. include:: /includes/api-details/cpp/sync/manage-sync-subscriptions-refresh-realm-description.rst

source/includes/api-details/cpp/sync/manage-sync-subscriptions-remove-named-subscription-description.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ You can remove a specific subscription by name using the ``remove()`` function
22
inside a ``subscription().updates()`` block. Removing a subscription by name
33
throws an error if the subscription does not exist, so you should check for a
44
subscription before removing it.
5+
6+
.. include:: /includes/api-details/cpp/sync/manage-sync-subscriptions-refresh-realm-description.rst

source/includes/sdk-examples/sync/manage-sync-subscriptions-add-multiple-subscriptions.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
:language: cpp
99
:copyable: false
1010

11-
.. include:: /includes/api-details/cpp/sync/manage-sync-subscriptions-refresh-realm-description.rst
12-
1311
- id: csharp
1412
content: |
1513

source/includes/sdk-examples/sync/manage-sync-subscriptions-add-named-subscription.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
.. literalinclude:: /examples/generated/cpp/flexible-sync.snippet.subscribe-to-objects-matching-a-query.cpp
88
:language: cpp
99

10-
.. include:: /includes/api-details/cpp/sync/manage-sync-subscriptions-refresh-realm-description.rst
11-
1210
- id: csharp
1311
content: |
1412

source/includes/sdk-examples/sync/manage-sync-subscriptions-add-subscription.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
.. literalinclude:: /examples/generated/cpp/flexible-sync.snippet.subscribe-to-all-objects-of-a-type.cpp
88
:language: cpp
99

10-
.. include:: /includes/api-details/cpp/sync/manage-sync-subscriptions-refresh-realm-description.rst
11-
1210
- id: csharp
1311
content: |
1412

source/includes/sdk-examples/sync/manage-sync-subscriptions-add-unnamed-subscription.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
:language: cpp
99
:copyable: false
1010

11-
.. include:: /includes/api-details/cpp/sync/manage-sync-subscriptions-refresh-realm-description.rst
12-
1311
- id: csharp
1412
content: |
1513

source/includes/sdk-examples/sync/manage-sync-subscriptions-change-named-subscription.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
.. literalinclude:: /examples/generated/cpp/flexible-sync.snippet.change-subscription-query.cpp
88
:language: cpp
99

10-
.. include:: /includes/api-details/cpp/sync/manage-sync-subscriptions-refresh-realm-description.rst
11-
1210
- id: csharp
1311
content: |
1412

source/includes/sdk-examples/sync/manage-sync-subscriptions-remove-all-subscriptions-to-object-type.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
.. literalinclude:: /examples/generated/cpp/flexible-sync.snippet.remove-subscription-by-name.cpp
88
:language: cpp
99

10-
.. include:: /includes/api-details/cpp/sync/manage-sync-subscriptions-refresh-realm-description.rst
11-
1210
- id: csharp
1311
content: |
1412

0 commit comments

Comments
 (0)