Guide Add-ins
Use these blocks when a guide needs extra structure.
Code Blocks
Section titled “Code Blocks”Add a language after the opening fence when you can:
ros2 pkg create waypoint_robot --build-type ament_pythoncd waypoint_robotvoid loop() { setMotorPower(leftMotor, 120); setMotorPower(rightMotor, 120);}Inline code like ros2 launch and package.xml uses the same solid-color system.
Warnings
Section titled “Warnings”STOP Sections
Section titled “STOP Sections”STOP
Do not continue until your wiring, voltage, and motor driver orientation match your schematic.
Video Embeds
Section titled “Video Embeds”Use GuideVideo for walkthroughs, demos, or short build clips.
import GuideVideo from '../../../components/GuideVideo.astro';
<GuideVideo title="PCB routing walkthrough" src="https://www.youtube.com/embed/VIDEO_ID" caption="A short walkthrough for routing the control PCB."/>Expandable Details
Section titled “Expandable Details”When should I use details?
Use details for optional explanations, troubleshooting notes, or extra context that would interrupt the main route.