From 73e0b94c5a3dc52ecd9c5764b88687adedd35122 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Apr 2026 23:27:05 +0000 Subject: [PATCH 1/4] Add SRI integrity hashes to CDN resources in docs HTML files Agent-Logs-Url: https://github.com/PECE-project/drupal-pece/sessions/58c260ad-26ed-49dc-b2aa-0c3e3c7560d4 Co-authored-by: revagomes <201890+revagomes@users.noreply.github.com> --- docs/source/site/404.html | 4 ++-- docs/source/site/about/index.html | 4 ++-- docs/source/site/contributors/index.html | 4 ++-- docs/source/site/datamanagement/index.html | 4 ++-- docs/source/site/gettingstarted/index.html | 4 ++-- docs/source/site/index.html | 4 ++-- docs/source/site/installation/index.html | 4 ++-- docs/source/site/legal/index.html | 4 ++-- docs/source/site/search.html | 4 ++-- docs/source/site/usersguide/index.html | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/source/site/404.html b/docs/source/site/404.html index 37053b64b..38f4e2634 100644 --- a/docs/source/site/404.html +++ b/docs/source/site/404.html @@ -13,11 +13,11 @@ - + - + diff --git a/docs/source/site/about/index.html b/docs/source/site/about/index.html index fbeaffb5c..78363e729 100644 --- a/docs/source/site/about/index.html +++ b/docs/source/site/about/index.html @@ -13,7 +13,7 @@ - + - + diff --git a/docs/source/site/contributors/index.html b/docs/source/site/contributors/index.html index c782cbca3..4cbfd5283 100644 --- a/docs/source/site/contributors/index.html +++ b/docs/source/site/contributors/index.html @@ -13,7 +13,7 @@ - + - + diff --git a/docs/source/site/datamanagement/index.html b/docs/source/site/datamanagement/index.html index 8d736aa43..17ed239b9 100644 --- a/docs/source/site/datamanagement/index.html +++ b/docs/source/site/datamanagement/index.html @@ -13,7 +13,7 @@ - + - + diff --git a/docs/source/site/gettingstarted/index.html b/docs/source/site/gettingstarted/index.html index 8d5bbf63c..10d948d68 100644 --- a/docs/source/site/gettingstarted/index.html +++ b/docs/source/site/gettingstarted/index.html @@ -13,7 +13,7 @@ - + - + diff --git a/docs/source/site/index.html b/docs/source/site/index.html index 0178dc140..b9fb97e1b 100644 --- a/docs/source/site/index.html +++ b/docs/source/site/index.html @@ -13,7 +13,7 @@ - + - + diff --git a/docs/source/site/installation/index.html b/docs/source/site/installation/index.html index 65922ab79..ce56dd0ff 100644 --- a/docs/source/site/installation/index.html +++ b/docs/source/site/installation/index.html @@ -13,7 +13,7 @@ - + - + diff --git a/docs/source/site/legal/index.html b/docs/source/site/legal/index.html index eeec9d91f..f48210080 100644 --- a/docs/source/site/legal/index.html +++ b/docs/source/site/legal/index.html @@ -13,7 +13,7 @@ - + - + diff --git a/docs/source/site/search.html b/docs/source/site/search.html index ca25330c4..2b2eb1a3d 100644 --- a/docs/source/site/search.html +++ b/docs/source/site/search.html @@ -13,11 +13,11 @@ - + - + diff --git a/docs/source/site/usersguide/index.html b/docs/source/site/usersguide/index.html index 2c27b2317..59fc81f93 100644 --- a/docs/source/site/usersguide/index.html +++ b/docs/source/site/usersguide/index.html @@ -13,7 +13,7 @@ - + - + From aa2d87c03f102a05a8d3ddc8a5d0b7f7f86b3306 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Apr 2026 23:37:43 +0000 Subject: [PATCH 2/4] Add custom MkDocs theme template with SRI hashes to prevent rebuild loss Agent-Logs-Url: https://github.com/PECE-project/drupal-pece/sessions/9ded3148-765a-44ba-9a26-8e78e29ab016 Co-authored-by: revagomes <201890+revagomes@users.noreply.github.com> --- docs/source/custom_theme/base.html | 145 +++++++++++++++++++++++++++++ docs/source/mkdocs.yml | 4 +- 2 files changed, 148 insertions(+), 1 deletion(-) create mode 100644 docs/source/custom_theme/base.html diff --git a/docs/source/custom_theme/base.html b/docs/source/custom_theme/base.html new file mode 100644 index 000000000..2f02943bf --- /dev/null +++ b/docs/source/custom_theme/base.html @@ -0,0 +1,145 @@ + + + +
+ {%- block site_meta %} + + + + {% if page and page.is_homepage %}{% endif %} + {% if config.site_author %}{% endif %} + {% if config.site_favicon %} + {% else %}{% endif %} + {%- endblock %} + + {%- block htmltitle %} +