docs(training): combine into one section and more#1554
docs(training): combine into one section and more#1554jdegand merged 2 commits intoPatrickJS:gh-pagesfrom
Conversation
WalkthroughThe README.md file was updated to consolidate the "Online Training" and "On-Site Training" sections into a single "Training" section, reorganize and update the listed training resources, replace the "Awesome" badge image URL, and remove one community link. Minor textual adjustments were also made. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
357-370: Bullet formatting & grammar inconsistencies in the new Training listSeveral bullets were split across two physical lines, which renders fine in GitHub but makes future edits error-prone and leaves odd phrasing (“The Angular Coach” newline “You Need.”).
Suggested tidy-up:
-* [Angular Training](https://www.angulartraining.com/) - The Angular Coach -You Need. +* [Angular Training](https://www.angulartraining.com/) – The Angular Coach **you need**. ... -* [Ultimate Courses](https://ultimatecourses.com/courses/angular) - Everything you need to -become an Angular expert. +* [Ultimate Courses](https://ultimatecourses.com/courses/angular) – Everything you need to become an Angular expert.Benefits:
- Keeps each list item self-contained (simpler diffs later).
- Fixes the mid-sentence line-break and capitalization.
- Harmonises dash style (“–”) with the rest of the doc.
Apply similar one-liner consolidation to any remaining two-line bullets in this section for consistency.
Also applies to: 371-377
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(3 hunks)
🔇 Additional comments (1)
README.md (1)
35-37: Anchor label mismatch risk – verify TOC link
* [Training](#training)introduces a new anchor that replaces the previous “Online / On-Site Training” entries.
Confirm that the corresponding heading is exactly##### Training, otherwise the link will break on GitHub‐rendered Markdown.
No action required if the slug matches, but worth a quick eyeball scan before you merge.
Summary by CodeRabbit