From 4a17e7eb977a485c573f8d13a652dc88f84ae8c5 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 29 Sep 2022 13:50:36 -0400 Subject: [PATCH 1/3] Nick: added resources tab in docs + external tutorials page featuring an interactive tutorial --- docs/_sidebar.md | 4 ++++ docs/resources/tutorial.md | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/resources/tutorial.md diff --git a/docs/_sidebar.md b/docs/_sidebar.md index ef3b68d..6e7ced4 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -25,6 +25,10 @@ - [Actions](/testing/actions.md) +- **Resources** + + - [External Tutorials](/resources/tutorial.md) + - **APIs** - [Actions](/api/actions.md) diff --git a/docs/resources/tutorial.md b/docs/resources/tutorial.md new file mode 100644 index 0000000..bf517f7 --- /dev/null +++ b/docs/resources/tutorial.md @@ -0,0 +1,7 @@ +## External Tutorials + +Here you can find some external tutorials created by the community. + +- SideGuide has created an interactive tutorial for learning the basics of react-sweet-state. +Learn how to create a counter app using stores with live editable code samples. Check it out here: +[https://app.sideguide.dev/react-sweet-state/tutorial](https://app.sideguide.dev/react-sweet-state/tutorial) From b593f8e11f946c4d93e324b5f59c6e80987defea Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 29 Sep 2022 13:51:49 -0400 Subject: [PATCH 2/3] Nick: fix typo + reviewed content --- docs/_sidebar.md | 2 +- docs/resources/{tutorial.md => tutorials.md} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/resources/{tutorial.md => tutorials.md} (98%) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 6e7ced4..f53083d 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -27,7 +27,7 @@ - **Resources** - - [External Tutorials](/resources/tutorial.md) + - [External Tutorials](/resources/tutorials.md) - **APIs** diff --git a/docs/resources/tutorial.md b/docs/resources/tutorials.md similarity index 98% rename from docs/resources/tutorial.md rename to docs/resources/tutorials.md index bf517f7..29637bd 100644 --- a/docs/resources/tutorial.md +++ b/docs/resources/tutorials.md @@ -1,6 +1,6 @@ ## External Tutorials -Here you can find some external tutorials created by the community. +Here you can find some external tutorials created by the community: - SideGuide has created an interactive tutorial for learning the basics of react-sweet-state. Learn how to create a counter app using stores with live editable code samples. Check it out here: From b00b7e5e02c9db915a6ca67853251bb5bb501085 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 29 Sep 2022 13:58:06 -0400 Subject: [PATCH 3/3] Fixed wording on tutorials.md --- docs/resources/tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/tutorials.md b/docs/resources/tutorials.md index 29637bd..94e8410 100644 --- a/docs/resources/tutorials.md +++ b/docs/resources/tutorials.md @@ -1,6 +1,6 @@ ## External Tutorials -Here you can find some external tutorials created by the community: +Here you can find some tutorials created by the community: - SideGuide has created an interactive tutorial for learning the basics of react-sweet-state. Learn how to create a counter app using stores with live editable code samples. Check it out here: