From 4944a057ec2c4073f5f48baf35c34cb01cd89067 Mon Sep 17 00:00:00 2001 From: Xavier Chanthavong Date: Tue, 23 Jul 2024 14:41:03 +0000 Subject: [PATCH 1/2] docs(GITBOOK#127): No subject From 1de71522f1d56381a59a0e4844e0739fd485de0e Mon Sep 17 00:00:00 2001 From: Xavier Lin Date: Tue, 23 Jul 2024 19:06:35 +0000 Subject: [PATCH 2/2] docs(GITBOOK#128): Better names for Tutorials section --- docs/SUMMARY.md | 4 ++-- docs/tutorials/atsdk-tutorial/README.md | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index cb6635a..fd40da4 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -15,7 +15,7 @@ ## 🗒️ Tutorials -* [atSDK tutorial](tutorials/atsdk-tutorial/README.md) +* [Dart atSDK Walkthrough](tutorials/atsdk-tutorial/README.md) * [Using the atSDK with Dart](tutorials/atsdk-tutorial/using-the-atsdk-with-dart.md) * [Get sample code](tutorials/atsdk-tutorial/get-sample-code.md) * [Cutting your atSigns keys](tutorials/atsdk-tutorial/cutting-your-atsigns-keys.md) @@ -23,7 +23,7 @@ * [Send and Receive data synchronously.](tutorials/atsdk-tutorial/send-and-receive-data-synchronously.md) * [Remote Procedure Calls (RPC)](tutorials/atsdk-tutorial/rpc.md) * [atTalk - Encrypted chat client](tutorials/atsdk-tutorial/attalk.md) -* [Flutter & atSDK app](tutorials/flutter-and-atsdk-app.md) +* [Starter Flutter App](tutorials/flutter-and-atsdk-app.md) *** diff --git a/docs/tutorials/atsdk-tutorial/README.md b/docs/tutorials/atsdk-tutorial/README.md index c156741..2388643 100644 --- a/docs/tutorials/atsdk-tutorial/README.md +++ b/docs/tutorials/atsdk-tutorial/README.md @@ -1,2 +1,5 @@ -# atSDK tutorial +# Dart atSDK Walkthrough +{% hint style="info" %} +This guide is primarily targeted towards individuals who want to learn how to build backend / cli based Dart applications with the atSDK. Some of this content will also be applicable to Flutter developers (but not all). +{% endhint %}