From 14c9706f081d95f64062558f9b9fbf70e14e865c Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Fri, 9 Jan 2026 20:13:44 +0100 Subject: [PATCH] fix: Rename JS example file to avoid validation errors The help-button-integration.js is documentation with multiple code snippets, not a single runnable JS file. Renamed to .example extension. Co-Authored-By: Claude Opus 4.5 --- ...p-button-integration.js => help-button-integration.js.example} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename EXAMPLES/{help-button-integration.js => help-button-integration.js.example} (100%) diff --git a/EXAMPLES/help-button-integration.js b/EXAMPLES/help-button-integration.js.example similarity index 100% rename from EXAMPLES/help-button-integration.js rename to EXAMPLES/help-button-integration.js.example