RHCE review: certification paths + consistent lesson objectives - #317
Merged
Conversation
Adds an RHCSA/RHCE/Linux+/LPIC certification mapping page and fills in missing 'What you will learn' objective blocks for 10 Ch13/Ch20 lessons so scaffolding is consistent across the course. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR makes two additive, tightly scoped changes to improve the course scaffolding. No existing prose was rewritten and no FreeBSD content was touched.
1. New "Certification Paths" page
Adds
docs/course/certification-paths.mdand wires it into theCourse:nav (between Syllabus and Capstone). The page keeps the course's distro-agnostic framing while mapping chapters to common Linux certifications:Uses Material admonitions (
!!! note,!!! tip) consistent with the rest of the course.2. Learning objectives for 10 lessons
Adds the standard
!!! abstract "What you will learn"block (3 specific objectives each) to 10 lessons that were missing it, matching the placement convention used elsewhere in Ch13/Ch20. Every objective is derived from the lesson's actual content; all other content is preserved byte-for-byte.Lessons touched:
docs/lessons/13_tcp_ip_networking/13.1_tcp-ip_and_its_relationship_to_the_internet.mddocs/lessons/13_tcp_ip_networking/13.2_networking_basics.mddocs/lessons/13_tcp_ip_networking/13.4_ip_addresses-_the_gory_details.mddocs/lessons/13_tcp_ip_networking/13.5_routing.mddocs/lessons/13_tcp_ip_networking/13.7_dhcp-_the_dynamic_host_configuration_protocol.mddocs/lessons/13_tcp_ip_networking/13.8_security_issues.mddocs/lessons/13_tcp_ip_networking/13.10_linux_networking.mddocs/lessons/20_storage/20.1_i_just_want_to_add_a_disk!.mddocs/lessons/20_storage/20.3_storage_hardware_interfaces.mddocs/lessons/20_storage/20.4_attachment_and_low-level_management_of_drives.mdVerification
mkdocs build --strictpasses (exit 0, no warnings).🤖 Generated with Claude Code