Skip to content

(DOCSP-42045): Fix wrong C++ tab ID #3353

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

Merged
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
91 changes: 51 additions & 40 deletions source/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,33 @@
Get Help
========

.. meta::
:description: Get help for Atlas Device SDK through community forums, sharing feedback, or professional support.
:keywords: Realm, C++ SDK, Flutter SDK, Kotlin SDK, Java SDK, .NET SDK, Node.js SDK, Swift SDK

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

.. facet::
:name: programming_language
:values: cpp, csharp, dart, java, javascript/typescript, kotlin, objective-c, swift

.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:depth: 2
:class: singlecol

Overview
--------
.. tabs-selector:: drivers

MongoDB provides various resources for getting help with Atlas Device SDK and
Atlas App Services.

.. tip:: Atlas Device SDK and Realm

MongoDB provides various resources for getting help with Atlas App Services.
While the SDK has been renamed to Atlas Device SDK, some resources still
reflect ``Realm`` naming.

Professional Support
--------------------
Expand All @@ -35,9 +52,9 @@ Community Forums
The official `MongoDB Community Forums
<https://www.mongodb.com/community/forums/c/realm/9>`__ are a great
place to meet other developers, ask and answer questions, and stay
up-to-date with the latest Realm and App Services features and releases. You can also
interact with MongoDB employees, like our community team, engineers, and
product managers, who are active forum contributors.
up-to-date with the latest Atlas Device SDK and App Services features and
releases. You can also interact with MongoDB employees, like our community
team, engineers, and product managers, who are active forum contributors.

Stack Overflow
--------------
Expand Down Expand Up @@ -68,62 +85,56 @@ at the bottom right or right side of the page.
Bug Reporting, and Changelogs
-----------------------------

.. tabs-realm-sdks::
You can report bugs or view the changelog in the relevant ``realm-SDK``
repository in GitHub. While the SDK has been renamed to Atlas Device SDK, the
GitHub repositories still reflect ``realm`` naming.

.. tab::
:tabid: android

For the Java SDK:

- :github:`Report a bug <realm/realm-java/issues/new?template=bug_report.md>`
- :github:`View the changelog <realm/realm-java/blob/master/CHANGELOG.md>`
.. tabs-drivers::

.. tab::
:tabid: ios
:tabid: cpp-sdk

For the Swift SDK:

- :github:`Report a bug <realm/realm-swift/issues/new>`
- :github:`View the changelog <realm/realm-swift/blob/master/CHANGELOG.md>`
- :github:`Report a bug <realm/realm-cpp/issues/new>`
- :github:`View the changelog <realm/realm-cpp/blob/master/CHANGELOG.md>`

.. tab::
:tabid: dotnet

For the .NET SDK:
:tabid: csharp

- :github:`Report a bug <realm/realm-dotnet/issues/new>`
- :github:`View the changelog <realm/realm-dotnet/blob/master/CHANGELOG.md>`

.. tab::
:tabid: dart

- :github:`Report a bug <realm/realm-dart/issues/new>`
- :github:`View the changelog <realm/realm-dart/blob/master/CHANGELOG.md>`

.. tab::
:tabid: javascript

For the Node.js, React Native, or Web SDKs:

- :github:`Report a bug <realm/realm-js/issues/new>`
- :github:`View the changelog <realm/realm-js/blob/master/CHANGELOG.md>`

.. tab::
:tabid: flutter

For the Flutter SDK:

- :github:`Report a bug <realm/realm-dart/issues/new>`
- :github:`View the changelog <realm/realm-dart/blob/master/CHANGELOG.md>`

.. tab::
:tabid: kotlin

For the Kotlin SDK:

- :github:`Report a bug <realm/realm-kotlin/issues/new>`
- :github:`View the changelog <realm/realm-kotlin/blob/master/CHANGELOG.md>`

.. tab::
:tabid: cpp
:tabid: objectivec

For the C++ SDK:
- :github:`Report a bug <realm/realm-swift/issues/new>`
- :github:`View the changelog <realm/realm-swift/blob/master/CHANGELOG.md>`

- :github:`Report a bug <realm/realm-cpp/issues/new>`
- :github:`View the changelog <realm/realm-cpp/blob/master/CHANGELOG.md>`
.. tab::
:tabid: swift

- :github:`Report a bug <realm/realm-swift/issues/new>`
- :github:`View the changelog <realm/realm-swift/blob/master/CHANGELOG.md>`


.. tab::
:tabid: typescript

- :github:`Report a bug <realm/realm-js/issues/new>`
- :github:`View the changelog <realm/realm-js/blob/master/CHANGELOG.md>`
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. tabs-drivers::

tabs:
- id: cpp
- id: cpp-sdk
content: |

.. literalinclude:: /examples/generated/cpp/sync-session.snippet.unregister-observation-token.cpp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. tabs-drivers::

tabs:
- id: cpp
- id: cpp-sdk
content: |

.. literalinclude:: /examples/generated/cpp/sync-session.snippet.sync-state.cpp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. tabs-drivers::

tabs:
- id: cpp
- id: cpp-sdk
content: |

.. literalinclude:: /examples/MissingPlaceholders/api.cpp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. tabs-drivers::

tabs:
- id: cpp
- id: cpp-sdk
content: |

.. literalinclude:: /examples/generated/cpp/sync-session.snippet.sync-session.cpp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. tabs-drivers::

tabs:
- id: cpp
- id: cpp-sdk
content: |

.. literalinclude:: /examples/generated/cpp/sync-session.snippet.reconnect.cpp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. tabs-drivers::

tabs:
- id: cpp
- id: cpp-sdk
content: |

.. literalinclude:: /examples/generated/cpp/sync-session.snippet.resume.cpp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. tabs-drivers::

tabs:
- id: cpp
- id: cpp-sdk
content: |

.. literalinclude:: /examples/generated/cpp/sync-session.snippet.wait-for-download.cpp
Expand Down
Loading