diff --git a/demo-auto-fix.mdx b/demo-auto-fix.mdx new file mode 100644 index 00000000..4c08cb3f --- /dev/null +++ b/demo-auto-fix.mdx @@ -0,0 +1,16 @@ +--- +title: "Demo: Auto-Fix Bot" +description: "Demonstrating the automated image location fixing" +--- + +# Demo: Auto-Fix Bot + +This page demonstrates the auto-fix workflow for misplaced images. + +## Misplaced Image + +The image below is intentionally in the wrong directory: + +![Demo Image](images/demo-auto-fix/screenshot.png) + +This should trigger the validation bot to automatically fix the issue! diff --git a/images/demo-auto-fix/screenshot.png b/images/demo-auto-fix/screenshot.png new file mode 100644 index 00000000..d6ddf701 Binary files /dev/null and b/images/demo-auto-fix/screenshot.png differ