Skip to content

Commit

Permalink
Add links to new C++ GA content (mongodb#659)
Browse files Browse the repository at this point in the history
* Add links to new C++ GA content

* Add meta description and facet values
  • Loading branch information
dacharyc authored and MongoCaleb committed Jun 3, 2024
1 parent ac518e6 commit 726d2eb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
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

0 comments on commit 726d2eb

Please sign in to comment.