diff --git a/docs/_data/home/how-it-works.yml b/docs/_data/home/how-it-works.yml index 3ccda1e..ed529f5 100644 --- a/docs/_data/home/how-it-works.yml +++ b/docs/_data/home/how-it-works.yml @@ -1,10 +1,10 @@ - heading: Write your messages description: | Create reusable templates or free-text messages for each message channel: - - [NHS App messages and notifications](https://notify.nhs.uk/features/nhs-app-messages) - - [emails](https://notify.nhs.uk/features/emails) - - [text messages (SMS)](https://notify.nhs.uk/features/text-messages-sms) - - [letters](https://notify.nhs.uk/features/letters) + - [NHS App messages and notifications](https://notify.nhs.uk/about/nhs-app-messages) + - [emails](https://notify.nhs.uk/about/emails) + - [text messages (SMS)](https://notify.nhs.uk/about/text-messages-sms) + - [letters](https://notify.nhs.uk/about/letters) image: 1-write-your-message.svg image_alt: "" diff --git a/docs/_data/primary-navigation.yml b/docs/_data/primary-navigation.yml index b476307..1596445 100644 --- a/docs/_data/primary-navigation.yml +++ b/docs/_data/primary-navigation.yml @@ -1,14 +1,14 @@ -- title: Features - link: /features/ +- title: About + link: /about/ -- title: Pricing - link: /pricing/ +- title: Pricing and commercial + link: /pricing-and-commercial/ + +- title: Get started + link: /get-started/ - title: Using NHS Notify link: /using-nhs-notify/ - title: Support link: /support/ - -- title: Get started - link: /get-started/ diff --git a/docs/_includes/breadcrumb.html b/docs/_includes/breadcrumb.html index c6bf55d..ed612f4 100644 --- a/docs/_includes/breadcrumb.html +++ b/docs/_includes/breadcrumb.html @@ -10,15 +10,15 @@ - {% if page.parent == "Features" %} + {% if page.parent == "About" %}
  • - Features + About
  • {% endif %} - {% if page.parent == "Pricing" %} + {% if page.parent == "Pricing and commercial" %}
  • - Pricing + Pricing and commercial
  • {% endif %} @@ -44,72 +44,72 @@ - - {% if page.title == "Features" %} - - Back to   - Home - - {% endif %} - - {% if page.parent == "Features" %} - - Back to   - Features - - {% endif %} - - - {% if page.title == "Pricing" %} - - Back to   - Home - - {% endif %} - - {% if page.parent == "Pricing" %} - - Back to   - Pricing - - {% endif %} - - - {% if page.title == "Using NHS Notify" %} - - Back to   - Home - - {% endif %} - - {% if page.parent == "Using NHS Notify" %} - - Back to   - Using NHS Notify - - {% endif %} - - - {% if page.title == "Support" %} - - Back to   - Home - - {% endif %} - - - {% if page.title == "Get started" %} - - Back to   - Home - - {% endif %} - - {% if page.parent == "Get started" %} - - Back to   - Get started - - {% endif %} + + {% if page.title == "About" %} + + Back to   + Home + + {% endif %} + + {% if page.parent == "About" %} + + Back to   + Features + + {% endif %} + + + {% if page.title == "Pricing and commercial" %} + + Back to   + Home + + {% endif %} + + {% if page.parent == "Pricing and commercial" %} + + Back to   + Pricing + + {% endif %} + + + {% if page.title == "Using NHS Notify" %} + + Back to   + Home + + {% endif %} + + {% if page.parent == "Using NHS Notify" %} + + Back to   + Using NHS Notify + + {% endif %} + + + {% if page.title == "Support" %} + + Back to   + Home + + {% endif %} + + + {% if page.title == "Get started" %} + + Back to   + Home + + {% endif %} + + {% if page.parent == "Get started" %} + + Back to   + Get started + + {% endif %} diff --git a/docs/pages/about/about-child.md b/docs/pages/about-draft-examples/about-child.md similarity index 100% rename from docs/pages/about/about-child.md rename to docs/pages/about-draft-examples/about-child.md diff --git a/docs/pages/about-draft-examples/about.md b/docs/pages/about-draft-examples/about.md new file mode 100644 index 0000000..9034868 --- /dev/null +++ b/docs/pages/about-draft-examples/about.md @@ -0,0 +1,11 @@ +--- +# Feel free to add content and custom Front Matter to this file. +# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults + +layout: page +title: About +nav_order: 2 +has_children: true +permalink: /about/ +published: false +--- diff --git a/docs/pages/about/about.md b/docs/pages/about/about.md index 9034868..261abb4 100644 --- a/docs/pages/about/about.md +++ b/docs/pages/about/about.md @@ -4,8 +4,88 @@ layout: page title: About -nav_order: 2 +nav_order: 1 has_children: true permalink: /about/ -published: false +redirect_from: /features/ --- + +Use NHS Notify to send: + +- [NHS App messages]({% link pages/about/nhs-app-messages.md %}) +- [emails]({% link pages/about/emails.md %}) +- [text messages (SMS)]({% link pages/about/text-messages.md %}) +- [letters]({% link pages/about/letters.md %}) + +You can send messages in bulk or individually. + +## Access NHS Notify + +- [API]({% link pages/about/api.md %}) +- [MESH]({% link pages/about/mesh.md %}) + +## Send messages based on your needs + +- [Campaigns]({% link pages/about/campaigns.md %}) +- [Event based messaging]({% link pages/about/event-based-messaging.md %}) +- [Direct messaging]({% link pages/about/direct-messaging.md %}) + +## Send messages to groups of recipients without their contact details + +You only need a person's NHS number to send them messages. Learn how to [tell us who you want to message]({% link pages/using-nhs-notify/tell-us-who-you-want-to-message.md %}). + +Create specific cohorts of recipients by using Cohorting as a Service (opens in a new tab). + +## Write your messages + +Create reusable templates for the message channels you want to use. + +Once you’ve created a template you can: + +- [add personalisation]({% link pages/using-nhs-notify/personalisation.md %}) +- [tell recipients who your messages are from]({% link pages/using-nhs-notify/tell-recipients-who-your-messages-are-from.md %}) + +## Plan how your messages will be sent + +Routing plans allow you to send messages to audiences more effectively and sometimes at lower costs. + +You can set up routing plans to: + +- use certain templates for specific audiences +- message a recipient with each channel in a specific order +- set up fallbacks for messages that fail +- stop sending messages after a channel is successful + +{% include components/action-link.html + url='/using-nhs-notify/routing-plans' + text='More about routing plans' +%} + +## Prevent sending people unnecessary messages + +NHS Notify uses the Personal Demographics Service (opens in a new tab) to automatically prevent you from messaging [recipients you cannot message]({% link pages/using-nhs-notify/recipients-you-cannot-message.md %}). + +## Reach people with additional needs + +You can use NHS Notify to: + +- [send letters in other languages]({% link pages/using-nhs-notify/letters-in-other-languages.md %}) +- [send letters in accessible formats]({% link pages/using-nhs-notify/accessible-formats.md %}) + +## See how your messages perform + +Track how many messages you’ve sent and find out which ones are not being delivered. + +## Automatic sending + +To send messages automatically, you'll need a developer to integrate with the NHS Notify API. + +Read our API documentation (opens in a new tab). + +## Keep your data secure + +[Learn more about NHS Notify’s security features.]({% link pages/about/security.md %}) + +## Get support when you need it + +NHS Notify is available 24 hours a day, 365 days a year and supported from 8am to 6pm, Monday to Friday excluding bank holidays. diff --git a/docs/pages/features/api.md b/docs/pages/about/api.md similarity index 91% rename from docs/pages/features/api.md rename to docs/pages/about/api.md index 1366a21..b214bb6 100644 --- a/docs/pages/features/api.md +++ b/docs/pages/about/api.md @@ -4,10 +4,11 @@ layout: page title: API -parent: Features +parent: About nav_order: 1 -permalink: /features/api +permalink: /about/api section: Accessing NHS Notify +redirect_from: /features/api --- NHS England organisations and services can integrate the NHS Notify API with their web applications or back office systems. diff --git a/docs/pages/features/campaigns.md b/docs/pages/about/campaigns.md similarity index 90% rename from docs/pages/features/campaigns.md rename to docs/pages/about/campaigns.md index 894f739..49b2a36 100644 --- a/docs/pages/features/campaigns.md +++ b/docs/pages/about/campaigns.md @@ -4,11 +4,12 @@ layout: page title: Campaigns -parent: Features +parent: About nav_order: 1 -permalink: /features/campaigns +permalink: /about/campaigns section: Features by messaging needs redirect_from: /using-nhs-notify/campaigns +redirect_from: /features/campaigns --- Use NHS Notify to set up national or targeted campaigns to send messages in bulk to patients and the public. @@ -37,4 +38,4 @@ When you send NHS App messages as part of a campaign with NHS Notify, you must a ## See what's next for NHS Notify -If you're thinking of using NHS Notify for campaign messaging but cannot find the features you need, [read our roadmap to find out what we're working on next]({% link pages/features/roadmap.md %}). +If you're thinking of using NHS Notify for campaign messaging but cannot find the features you need, [read our roadmap to find out what we're working on next]({% link pages/about/roadmap.md %}). diff --git a/docs/pages/features/direct-messaging.md b/docs/pages/about/direct-messaging.md similarity index 95% rename from docs/pages/features/direct-messaging.md rename to docs/pages/about/direct-messaging.md index 1afe490..e73c035 100644 --- a/docs/pages/features/direct-messaging.md +++ b/docs/pages/about/direct-messaging.md @@ -4,11 +4,12 @@ layout: page title: Direct messaging -parent: Features +parent: About nav_order: 3 -permalink: /features/direct-messaging +permalink: /about/direct-messaging section: Features by messaging needs redirect_from: /using-nhs-notify/direct-messaging +redirect_from: /features/direct-messaging --- Use NHS Notify to support your organisation or service to send individual messages directly to each of your patients. @@ -71,4 +72,4 @@ text='You must adhere to the following in your user journeys: ## See what's next for NHS Notify -If you're thinking of using NHS Notify for direct messaging but cannot find the features you need, [read our roadmap to find out what we're working on next]({% link pages/features/roadmap.md %}). +If you're thinking of using NHS Notify for direct messaging but cannot find the features you need, [read our roadmap to find out what we're working on next]({% link pages/about/roadmap.md %}). diff --git a/docs/pages/features/emails.md b/docs/pages/about/emails.md similarity index 93% rename from docs/pages/features/emails.md rename to docs/pages/about/emails.md index ed1c60e..897da66 100644 --- a/docs/pages/features/emails.md +++ b/docs/pages/about/emails.md @@ -4,10 +4,11 @@ layout: page title: Emails -parent: Features +parent: About nav_order: 2 -permalink: /features/emails +permalink: /about/emails section: Features by message channel +redirect_from: /features/emails --- Use NHS Notify to send free unlimited emails to patients and members of the public, in bulk and individually. diff --git a/docs/pages/features/event-based-messaging.md b/docs/pages/about/event-based-messaging.md similarity index 88% rename from docs/pages/features/event-based-messaging.md rename to docs/pages/about/event-based-messaging.md index 9d6aed1..ea19402 100644 --- a/docs/pages/features/event-based-messaging.md +++ b/docs/pages/about/event-based-messaging.md @@ -4,11 +4,12 @@ layout: page title: Event based messaging -parent: Features +parent: About nav_order: 2 -permalink: /features/event-based-messaging +permalink: /about/event-based-messaging section: Features by messaging needs redirect_from: /using-nhs-notify/event-based-messaging +redirect_from: /features/event-based-messaging --- Use NHS Notify to send messages to patients and the public when a specific event is triggered in your organisation or service. @@ -37,4 +38,4 @@ When you send event based messages with the NHS App, you must adhere to the foll ## See what's next for NHS Notify -If you're thinking of using NHS Notify for event based messaging but cannot find the features you need, [read our roadmap to find out what we're working on next]({% link pages/features/roadmap.md %}). +If you're thinking of using NHS Notify for event based messaging but cannot find the features you need, [read our roadmap to find out what we're working on next]({% link pages/about/roadmap.md %}). diff --git a/docs/pages/features/letters.md b/docs/pages/about/letters.md similarity index 92% rename from docs/pages/features/letters.md rename to docs/pages/about/letters.md index 6afdd5e..51e2a9c 100644 --- a/docs/pages/features/letters.md +++ b/docs/pages/about/letters.md @@ -4,10 +4,11 @@ layout: page title: Letters -parent: Features +parent: About nav_order: 4 -permalink: /features/letters +permalink: /about/letters section: Features by message channel +redirect_from: /features/letters --- You can use NHS Notify to print and send letters to patients and members of the public with addresses in the UK. You can do this in bulk and individually. @@ -32,7 +33,7 @@ This page will tell you: You might also want to understand more about: -- [letter pricing]({% link pages/pricing/letters.md %}) +- [letter pricing]({% link pages/pricing-and-commercial/letters.md %}) - [delivery times for letters]({% link pages/using-nhs-notify/delivery-times.md %}) - [return addresses]({% link pages/using-nhs-notify/tell-recipients-who-your-messages-are-from.md %}) - [sending letters to people with access needs]({% link pages/using-nhs-notify/accessible-formats.md %}) @@ -55,6 +56,6 @@ NHS Notify uses C5 size envelopes with an address window. This means the A4 lett Letters about test results, appointments and urgent messages can get Royal Mail's NHS barcode (opens in a new tab) on the envelope. -You'll need to send by 1st or 2nd class to be able to get the NHS barcode. If you choose NHS Notify's standard postage, you will not get the barcode but your postage rate will be much cheaper. Find out more about [pricing]({% link pages/pricing/letters.md %}). +You'll need to send by 1st or 2nd class to be able to get the NHS barcode. If you choose NHS Notify's standard postage, you will not get the barcode but your postage rate will be much cheaper. Find out more about [pricing]({% link pages/pricing-and-commercial/letters.md %}). The NHS barcode allows Royal Mail to identify NHS letters. During busy periods locally or nationally, Royal Mail will prioritise NHS letters using the NHS barcode. diff --git a/docs/pages/features/mesh.md b/docs/pages/about/mesh.md similarity index 93% rename from docs/pages/features/mesh.md rename to docs/pages/about/mesh.md index b18b6cc..7aec97c 100644 --- a/docs/pages/features/mesh.md +++ b/docs/pages/about/mesh.md @@ -4,10 +4,11 @@ layout: page title: MESH -parent: Features +parent: About nav_order: 2 -permalink: /features/mesh +permalink: /about/mesh section: Accessing NHS Notify +redirect_from: /features/mesh --- NHS England organisations and services can use the Message Exchange for Social Care and Health (MESH) (opens in a new tab) to send messages with NHS Notify. diff --git a/docs/pages/features/nhs-app-messages.md b/docs/pages/about/nhs-app-messages.md similarity index 97% rename from docs/pages/features/nhs-app-messages.md rename to docs/pages/about/nhs-app-messages.md index 339fe19..1daa703 100644 --- a/docs/pages/features/nhs-app-messages.md +++ b/docs/pages/about/nhs-app-messages.md @@ -4,10 +4,11 @@ layout: page title: NHS App messages -parent: Features +parent: About nav_order: 1 -permalink: /features/nhs-app-messages +permalink: /about/nhs-app-messages section: Features by message channel +redirect_from: /features/nhs-app-messages --- Send free messages of up to 5,000 characters to patients and members of the public who have the NHS App. diff --git a/docs/pages/features/roadmap.md b/docs/pages/about/roadmap.md similarity index 97% rename from docs/pages/features/roadmap.md rename to docs/pages/about/roadmap.md index afd3f2a..7e36353 100644 --- a/docs/pages/features/roadmap.md +++ b/docs/pages/about/roadmap.md @@ -4,12 +4,12 @@ layout: page title: Roadmap -parent: Features +parent: About nav_order: 2 -permalink: /features/roadmap +permalink: /about/roadmap +redirect_from: /features/roadmap --- - The NHS Notify roadmap shows what we’re working on and some of the things we’ve done. The roadmap is only a guide. It does not cover everything we do, and some things may change. diff --git a/docs/pages/features/security.md b/docs/pages/about/security.md similarity index 97% rename from docs/pages/features/security.md rename to docs/pages/about/security.md index c476102..0e5e962 100644 --- a/docs/pages/features/security.md +++ b/docs/pages/about/security.md @@ -4,9 +4,10 @@ layout: page title: Security -parent: Features +parent: About nav_order: 3 -permalink: /features/security +permalink: /about/security +redirect_from: /features/security --- NHS Notify is part of NHS England and is built for the security needs of its organisations and services. @@ -22,6 +23,7 @@ This means NHS Notify: NHS Notify also has approaches for: + - [network security](#network-security) - [security groups and policies](#security-groups-and-policies) - [secure development practices](#secure-development-practices) diff --git a/docs/pages/features/text-messages.md b/docs/pages/about/text-messages.md similarity index 83% rename from docs/pages/features/text-messages.md rename to docs/pages/about/text-messages.md index 546fbd5..3ea6864 100644 --- a/docs/pages/features/text-messages.md +++ b/docs/pages/about/text-messages.md @@ -4,10 +4,11 @@ layout: page title: Text messages (SMS) -parent: Features +parent: About nav_order: 3 -permalink: /features/text-messages-sms +permalink: /about/text-messages-sms section: Features by message channel +redirect_from: /features/text-messages-sms --- Use NHS Notify to send text messages such as invitations, alerts, notifications or reminders to your audiences. You can do this in bulk and individually. @@ -22,10 +23,10 @@ Use NHS Notify to send text messages such as invitations, alerts, notifications You might want to understand more about: -- [text message pricing]({% link pages/pricing/text-messages.md %}) +- [text message pricing]({% link pages/pricing-and-commercial/text-messages.md %}) - [delivery times for text messages]({% link pages/using-nhs-notify/delivery-times.md %}) - [how to tell audiences who your text messages are from]({% link pages/using-nhs-notify/tell-recipients-who-your-messages-are-from.md %}) -- [sending text messages to international numbers]({% link pages/pricing/text-messages.md %}#sending-text-messages-to-international-numbers) +- [sending text messages to international numbers]({% link pages/pricing-and-commercial/text-messages.md %}#sending-text-messages-to-international-numbers) - [formatting]({% link pages/using-nhs-notify/formatting.md %}) - [links and URLs]({% link pages/using-nhs-notify/links-and-urls.md %}) - [personalisation]({% link pages/using-nhs-notify/personalisation.md %}) diff --git a/docs/pages/features/features.md b/docs/pages/features/features.md deleted file mode 100644 index 8402944..0000000 --- a/docs/pages/features/features.md +++ /dev/null @@ -1,90 +0,0 @@ ---- -# Feel free to add content and custom Front Matter to this file. -# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults - -layout: page -title: Features -nav_order: 1 -has_children: true -permalink: /features/ ---- - -Use NHS Notify to send: - -- [NHS App messages]({% link pages/features/nhs-app-messages.md %}) -- [emails]({% link pages/features/emails.md %}) -- [text messages (SMS)]({% link pages/features/text-messages.md %}) -- [letters]({% link pages/features/letters.md %}) - -You can send messages in bulk or individually. - -## Access NHS Notify - -- [API]({% link pages/features/api.md %}) -- [MESH]({% link pages/features/mesh.md %}) - -## Send messages based on your needs - -- [Campaigns]({% link pages/features/campaigns.md %}) -- [Event based messaging]({% link pages/features/event-based-messaging.md %}) -- [Direct messaging]({% link pages/features/direct-messaging.md %}) - -## Send messages to groups of recipients without their contact details - -You only need a person's NHS number to send them messages. Learn how to [tell us who you want to message]({% link pages/using-nhs-notify/tell-us-who-you-want-to-message.md %}). - -Create specific cohorts of recipients by using Cohorting as a Service (opens in a new tab). - -## Write your messages - -Create reusable templates for the message channels you want to use. - -Once you’ve created a template you can: - -- [add personalisation]({% link pages/using-nhs-notify/personalisation.md %}) -- [tell recipients who your messages are from]({% link pages/using-nhs-notify/tell-recipients-who-your-messages-are-from.md %}) - -## Plan how your messages will be sent - -Routing plans allow you to send messages to audiences more effectively and sometimes at lower costs. - -You can set up routing plans to: - -- use certain templates for specific audiences -- message a recipient with each channel in a specific order -- set up fallbacks for messages that fail -- stop sending messages after a channel is successful - -{% include components/action-link.html - url='/using-nhs-notify/routing-plans' - text='More about routing plans' -%} - -## Prevent sending people unnecessary messages - -NHS Notify uses the Personal Demographics Service (opens in a new tab) to automatically prevent you from messaging [recipients you cannot message]({% link pages/using-nhs-notify/recipients-you-cannot-message.md %}). - -## Reach people with additional needs - -You can use NHS Notify to: - -- [send letters in other languages]({% link pages/using-nhs-notify/letters-in-other-languages.md %}) -- [send letters in accessible formats]({% link pages/using-nhs-notify/accessible-formats.md %}) - -## See how your messages perform - -Track how many messages you’ve sent and find out which ones are not being delivered. - -## Automatic sending - -To send messages automatically, you'll need a developer to integrate with the NHS Notify API. - -Read our API documentation (opens in a new tab). - -## Keep your data secure - -[Learn more about NHS Notify’s security features.]({% link pages/features/security.md %}) - -## Get support when you need it - -NHS Notify is available 24 hours a day, 365 days a year and supported from 8am to 6pm, Monday to Friday excluding bank holidays. diff --git a/docs/pages/footer/accessibility.md b/docs/pages/footer/accessibility.md index 27e27c2..5c19cc8 100644 --- a/docs/pages/footer/accessibility.md +++ b/docs/pages/footer/accessibility.md @@ -56,7 +56,7 @@ Autocomplete is turned off by default because the text a user enters into ‘cre ## What we're doing to improve accessibility -Our [roadmap]({% link pages/features/roadmap.md %}) shows how and when we plan to improve accessibility on this website. +Our [roadmap]({% link pages/about/roadmap.md %}) shows how and when we plan to improve accessibility on this website. ## Preparation of this accessibility statement diff --git a/docs/pages/get-started/get-started.md b/docs/pages/get-started/get-started.md index 717e220..77005db 100644 --- a/docs/pages/get-started/get-started.md +++ b/docs/pages/get-started/get-started.md @@ -13,9 +13,9 @@ permalink: /get-started/ You can only use NHS Notify if your organisation or service sends: -- [event-based messages]({% link pages/features/event-based-messaging.md %}) -- [direct messages]({% link pages/features/direct-messaging.md %}) -- [messages that are part of a campaign]({% link pages/features/campaigns.md %}) +- [event-based messages]({% link pages/about/event-based-messaging.md %}) +- [direct messages]({% link pages/about/direct-messaging.md %}) +- [messages that are part of a campaign]({% link pages/about/campaigns.md %}) You also need to have: diff --git a/docs/pages/pricing/how-to-pay.md b/docs/pages/pricing-and-commercial/how-to-pay.md similarity index 91% rename from docs/pages/pricing/how-to-pay.md rename to docs/pages/pricing-and-commercial/how-to-pay.md index c007d24..e0b1055 100644 --- a/docs/pages/pricing/how-to-pay.md +++ b/docs/pages/pricing-and-commercial/how-to-pay.md @@ -4,9 +4,10 @@ layout: page title: How to pay -parent: Pricing +parent: Pricing and commercial nav_order: 4 -permalink: /pricing/how-to-pay +permalink: /pricing-and-commercial/how-to-pay +redirect_from: /pricing/how-to-pay --- This page describes how NHS England organisations and services pay for the messages they send using NHS Notify. diff --git a/docs/pages/pricing/letters.md b/docs/pages/pricing-and-commercial/letters.md similarity index 93% rename from docs/pages/pricing/letters.md rename to docs/pages/pricing-and-commercial/letters.md index 44da739..252e613 100644 --- a/docs/pages/pricing/letters.md +++ b/docs/pages/pricing-and-commercial/letters.md @@ -4,9 +4,10 @@ layout: page title: Letters -parent: Pricing +parent: Pricing and commercial nav_order: 3 -permalink: /pricing/letters +permalink: /pricing-and-commercial/letters +redirect_from: /pricing/letters --- The cost of sending a standard letter depends on the postage you choose and how many sheets of paper you need. diff --git a/docs/pages/pricing/pricing.md b/docs/pages/pricing-and-commercial/pricing.md similarity index 73% rename from docs/pages/pricing/pricing.md rename to docs/pages/pricing-and-commercial/pricing.md index 66fd567..be5d574 100644 --- a/docs/pages/pricing/pricing.md +++ b/docs/pages/pricing-and-commercial/pricing.md @@ -3,10 +3,11 @@ # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults layout: page -title: Pricing +title: Pricing and commercial nav_order: 1 has_children: true -permalink: /pricing/ +permalink: /pricing-and-commercial/ +redirect_from: /pricing/ --- It’s free to send NHS App messages and emails through NHS Notify. @@ -17,14 +18,14 @@ There’s also: - no setup or integration fee - no procurement fees -Find out [how to pay]({% link pages/pricing/how-to-pay.md %}). +Find out [how to pay]({% link pages/pricing-and-commercial/how-to-pay.md %}). ## Text messages (SMS) It costs 2.33 pence (plus VAT) for every text message you send. {% include components/action-link.html - url='/pricing/text-messages' + url='/pricing-and-commercial/text-messages' text='More about text message pricing' %} @@ -33,6 +34,6 @@ It costs 2.33 pence (plus VAT) for every text message you send. It costs 70p (plus VAT) to send a letter using NHS Notify's standard postage. {% include components/action-link.html - url='/pricing/letters' + url='/pricing-and-commercial/letters' text='Learn more about letter pricing' %} diff --git a/docs/pages/pricing/text-messages.md b/docs/pages/pricing-and-commercial/text-messages.md similarity index 99% rename from docs/pages/pricing/text-messages.md rename to docs/pages/pricing-and-commercial/text-messages.md index 69bd3d8..f3b8575 100644 --- a/docs/pages/pricing/text-messages.md +++ b/docs/pages/pricing-and-commercial/text-messages.md @@ -4,9 +4,10 @@ layout: page title: Text messages -parent: Pricing +parent: Pricing and commercial nav_order: 2 -permalink: /pricing/text-messages +permalink: /pricing-and-commercial/text-messages +redirect_from: /pricing/text-messages --- It costs 2.33 pence (plus VAT) for each text message you send. diff --git a/docs/pages/sitemap.html b/docs/pages/sitemap.html index 95170c6..ec4546d 100644 --- a/docs/pages/sitemap.html +++ b/docs/pages/sitemap.html @@ -12,11 +12,11 @@

    {{page.title}}

    -

    Features

    +

    About