Skip to content

Commit 670e7dc

Browse files
authored
DOCSP-31331: Add card for Offline Login project to Kotlin landing page (#3055)
Adds card for Offline Login project to the Kotlin landing page's Example Projects section > NOTE: realm/realm-kotlin-samples#44 updates the project README to make it clear that the offline login sample is contained within the prop-lvl encryption sample project and so uses the same link ## Pull Request Info ### Jira - https://jira.mongodb.org/browse/DOCSP-31331 ### Staged Changes - [Kotlin landing page](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-31331-offline-login-project/sdk/kotlin/#example-projects) ### Reminder Checklist If your PR modifies the docs, you might need to also update some corresponding pages. Check if completed or N/A. - [x] Create Jira ticket for corresponding docs-app-services update(s), if any - [x] Checked/updated Admin API - [x] Checked/updated CLI reference ### Review Guidelines [REVIEWING.md](https://github.com/mongodb/docs-realm/blob/master/REVIEWING.md)
1 parent 4e9ea7e commit 670e7dc

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

source/example-projects.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Learn about the core features of Realm with Atlas Device Sync.
6262
Use multiple realms to allow registered users to sync and manage movies in their own private list.
6363
- - `React Native <https://github.com/realm/realm-js/tree/main/examples/rn-multiple-realms>`__
6464

65+
.. _realm-example-projects-table:
66+
6567
Example Projects
6668
----------------
6769

@@ -120,7 +122,7 @@ Check out these supplementary projects to build on the power of Realm with Atlas
120122
- - `Kotlin <https://github.com/realm/realm-kotlin-samples/tree/main/MultiplatformDemo>`__
121123

122124
* - JVM Console Application
123-
- Build a simple Jave Console Application using Realm Kotlin.
125+
- Build a simple Java Console Application using Realm Kotlin.
124126
- - `Kotlin <https://github.com/realm/realm-kotlin-samples/tree/main/JVMConsole>`__
125127

126128
* - Property-level Encryption
Loading

source/sdk/kotlin.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ Example Projects
193193

194194
Explore engineering and expert-provided example projects to learn best
195195
practices and common development patterns for Realm and Atlas App Services
196-
using the Kotlin SDK.
196+
using the Kotlin SDK. Check out the :ref:`<realm-example-projects-table>` page
197+
for more Kotlin sample apps.
197198

198199
.. card-group::
199200
:columns: 3
@@ -207,13 +208,22 @@ using the Kotlin SDK.
207208
:icon-alt: Encryption Icon
208209

209210
Enhance user data security with property-level encryption.
211+
212+
.. card::
213+
:headline: Offline Login and Realm Access
214+
:cta: Example project
215+
:url: https://github.com/realm/realm-kotlin-samples/blob/main/AppServicesUsageSamples/apps/property-encryption/README.md
216+
:icon: /images/icons/branding_2023/Technical_REALM_Offline10x.png
217+
:icon-alt: Realm Offline Icon
218+
219+
Log in a Device Sync user and open a synced realm offline.
210220

211221
.. card::
212222
:headline: User's Online State
213223
:cta: Example project
214224
:url: https://github.com/realm/realm-kotlin-samples/blob/main/AppServicesUsageSamples/apps/presence-detection/README.md
215-
:icon: /images/icons/branding_2023/Technical_REALM_Offline10x.png
216-
:icon-alt: Realm Offline Icon
225+
:icon: /images/icons/branding_2023/General_CONTENT_Users10x.png
226+
:icon-alt: Users Icon
217227

218228
Detect connectivity and activity of users and devices.
219229

0 commit comments

Comments
 (0)