From 3e81122f83dabf7848edac18234e1fbb8649c7f1 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 26 Nov 2025 19:02:52 -0500 Subject: [PATCH] Update Notes about the repo --- Notes-about-the-repo.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Notes-about-the-repo.md b/Notes-about-the-repo.md index ac77f97..894149e 100644 --- a/Notes-about-the-repo.md +++ b/Notes-about-the-repo.md @@ -1,8 +1,8 @@ Important to keep in mind if renaming the repo -### S.A.M.Y. UI - External CSS & JS Wiring +### S.A.M.Y UI - External CSS & JS Wiring -This document explains where S.A.M.Y. references the external CSS and JavaScript files hosted on the SVS Git server, and what you need to update if those files move. +This document explains where S.A.M.Y references the external CSS and JavaScript files hosted on the SVS Git server, and what you need to update if those files move. --- @@ -11,7 +11,7 @@ This document explains where S.A.M.Y. references the external CSS and JavaScript In `Get-UIHtml`, the HTML template includes a `` tag for the stylesheet: - + - This `href` is the only place the PowerShell script refers to the CSS file. - If you rename the repo, branch, or CSS filename, update this URL. @@ -24,7 +24,7 @@ In `Get-UIHtml`, the HTML template includes a `` tag for the stylesheet: Near the bottom of the same HTML template, the script includes an external JS file: - + - This `src` is the only reference to the UI logic (JS) outside the PS1. - If the JS file moves or is renamed, update this URL accordingly.