From b187347ee79062d711fdb18e4bf2e61933aa29cf Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 31 Oct 2025 15:38:37 +0000
Subject: [PATCH 1/2] Initial plan
From 50b9dd09a3873f04a1789ff96cc5e1127522cc9b Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 31 Oct 2025 15:52:57 +0000
Subject: [PATCH 2/2] Fix build warnings: remove missing file refs, add URLs to
menu items, update deprecated Hugo functions, fix npm vulnerability
Co-authored-by: wreiske <6295044+wreiske@users.noreply.github.com>
---
content/navigation.md | 5 ++---
package-lock.json | 6 +++---
themes/wc-eh-docs/layouts/404.html | 2 +-
themes/wc-eh-docs/layouts/partials/header.html | 2 +-
4 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/content/navigation.md b/content/navigation.md
index b3eaea92b..5d976b15f 100644
--- a/content/navigation.md
+++ b/content/navigation.md
@@ -831,7 +831,6 @@ wikigdrive: '9a3c47814c851f1e3ce25659ea66b7640ddaf209'
* [Warnings & Alerts Portlet](functions/e-chart/alerts-tab-warnings.md)
* [Super User Quick View Portlet](functions/e-chart/super-user-quick-view-portlet.md)
* [Artificial Intelligence](functions/artificial-intelligence.md)
- * [Legacy AI Chat Box](functions/artificial-intelligence/ai-chat-box.md)
* [Ozwell AI Assistant](functions/artificial-intelligence/ozwell-ai-assistant.md#ozwell-ai-assistant)
* [Whisper AI - Dictation - Summarize](functions/artificial-intelligence/whisper-ai-dictation-summarize.md#whisper-ai)
* [E-Chart](functions/e-chart.md)
@@ -1536,7 +1535,7 @@ wikigdrive: '9a3c47814c851f1e3ce25659ea66b7640ddaf209'
* [Review Session - System Administration](rapid-deployment/review-sessions/review-session-system-administration.md)
* [Resources](resources.md)
* [System Specifications](resources/system-specifications.md)
- * EHR Certification
+ * [EHR Certification](resources/system-specifications/ehr-certification/real-world-testing.md)
* [Real World Testing](resources/system-specifications/ehr-certification/real-world-testing.md#rwt-plans)
* [Real World Testing Plan 2021](resources/system-specifications/ehr-certification/real-world-testing/real-world-testing-plan-2021.md)
* [Real World Testing Plan 2025](resources/system-specifications/ehr-certification/real-world-testing/real-world-testing-plan-2025.md#general-information)
@@ -1591,7 +1590,7 @@ wikigdrive: '9a3c47814c851f1e3ce25659ea66b7640ddaf209'
* [Apt Reminder 1 with Portal](resources/system-specifications/system-email-templates/email-templates-from-scheduler/apt-reminder-1-with-portal.md)
* [Apt Spv Reminder 15 Days](resources/system-specifications/system-email-templates/email-templates-from-scheduler/apt-spv-reminder-15-days.md)
* [Default](resources/system-specifications/system-email-templates/email-templates-from-scheduler/default.md)
- * NEW Interface Specifications
+ * [Interface Specifications](resources/system-specifications/interface-specifications.md)
* [Quality Resources](resources/quality-resources.md)
* [Communications](resources/communications.md)
* [MACRA: Quality Payment Program (QPP)](resources/communications/macra-quality-payment-program-qpp.md)
diff --git a/package-lock.json b/package-lock.json
index a3a30616d..f1cc1581f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2678,9 +2678,9 @@
}
},
"node_modules/sweetalert2": {
- "version": "11.14.5",
- "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.14.5.tgz",
- "integrity": "sha512-8MWk5uc/r6bWhiJWkUXyEuApfXAhSCZT8FFX7pZXL7YwaPxq+9Ynhi2dUzWkOFn9jvLjKj22CXuccZ+IHcnjvQ==",
+ "version": "11.26.3",
+ "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.26.3.tgz",
+ "integrity": "sha512-VU0hGw/WfI9h7Mh+SCsDlWgtxDwWZ6ccqS7QcO8zEeWnwplN1GptcLstq76OluUBSLUza6ldvKd3558OhjpJ9A==",
"license": "MIT",
"funding": {
"type": "individual",
diff --git a/themes/wc-eh-docs/layouts/404.html b/themes/wc-eh-docs/layouts/404.html
index e8df8a620..aef84b2ec 100644
--- a/themes/wc-eh-docs/layouts/404.html
+++ b/themes/wc-eh-docs/layouts/404.html
@@ -19,7 +19,7 @@
{{ $themestylepath := printf "scss/%s.scss" $.Site.Params.Brand.code }}
{{ $options := (dict "targetPath" "style.css" "outputStyle" "compressed" "enableSourceMap" true "precision" 6 "includePaths" (slice "node_modules")) }}
- {{ $style := resources.Get $themestylepath | resources.ToCSS $options | resources.PostCSS (dict "config" "postcss.config.js") | resources.Minify | resources.Fingerprint "sha512" }}
+ {{ $style := resources.Get $themestylepath | css.Sass $options | css.PostCSS (dict "config" "postcss.config.js") | resources.Minify | resources.Fingerprint "sha512" }}
diff --git a/themes/wc-eh-docs/layouts/partials/header.html b/themes/wc-eh-docs/layouts/partials/header.html
index 683da8267..3143c8217 100644
--- a/themes/wc-eh-docs/layouts/partials/header.html
+++ b/themes/wc-eh-docs/layouts/partials/header.html
@@ -30,7 +30,7 @@
{{ $themestylepath := printf "scss/%s.scss" $.Site.Params.Brand.code }}
{{ $options := (dict "targetPath" "style.css" "outputStyle" "compressed" "enableSourceMap" true "precision" 6 "includePaths" (slice "node_modules")) }}
- {{ $style := resources.Get $themestylepath | resources.ToCSS $options | resources.PostCSS (dict "config" "postcss.config.js") | resources.Minify | resources.Fingerprint "sha512" }}
+ {{ $style := resources.Get $themestylepath | css.Sass $options | css.PostCSS (dict "config" "postcss.config.js") | resources.Minify | resources.Fingerprint "sha512" }}