From d40f4e07eba00d4ef628d334ccb87e0384c88bc6 Mon Sep 17 00:00:00 2001 From: Mike Houston Date: Wed, 17 Jul 2024 16:46:12 +0100 Subject: [PATCH 1/4] CCM-5100: Revert changes to the way page titles are displayed --- docs/_includes/page-info-header.html | 4 ++-- docs/collections/_repos/nhs-notify-iam-webauth.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/_includes/page-info-header.html b/docs/_includes/page-info-header.html index 03402a9..08e5521 100644 --- a/docs/_includes/page-info-header.html +++ b/docs/_includes/page-info-header.html @@ -2,10 +2,10 @@ assign wordWarning = 200 %} {% assign wordCount = content | number_of_words%} {% assign readTime = wordCount | divided_by: 100.0 | ceil %} {% if page.sub_title %} -

{{ page.name }}

+

{{ page.title }}

{{ page.summary }}

{% else %} -

{{ page.name }}

+

{{ page.title }}

{% endif %}
diff --git a/docs/collections/_repos/nhs-notify-iam-webauth.md b/docs/collections/_repos/nhs-notify-iam-webauth.md index df1330f..1f90e4e 100644 --- a/docs/collections/_repos/nhs-notify-iam-webauth.md +++ b/docs/collections/_repos/nhs-notify-iam-webauth.md @@ -1,7 +1,6 @@ --- repo-name: nhs-notify-iam-webauth owners: [ "rossbugginsnhs", "m-houston" ] -title: nhs-notify-iam-webauth name: Notify IAM Web Authentication description: OIDC Authentication Micro-Frontend for Web UI author: "Mike Houston" From 2d6d91380353920e02b881774802a57a429e2203 Mon Sep 17 00:00:00 2001 From: Mike Houston Date: Wed, 17 Jul 2024 16:50:52 +0100 Subject: [PATCH 2/4] CCM-5100: Make first heading in MD file H1 to satisfy linter --- docs/collections/_repos/nhs-notify-iam-webauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/collections/_repos/nhs-notify-iam-webauth.md b/docs/collections/_repos/nhs-notify-iam-webauth.md index 1f90e4e..60092b3 100644 --- a/docs/collections/_repos/nhs-notify-iam-webauth.md +++ b/docs/collections/_repos/nhs-notify-iam-webauth.md @@ -8,7 +8,7 @@ order: 3 parent: Repositories --- -### Purpose +# Purpose This repository contains a Micro-Frontend (MFE) web application which handles user login using a Cognito User Pool From 2c1fce3a265036da4a324e463eb0b60b7911bbef Mon Sep 17 00:00:00 2001 From: Mike Houston Date: Wed, 16 Oct 2024 16:44:35 +0100 Subject: [PATCH 3/4] CCM-5100: Remove hard-coded codeowners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 45db7e5..b609524 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,6 @@ # NHS Notify Code Owners -* @rossbugginsnhs @m-houston @edmundcraske2-nhs @timireland +* @NHSDigital/nhs-notify-code-owners # Default protection for codeowners, must be last in file. /.github/CODEOWNERS @NHSDigital/nhs-notify-code-owners From 1ea7f8d51ccf1731596abee4c4bac4780d75d6e4 Mon Sep 17 00:00:00 2001 From: Mike Houston Date: Wed, 16 Oct 2024 16:59:05 +0100 Subject: [PATCH 4/4] CCM-5100: Use AMET team as default codeowner --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b609524..c112539 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,6 @@ # NHS Notify Code Owners -* @NHSDigital/nhs-notify-code-owners +* @NHSDigital/nhs-notify-amet # Default protection for codeowners, must be last in file. /.github/CODEOWNERS @NHSDigital/nhs-notify-code-owners