From 1a3f9969e5d359609ffb51646e84b5ac3fadb558 Mon Sep 17 00:00:00 2001 From: Dachary Carey Date: Tue, 11 May 2021 11:02:13 -0400 Subject: [PATCH 1/2] Link to Swift driver docs --- source/sdk/ios.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/sdk/ios.txt b/source/sdk/ios.txt index ce280b69d2..08f5884864 100644 --- a/source/sdk/ios.txt +++ b/source/sdk/ios.txt @@ -32,6 +32,12 @@ The {+service+} Swift SDK enables mobile applications to access data stored in local {+realms+}. Optionally, interact with {+backend+} services like Functions, MongoDB Data Access, and authentication. +.. seealso:: + + Are you looking for information about using Swift in a backend app, + command-line utility, or running on macOS or Linux? See the + :driver:`MongoDB Swift Driver documentation `. + Realm Database -------------- From 0ffea3e0b9b51e243bca81e63a79b5a4c1b26baa Mon Sep 17 00:00:00 2001 From: Dachary Carey Date: Tue, 11 May 2021 11:31:07 -0400 Subject: [PATCH 2/2] Add MongoDB to text --- source/sdk/ios.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/sdk/ios.txt b/source/sdk/ios.txt index 08f5884864..eeff292013 100644 --- a/source/sdk/ios.txt +++ b/source/sdk/ios.txt @@ -34,9 +34,9 @@ like Functions, MongoDB Data Access, and authentication. .. seealso:: - Are you looking for information about using Swift in a backend app, - command-line utility, or running on macOS or Linux? See the - :driver:`MongoDB Swift Driver documentation `. + Are you looking for information about using Swift with MongoDB in a + backend app, command-line utility, or running on macOS or Linux? See + the :driver:`MongoDB Swift Driver documentation `. Realm Database --------------