Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(automated): Update docs from Gitbook #21

Merged
merged 2 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@

## 🗒️ 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)
* [Put and Get data asynchronously](tutorials/atsdk-tutorial/put-and-get-data-asynchronously.md)
* [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)

***

Expand Down
5 changes: 4 additions & 1 deletion docs/tutorials/atsdk-tutorial/README.md
Original file line number Diff line number Diff line change
@@ -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 %}