Add offline reference#44
Open
clementetb wants to merge 1 commit into
Open
Conversation
cbullinger
approved these changes
Oct 16, 2023
cbullinger
left a comment
There was a problem hiding this comment.
lgtm - thanks for the quick update!
| @@ -1,8 +1,10 @@ | |||
| # Property level encryption | |||
| # Property level encryption and offline mode | |||
There was a problem hiding this comment.
Suggested change
| # Property level encryption and offline mode | |
| # Property-level encryption and offline mode |
cbullinger
added a commit
to mongodb/docs-realm
that referenced
this pull request
Oct 16, 2023
#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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Offline mode sample is contained within the PLE sample, but the READMEs where not clear about it.
This PR aims to improve the discoverability of such sample.