From 4c0f114e501b41e606220a0d10b880b6e1bc3287 Mon Sep 17 00:00:00 2001 From: Diego Freniche Date: Wed, 18 Oct 2023 14:11:17 +0200 Subject: [PATCH] Renamed repo to swiftui-atlas-device-sdk-app-lab --- README.md | 2 +- docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39d675f..7f95779 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ In this hands-on lab you will build, starting from scratch, a SwiftUI iOS app that stores data using the Realm SDK locally (not syncing to MongoDB). -🚀 Try it [here](https://mongodb-developer.github.io/swiftui-realm-app-workshop/) +🚀 Try it [here](https://mongodb-developer.github.io/swiftui-atlas-device-sdk-app-lab/) This repo contains the Docusaurus source code and documents needed to build the lab website. You can learn how we use Docusaurus in this [lab](https://github.com/mongodb-developer/docusaurus-workshop). diff --git a/docusaurus.config.js b/docusaurus.config.js index 40461de..ff07983 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -4,7 +4,7 @@ // Change here to customise config // Name of the Github Repo -const workshopName = 'swiftui-realm-app-workshop'; +const workshopName = "swiftui-atlas-device-sdk-app-lab"; // Main page config const title = "SwiftUI Realm App Workshop";