From 669f1efd7db9cec98dbe7d85cd78c3caefdaa53f Mon Sep 17 00:00:00 2001 From: Ross Buggins Date: Wed, 22 May 2024 14:52:57 +0100 Subject: [PATCH 1/4] desc. --- docs/_config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 75a7561..f857b1e 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -21,9 +21,7 @@ title: NHS Notify # email: your-email@example.com description: >- # this means to ignore newlines until "baseurl:" - Write an awesome description for your new site here. You can edit this - line in _config.yml. It will appear in your document head meta (for - Google search results) and in your feed.xml site description. + Technical documentation for the NHS Notify Platform. baseurl: "/nhs-notify" # the subpath of your site, e.g. /blog url: "https://nhsdigital.github.io" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: jekyllrb From 2f2197717ccc99a76153b3e674cfddb2aaa22e83 Mon Sep 17 00:00:00 2001 From: Ross Buggins Date: Wed, 22 May 2024 14:54:36 +0100 Subject: [PATCH 2/4] ext link dns --- docs/_config.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index f857b1e..5826ccc 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -24,17 +24,12 @@ description: >- # this means to ignore newlines until "baseurl:" Technical documentation for the NHS Notify Platform. baseurl: "/nhs-notify" # the subpath of your site, e.g. /blog url: "https://nhsdigital.github.io" # the base hostname & protocol for your site, e.g. http://example.com -twitter_username: jekyllrb -github_username: jekyll # Build settings theme: just-the-docs plugins: - jekyll-feed -header_pages: - - about.md - color_scheme: nhs mermaid: # Version of mermaid library @@ -55,6 +50,12 @@ gh_edit_branch: "main" # the branch that your docs is served from # gh_edit_source: docs # the source that your files originate from gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately +nav_external_links: + - title: NHS Notify Dns + url: https://nhsdigital.github.io/nhs-notify-dns/ + hide_icon: false # set to true to hide the external link icon - defaults to false + opens_in_new_tab: false # set to true to open this link in a new tab - defaults to false + callouts: warning: title: Warning From 52eea996a6f92b0e4cccbabd78e3832eb18b1412 Mon Sep 17 00:00:00 2001 From: Ross Buggins Date: Wed, 22 May 2024 15:02:12 +0100 Subject: [PATCH 3/4] build image. --- docs/_config.yml | 7 ++++++- docs/index.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 1067fc0..37ad85c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -51,7 +51,12 @@ gh_edit_branch: "main" # the branch that your docs is served from gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately nav_external_links: - - title: NHS Notify Dns + - title: Notify Service Catalogue + url: https://digital.nhs.uk/services/nhs-notify + hide_icon: false # set to true to hide the external link icon - defaults to false + opens_in_new_tab: false # set to true to open this link in a new tab - defaults to false + + - title: Notify Dns Tech Docs url: https://nhsdigital.github.io/nhs-notify-dns/ hide_icon: false # set to true to hide the external link icon - defaults to false opens_in_new_tab: false # set to true to open this link in a new tab - defaults to false diff --git a/docs/index.md b/docs/index.md index c1e9873..43f703a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ title: Home nav_order: 1 --- -[![CI/CD Pull Request](https://github.com/NHSDigital/nhs-notify/actions/workflows/cicd-1-pull-request.yaml/badge.svg)](https://github.com/NHSDigital/nhs-notify/actions/workflows/cicd-1-pull-request.yaml) +[![CI/CD Pull Request](https://github.com/NHSDigital/nhs-notify/actions/workflows/jekyll-gh-pages.yml/badge.svg)](https://github.com/NHSDigital/nhs-notify/actions/workflows/jekyll-gh-pages.yml) NHS Notify - for the NHS Notify web site, onboarding guidance, and customer support, please visit the [NHS Service Catalogue](https://digital.nhs.uk/services/nhs-notify). From de2d121d6a58490e3f56d9e80cd8acd9913ba26a Mon Sep 17 00:00:00 2001 From: Ross Buggins Date: Wed, 22 May 2024 15:10:41 +0100 Subject: [PATCH 4/4] SEQF link --- docs/_config.yml | 6 ++++++ docs/index.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 37ad85c..c4fef98 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -61,6 +61,12 @@ nav_external_links: hide_icon: false # set to true to hide the external link icon - defaults to false opens_in_new_tab: false # set to true to open this link in a new tab - defaults to false + - title: NHS SEQF + url: https://github.com/NHSDigital/software-engineering-quality-framework + hide_icon: false # set to true to hide the external link icon - defaults to false + opens_in_new_tab: false # set to true to open this link in a new tab - defaults to false + + callouts: warning: title: Warning diff --git a/docs/index.md b/docs/index.md index 43f703a..5a581da 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,7 +21,7 @@ NHS Notify - for the NHS Notify web site, onboarding guidance, and customer supp - NHS Developers working on NHS Notify - Those who are interested in NHS Notify architecture and how it is developed. -## Who/what is this repository not for? +## Who/what is this repository **not** for? - Customer Support - Supplier Support @@ -39,7 +39,7 @@ NHS Notify - for the NHS Notify web site, onboarding guidance, and customer supp - [Related Repos](#related-repos) - [Who/what is this repository is for?](#whowhat-is-this-repository-is-for) -- [Who/what is this repository not for?](#whowhat-is-this-repository-not-for) +- [Who/what is this repository **not** for?](#whowhat-is-this-repository-not-for) - [What this repo contains](#what-this-repo-contains) - [What this repo does not contain](#what-this-repo-does-not-contain) - [Table of Contents](#table-of-contents)