From 5b2a31bdae5729dd411ff305f0929025c7b30afe Mon Sep 17 00:00:00 2001
From: Jake Cosgrove <101206358+jakecosgrove@users.noreply.github.com>
Date: Tue, 6 May 2025 15:12:01 +0000
Subject: [PATCH 1/2] Button opens in a new tab Get started content changed
---
docs/_includes/components/button.html | 6 ++++++
docs/pages/get-started/get-started.md | 10 +++++++---
2 files changed, 13 insertions(+), 3 deletions(-)
create mode 100644 docs/_includes/components/button.html
diff --git a/docs/_includes/components/button.html b/docs/_includes/components/button.html
new file mode 100644
index 00000000..21f2ea26
--- /dev/null
+++ b/docs/_includes/components/button.html
@@ -0,0 +1,6 @@
+
+
+
diff --git a/docs/pages/get-started/get-started.md b/docs/pages/get-started/get-started.md
index 03131248..2d061eec 100644
--- a/docs/pages/get-started/get-started.md
+++ b/docs/pages/get-started/get-started.md
@@ -27,8 +27,12 @@ You also may need to read our:
- [acceptable use policy (opens in a new tab)](https://digital.nhs.uk/services/nhs-notify/acceptable-use-policy){:target="\_blank"}
- [privacy policy (opens in a new tab)](https://digital.nhs.uk/services/nhs-notify/transparency-notice){:target="\_blank"}
-## Get in touch to register your interest
+## Register your interest with NHS Notify
-If you think NHS Notify is right for your organisation or service, you can get in touch with our engagement team via .
+If you think NHS Notify is right for you, complete the following form to register your interest. This will open in a new tab.
-We'll contact you within 10 working days to find out more about what your service needs.
+We’ll contact you within 10 working days to find out more about your needs.
+
+{% include components/button.html
+ text="Register your interest"
+%}
From f52bd8d92abd39294d921d50fa3758a003997d2e Mon Sep 17 00:00:00 2001
From: Jake Cosgrove <101206358+jakecosgrove@users.noreply.github.com>
Date: Wed, 7 May 2025 09:46:29 +0000
Subject: [PATCH 2/2] Add numbered headings to /get-started
---
docs/pages/get-started/get-started.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/pages/get-started/get-started.md b/docs/pages/get-started/get-started.md
index 2d061eec..b130410b 100644
--- a/docs/pages/get-started/get-started.md
+++ b/docs/pages/get-started/get-started.md
@@ -9,7 +9,7 @@ has_children: true
permalink: /get-started/
---
-## Check if NHS Notify is right for you
+## 1. Check if NHS Notify is right for you
You can send messages with NHS Notify if your organisation or service is part of NHS England and supports direct care.
@@ -27,7 +27,7 @@ You also may need to read our:
- [acceptable use policy (opens in a new tab)](https://digital.nhs.uk/services/nhs-notify/acceptable-use-policy){:target="\_blank"}
- [privacy policy (opens in a new tab)](https://digital.nhs.uk/services/nhs-notify/transparency-notice){:target="\_blank"}
-## Register your interest with NHS Notify
+## 2. Register your interest with NHS Notify
If you think NHS Notify is right for you, complete the following form to register your interest. This will open in a new tab.