Revise Copilot CLI for Beginners section#1334
Conversation
Updated the description for Copilot CLI for Beginners to include options for a text-based experience and a YouTube video series.
There was a problem hiding this comment.
Pull request overview
Updates the Learning Hub landing page’s “Copilot CLI for Beginners” blurb to point learners to both the written course and an accompanying YouTube video series.
Changes:
- Rewrote the “Copilot CLI for Beginners” description on the Learning Hub index.
- Added an external link to the YouTube playlist alongside the existing course link.
Show a summary per file
| File | Description |
|---|---|
| website/src/content/docs/learning-hub/index.md | Updates the Copilot CLI for Beginners callout to include both text and video learning options. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 2
| Looking for a guided path into GitHub Copilot from the terminal? Start with | ||
| [Copilot CLI for Beginners](cli-for-beginners/) for a course overview, | ||
| then work through chapters 00 through 07 at your own pace. | ||
| Looking for a guided path into GitHub Copilot from the terminal? Explore Copilot CLI for Beginners! You can work through a |
There was a problem hiding this comment.
There’s trailing whitespace at the end of this line (after "a"); markdown linters/formatters often flag this and it can also create unintended line breaks if additional spaces are introduced. Please remove the trailing space and reflow the sentence as needed.
| Looking for a guided path into GitHub Copilot from the terminal? Explore Copilot CLI for Beginners! You can work through a | |
| Looking for a guided path into GitHub Copilot from the terminal? Explore Copilot CLI for Beginners! You can work through a |
| [Copilot CLI for Beginners](cli-for-beginners/) for a course overview, | ||
| then work through chapters 00 through 07 at your own pace. | ||
| Looking for a guided path into GitHub Copilot from the terminal? Explore Copilot CLI for Beginners! You can work through a | ||
| [text based experience](cli-for-beginners/) for a text-based experience, or the [YouTube video series](https://www.youtube.com/watch?v=BDxRhhs36ns&list=PL0lo9MOBetEHvO-spzKBAITkkTqv4RvNl). |
There was a problem hiding this comment.
The link text and surrounding copy are redundant/inconsistent: "[text based experience] ... for a text-based experience" repeats the same phrase and mixes hyphenation. Consider using a single, consistently hyphenated phrasing (e.g., "[text-based experience]" without repeating it in the following words).
| [text based experience](cli-for-beginners/) for a text-based experience, or the [YouTube video series](https://www.youtube.com/watch?v=BDxRhhs36ns&list=PL0lo9MOBetEHvO-spzKBAITkkTqv4RvNl). | |
| [text-based experience](cli-for-beginners/), or the [YouTube video series](https://www.youtube.com/watch?v=BDxRhhs36ns&list=PL0lo9MOBetEHvO-spzKBAITkkTqv4RvNl). |
Updated the description for Copilot CLI for Beginners to include options for a text-based experience and a YouTube video series.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.