From 80f1e10bdfff352e98af547bd8d604d8b4d85a59 Mon Sep 17 00:00:00 2001 From: Sarah Lin <55722001+sarahemlin@users.noreply.github.com> Date: Tue, 21 Nov 2023 06:41:24 -0800 Subject: [PATCH] DOCSP-33172 add meta::description for top 250 (#3087) ## Pull Request Info Hey @dacharyc! I'm on to the next round of top 250 updates. Please feel free to edit the descriptions I put in--I just picked a sentence from each page that looked good. We need something; doesn't have to be perfect but if you think something else would be better, please change! Thanks! Sarah ### Jira - https://jira.mongodb.org/browse/DOCSP-33172 ### Staged Changes - Staging link: https://preview-mongodbsarahemlin.gatsbyjs.io/realm/DOCSP-33172/ - Build log: https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=655bb2245b686d6bd9341da5 --------- Co-authored-by: Dachary --- source/index.txt | 3 +++ source/introduction.txt | 1 + source/sdk/react-native.txt | 3 +++ source/sdk/swift.txt | 3 ++- 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/source/index.txt b/source/index.txt index 536516bf58..46144ddfea 100644 --- a/source/index.txt +++ b/source/index.txt @@ -6,6 +6,9 @@ Welcome to the Realm Docs ========================= +.. meta:: + :description: Realm is an offline-first, cloud-syncable database for mobile, web, desktop, and IoT apps. + .. toctree:: :titlesonly: :hidden: diff --git a/source/introduction.txt b/source/introduction.txt index 0405bec550..51ba8d27d4 100644 --- a/source/introduction.txt +++ b/source/introduction.txt @@ -5,6 +5,7 @@ Introduction to Realm ===================== .. meta:: + :description: Realm is an offline-first mobile object database that also offers secure cloud synchronization, MongoDB Atlas access, and serverless JavaScript functions. :keywords: atlas, atlas app services .. contents:: On this page diff --git a/source/sdk/react-native.txt b/source/sdk/react-native.txt index 4d9ec19884..7a705f1315 100644 --- a/source/sdk/react-native.txt +++ b/source/sdk/react-native.txt @@ -12,6 +12,9 @@ Realm React Native SDK :name: programming_language :values: javascript/typescript +.. meta:: + :description: Use the Realm React Native SDK to develop iOS and Android apps with JavaScript or TypeScript. + .. toctree:: :titlesonly: :hidden: diff --git a/source/sdk/swift.txt b/source/sdk/swift.txt index 980bdb63d7..ec3b956ecc 100644 --- a/source/sdk/swift.txt +++ b/source/sdk/swift.txt @@ -12,7 +12,8 @@ Realm Swift SDK :name: programming_language :values: swift, objective-c -.. meta:: +.. meta:: + :description: Use the Realm Swift SDK to develop iOS, macOS, watchOS and tvOS apps in Swift and Objective-C. :keywords: iOS, SwiftUI .. toctree::