Skip to content

Commit

Permalink
Match the Drivers tabs on the Help page
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Aug 1, 2024
1 parent 24b272c commit 6d8a7e0
Showing 1 changed file with 51 additions and 40 deletions.
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>`

0 comments on commit 6d8a7e0

Please sign in to comment.