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

Add links to new C++ GA content #659

Merged
merged 2 commits into from
Jan 10, 2024
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
9 changes: 9 additions & 0 deletions source/sync/data-model/data-model-map.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
Data Model Mapping
==================

.. meta::
:keywords: code example
:description: Learn about how data types in the Atlas App Services Schema map to objects used by Atlas Device SDK.

.. facet::
:name: genre
:values: reference

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -257,6 +265,7 @@ A set is a collection of unique values.

Realm SDK Set documentation:

- :ref:`Set - C++ SDK <cpp-set-collections>`
- :ref:`RealmSet - Flutter SDK <flutter-realm-set>`
- :ref:`java-realmset`
- :ref:`RealmSet - Kotlin SDK <kotlin-realm-set>`
Expand Down
22 changes: 14 additions & 8 deletions source/sync/error-handling/client-resets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
Client Resets
=============

.. default-domain:: mongodb
.. meta::
:description: When device databases can no longer sync with Atlas, you must perform a client reset. Learn what can cause this condition, and how to resolve it.

.. facet::
:name: genre
:values: reference

.. contents:: On this page
:local:
Expand Down Expand Up @@ -213,13 +218,14 @@ Examples
For more information on performing a client reset, check out the client
reset examples for your SDK:

- :ref:`Handle Sync Errors - Client Reset - Flutter SDK <flutter-client-reset>`
- :ref:`Reset a Client Realm - Java SDK <java-client-resets>`
- :ref:`Handle Sync Errors - Client Reset - Kotlin SDK <kotlin-client-reset>`
- :ref:`Client Resets - .NET SDK <dotnet-client-resets>`
- :ref:`Reset a Client Realm - Node.js SDK <node-client-resets>`
- :ref:`Reset a Client Realm - React Native SDK <react-native-client-resets>`
- :ref:`Handle Sync Errors - Client Reset - Swift SDK <ios-client-resets>`
- :ref:`C++ SDK: Handle Sync Errors - Client Reset <cpp-client-reset>`
- :ref:`Flutter SDK: Handle Sync Errors - Client Reset <flutter-client-reset>`
- :ref:`Java SDK: Reset a Client Realm <java-client-resets>`
- :ref:`Kotlin SDK: Handle Sync Errors - Client Reset <kotlin-client-reset>`
- :ref:`.NET SDK: Client Resets <dotnet-client-resets>`
- :ref:`Node.js SDK: Reset a Client Realm <node-client-resets>`
- :ref:`React Native SDK: Reset a Client Realm <react-native-client-resets>`
- :ref:`Swift SDK: Handle Sync Errors - Client Reset <ios-client-resets>`

.. _enable-or-disable-recovery-mode:

Expand Down
Loading