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" }}