-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[Beginner Tutorial] #1089
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
Merged
Merged
[Beginner Tutorial] #1089
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for astro-docs-2 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
* initial revision * remove confusing MC * rewrite script example to not use is:inline * update intro * Update src/pages/en/tutorial/6-islands/1.md Co-authored-by: Sarah Rainsberger <[email protected]> * client:visible mismatch Co-authored-by: Sarah Rainsberger <[email protected]>
delucis
approved these changes
Oct 18, 2022
Member
delucis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I APPROVE THIS PR 👍
Member
Author
|
THANK YOU EVERYONE! 💜 GO TEAM DOCS! |
Contributor
|
Amazing work! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
add new content
Document something that is not in docs. May require testing, confirmation, or affect other pages.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NOTE: This Draft PR is a work-in-progress and not ready for line-by-line review by the community just yet. The docs team is actively working on it and will ask for feedback when some key issues have been addressed.
This:
BACKGROUND CONTEXT (Based on diataxis.fr)
“A tutorial turns new learners into users.”
Tutorials are specifically targeted at newcomers who may not know anything about how your product works, and should hold their hand through their first experience with your product. A tutorial should get a learner started, not make them an expert.
Having completed a tutorial, the learner should be in a position to start to make sense of (not necessarily be proficient or well-versed in):
Learning takes place through what the pupil DOES. Facts and explanations are almost irrelevant at this stage. What matters is what you can get the learner to DO.
A tutorial for beginners is not the same as “best practice.” It’s OK to have new learners do things differently from an advanced user. The learner should enjoy the experience, see immediate success from their actions, and gain confidence and a sense of achievement.
After completing the tutorial, the learner needs only to be in a position to want to, and to be able to, learn more.