Add next steps guidance to learning pathway - #13697
Conversation
|
Staged preview of the updated docs.flutter.dev site (updated for commit d2639d3): https://flutter-docs-prod--docs-pr13697-issue-13530-oe8yzcm8.web.app |
|
Staged preview of the updated flutter.dev site (updated for commit d2639d3): https://flutter-dev-230821--www-pr13697-issue-13530-zpe5vt6h.web.app |
9fb8ab9 to
7ef85ad
Compare
sfshaza2
left a comment
There was a problem hiding this comment.
I know this is a draft, but lgtm
There was a problem hiding this comment.
Code Review
This pull request adds a "Ready to start?" section with a quick install link to the pathway index documentation, and introduces a "Tutorial introduction" chapter to the tutorial configuration. Feedback was provided to apply semantic line breaks to the newly added documentation text to improve diff readability.
|
|
||
| ## Ready to start? | ||
|
|
||
| Get started by installing Flutter and setting up your development environment: |
There was a problem hiding this comment.
To adhere to the semantic line breaks guidelines, consider splitting this sentence at a logical boundary (such as the conjunction 'and'). This keeps lines shorter and makes future diffs cleaner.
| Get started by installing Flutter and setting up your development environment: | |
| Get started by installing Flutter | |
| and setting up your development environment: |
References
- Use semantic line breaks: split long sentences at logical boundaries, such as conjunctions, to keep lines short and clean in diffs. (link)
Description
Fixes #13530
/learn/pathway/tutorialtotutorial.ymlso next/previous step navigation flows sequentially through the tutorial introduction.Presubmit checklist