diff --git a/source/sync/data-model/data-model-map.txt b/source/sync/data-model/data-model-map.txt index 952f78859..7e85bd3ff 100644 --- a/source/sync/data-model/data-model-map.txt +++ b/source/sync/data-model/data-model-map.txt @@ -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 @@ -257,6 +265,7 @@ A set is a collection of unique values. Realm SDK Set documentation: +- :ref:`Set - C++ SDK ` - :ref:`RealmSet - Flutter SDK ` - :ref:`java-realmset` - :ref:`RealmSet - Kotlin SDK ` diff --git a/source/sync/error-handling/client-resets.txt b/source/sync/error-handling/client-resets.txt index 6b72da2ea..021d086b4 100644 --- a/source/sync/error-handling/client-resets.txt +++ b/source/sync/error-handling/client-resets.txt @@ -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: @@ -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 ` -- :ref:`Reset a Client Realm - Java SDK ` -- :ref:`Handle Sync Errors - Client Reset - Kotlin SDK ` -- :ref:`Client Resets - .NET SDK ` -- :ref:`Reset a Client Realm - Node.js SDK ` -- :ref:`Reset a Client Realm - React Native SDK ` -- :ref:`Handle Sync Errors - Client Reset - Swift SDK ` +- :ref:`C++ SDK: Handle Sync Errors - Client Reset ` +- :ref:`Flutter SDK: Handle Sync Errors - Client Reset ` +- :ref:`Java SDK: Reset a Client Realm ` +- :ref:`Kotlin SDK: Handle Sync Errors - Client Reset ` +- :ref:`.NET SDK: Client Resets ` +- :ref:`Node.js SDK: Reset a Client Realm ` +- :ref:`React Native SDK: Reset a Client Realm ` +- :ref:`Swift SDK: Handle Sync Errors - Client Reset ` .. _enable-or-disable-recovery-mode: