Added
- Modularized Video Hub: Replaced the legacy monolithic
v2-docs/videos.mdwith a structured, multi-page directory (v2-docs/videos/) separating video resources into AI Agents, DevOps/IaC/SRE, Cloud Native Core, and Fundamentals learning paths. - Robust Slugification and Header Cleaning: Upgraded the slugification and header normalization logic to ensure 100% compatibility with MkDocs anchor resolution, stripping commas, parentheses, slashes, and special symbols to prevent broken internal links.
- Monthly Video Automation Schedule: Configured a monthly cron trigger (
0 6 1 * *) in the V2 Video Hub Builder GitHub action to automate video curation and portal updates.
Changed
- Persisted Hero Dashboard Cards: Integrated the 4 glassmorphic interactive cards directly into the
v2_optimizer.pycompilation script forv2-docs/index.md, preventing them from being overwritten during V2 rendering cycles and updating the video link to./videos/index.html.