Skip to content

Commit d492af4

Browse files
authored
(DOCSP-42045): Fix wrong C++ tab ID (#3353)
## Pull Request Info - SDK Docs Consolidation Jira ticket: https://jira.mongodb.org/browse/DOCSP-42045 *Staged Page* - [Manage Sync Sessions](https://preview-mongodbdacharyc.gatsbyjs.io/realm/DOCSP-42045/sdk/sync/manage-sync-sessions/): Page correctly changes code examples when you switch language tabs. - [Help](https://preview-mongodbdacharyc.gatsbyjs.io/realm/DOCSP-42045/help/): The Help page was using realm-sdks tab set - I changed it to Drivers tab set so it would preserve the language selection when the user switched to the page. I also added a couple of notes related to naming because there are some naming things here that still reflect the old name, and we can't change them.
1 parent 6411c1c commit d492af4

8 files changed

+58
-47
lines changed

source/help.txt

Lines changed: 51 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,33 @@
44
Get Help
55
========
66

7+
.. meta::
8+
:description: Get help for Atlas Device SDK through community forums, sharing feedback, or professional support.
9+
:keywords: Realm, C++ SDK, Flutter SDK, Kotlin SDK, Java SDK, .NET SDK, Node.js SDK, Swift SDK
10+
11+
.. facet::
12+
:name: genre
13+
:values: reference
14+
15+
.. facet::
16+
:name: programming_language
17+
:values: cpp, csharp, dart, java, javascript/typescript, kotlin, objective-c, swift
18+
719
.. contents:: On this page
820
:local:
921
:backlinks: none
10-
:depth: 1
22+
:depth: 2
1123
:class: singlecol
1224

13-
Overview
14-
--------
25+
.. tabs-selector:: drivers
26+
27+
MongoDB provides various resources for getting help with Atlas Device SDK and
28+
Atlas App Services.
29+
30+
.. tip:: Atlas Device SDK and Realm
1531

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

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

4259
Stack Overflow
4360
--------------
@@ -68,62 +85,56 @@ at the bottom right or right side of the page.
6885
Bug Reporting, and Changelogs
6986
-----------------------------
7087

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

73-
.. tab::
74-
:tabid: android
75-
76-
For the Java SDK:
77-
78-
- :github:`Report a bug <realm/realm-java/issues/new?template=bug_report.md>`
79-
- :github:`View the changelog <realm/realm-java/blob/master/CHANGELOG.md>`
92+
.. tabs-drivers::
8093

8194
.. tab::
82-
:tabid: ios
95+
:tabid: cpp-sdk
8396

84-
For the Swift SDK:
85-
86-
- :github:`Report a bug <realm/realm-swift/issues/new>`
87-
- :github:`View the changelog <realm/realm-swift/blob/master/CHANGELOG.md>`
97+
- :github:`Report a bug <realm/realm-cpp/issues/new>`
98+
- :github:`View the changelog <realm/realm-cpp/blob/master/CHANGELOG.md>`
8899

89100
.. tab::
90-
:tabid: dotnet
91-
92-
For the .NET SDK:
101+
:tabid: csharp
93102

94103
- :github:`Report a bug <realm/realm-dotnet/issues/new>`
95104
- :github:`View the changelog <realm/realm-dotnet/blob/master/CHANGELOG.md>`
105+
106+
.. tab::
107+
:tabid: dart
108+
109+
- :github:`Report a bug <realm/realm-dart/issues/new>`
110+
- :github:`View the changelog <realm/realm-dart/blob/master/CHANGELOG.md>`
96111

97112
.. tab::
98113
:tabid: javascript
99114

100-
For the Node.js, React Native, or Web SDKs:
101-
102115
- :github:`Report a bug <realm/realm-js/issues/new>`
103116
- :github:`View the changelog <realm/realm-js/blob/master/CHANGELOG.md>`
104117

105-
.. tab::
106-
:tabid: flutter
107-
108-
For the Flutter SDK:
109-
110-
- :github:`Report a bug <realm/realm-dart/issues/new>`
111-
- :github:`View the changelog <realm/realm-dart/blob/master/CHANGELOG.md>`
112-
113118
.. tab::
114119
:tabid: kotlin
115120

116-
For the Kotlin SDK:
117-
118121
- :github:`Report a bug <realm/realm-kotlin/issues/new>`
119122
- :github:`View the changelog <realm/realm-kotlin/blob/master/CHANGELOG.md>`
120123

121124
.. tab::
122-
:tabid: cpp
125+
:tabid: objectivec
123126

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

126-
- :github:`Report a bug <realm/realm-cpp/issues/new>`
127-
- :github:`View the changelog <realm/realm-cpp/blob/master/CHANGELOG.md>`
130+
.. tab::
131+
:tabid: swift
132+
133+
- :github:`Report a bug <realm/realm-swift/issues/new>`
134+
- :github:`View the changelog <realm/realm-swift/blob/master/CHANGELOG.md>`
128135

129-
136+
.. tab::
137+
:tabid: typescript
138+
139+
- :github:`Report a bug <realm/realm-js/issues/new>`
140+
- :github:`View the changelog <realm/realm-js/blob/master/CHANGELOG.md>`

source/includes/sdk-examples/sync/manage-sync-sessions-check-network-connection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. tabs-drivers::
22

33
tabs:
4-
- id: cpp
4+
- id: cpp-sdk
55
content: |
66

77
.. literalinclude:: /examples/generated/cpp/sync-session.snippet.unregister-observation-token.cpp

source/includes/sdk-examples/sync/manage-sync-sessions-check-sync-state.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. tabs-drivers::
22

33
tabs:
4-
- id: cpp
4+
- id: cpp-sdk
55
content: |
66

77
.. literalinclude:: /examples/generated/cpp/sync-session.snippet.sync-state.cpp

source/includes/sdk-examples/sync/manage-sync-sessions-check-upload-download-progress.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. tabs-drivers::
22

33
tabs:
4-
- id: cpp
4+
- id: cpp-sdk
55
content: |
66

77
.. literalinclude:: /examples/MissingPlaceholders/api.cpp

source/includes/sdk-examples/sync/manage-sync-sessions-get-sync-session.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. tabs-drivers::
22

33
tabs:
4-
- id: cpp
4+
- id: cpp-sdk
55
content: |
66

77
.. literalinclude:: /examples/generated/cpp/sync-session.snippet.sync-session.cpp

source/includes/sdk-examples/sync/manage-sync-sessions-manually-reconnect-sync-sessions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. tabs-drivers::
22

33
tabs:
4-
- id: cpp
4+
- id: cpp-sdk
55
content: |
66

77
.. literalinclude:: /examples/generated/cpp/sync-session.snippet.reconnect.cpp

source/includes/sdk-examples/sync/manage-sync-sessions-pause-resume.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. tabs-drivers::
22

33
tabs:
4-
- id: cpp
4+
- id: cpp-sdk
55
content: |
66

77
.. literalinclude:: /examples/generated/cpp/sync-session.snippet.resume.cpp

source/includes/sdk-examples/sync/manage-sync-sessions-wait-for-changes-to-upload-or-download.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. tabs-drivers::
22

33
tabs:
4-
- id: cpp
4+
- id: cpp-sdk
55
content: |
66

77
.. literalinclude:: /examples/generated/cpp/sync-session.snippet.wait-for-download.cpp

0 commit comments

Comments
 (0)