Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/_data/primary-navigation.yml
Original file line number Diff line number Diff line change
@@ -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/
142 changes: 71 additions & 71 deletions docs/_includes/breadcrumb.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
</li>

<!-- Level 2 -->
{% if page.parent == "Features" %}
{% if page.parent == "About" %}
<li class="nhsuk-breadcrumb__list-item">
<a class="nhsuk-breadcrumb__link" href="{{site.baseurl}}/features">Features</a>
<a class="nhsuk-breadcrumb__link" href="{{site.baseurl}}/about">About</a>
</li>
{% endif %}

{% if page.parent == "Pricing" %}
{% if page.parent == "Pricing and commercial" %}
<li class="nhsuk-breadcrumb__list-item">
<a class="nhsuk-breadcrumb__link" href="{{site.baseurl}}/pricing">Pricing</a>
<a class="nhsuk-breadcrumb__link" href="{{site.baseurl}}/pricing-and-commercial">Pricing and commercial</a>
</li>
{% endif %}

Expand All @@ -44,72 +44,72 @@

<!-- Mobile breadcrumb back -->

<!-- Features -->
{% if page.title == "Features" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Home
</a>
{% endif %}

{% if page.parent == "Features" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/features">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Features
</a>
{% endif %}

<!-- Pricing -->
{% if page.title == "Pricing" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Home
</a>
{% endif %}

{% if page.parent == "Pricing" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/pricing">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Pricing
</a>
{% endif %}

<!-- Using NHS Notify -->
{% if page.title == "Using NHS Notify" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Home
</a>
{% endif %}

{% if page.parent == "Using NHS Notify" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/using-nhs-notify">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Using NHS Notify
</a>
{% endif %}

<!-- Support -->
{% if page.title == "Support" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Home
</a>
{% endif %}

<!-- Get started -->
{% if page.title == "Get started" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Home
</a>
{% endif %}

{% if page.parent == "Get started" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/get-started">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Get started
</a>
{% endif %}
<!-- Features -->
{% if page.title == "Features" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Home
</a>
{% endif %}

{% if page.parent == "Features" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/features">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Features
</a>
{% endif %}

<!-- Pricing -->
{% if page.title == "Pricing" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Home
</a>
{% endif %}

{% if page.parent == "Pricing" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/pricing">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Pricing
</a>
{% endif %}

<!-- Using NHS Notify -->
{% if page.title == "Using NHS Notify" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Home
</a>
{% endif %}

{% if page.parent == "Using NHS Notify" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/using-nhs-notify">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Using NHS Notify
</a>
{% endif %}

<!-- Support -->
{% if page.title == "Support" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Home
</a>
{% endif %}

<!-- Get started -->
{% if page.title == "Get started" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Home
</a>
{% endif %}

{% if page.parent == "Get started" %}
<a class="nhsuk-back-link" href="{{site.baseurl}}/get-started">
<span class="nhsuk-u-visually-hidden">Back to &nbsp;</span>
Get started
</a>
{% endif %}

</nav>
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/pages/features/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

layout: page
title: API
parent: Features
parent: About
nav_order: 1
permalink: /features/api
permalink: /about/api
section: Accessing NHS Notify
---

Expand Down
4 changes: 2 additions & 2 deletions docs/pages/features/campaigns.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

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
---
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/features/direct-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

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
---
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/features/emails.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

layout: page
title: Emails
parent: Features
parent: About
nav_order: 2
permalink: /features/emails
permalink: /about/emails
section: Features by message channel
---

Expand Down
4 changes: 2 additions & 2 deletions docs/pages/features/event-based-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

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
---
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/features/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

layout: page
title: Features
title: About
nav_order: 1
has_children: true
permalink: /features/
permalink: /about/
---

Use NHS Notify to send:
Expand Down
8 changes: 4 additions & 4 deletions docs/pages/features/letters.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

layout: page
title: Letters
parent: Features
parent: About
nav_order: 4
permalink: /features/letters
permalink: /about/letters
section: Features by message channel
---

Expand All @@ -32,7 +32,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 %})
Expand All @@ -55,6 +55,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 <a href="https://www.royalmailwholesale.com/news/nhs-mail-new-barcode-solution" target="_blank">Royal Mail's NHS barcode (opens in a new tab)</a> 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.
4 changes: 2 additions & 2 deletions docs/pages/features/mesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

layout: page
title: MESH
parent: Features
parent: About
nav_order: 2
permalink: /features/mesh
permalink: /about/mesh
section: Accessing NHS Notify
---

Expand Down
4 changes: 2 additions & 2 deletions docs/pages/features/nhs-app-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

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
---

Expand Down
5 changes: 2 additions & 3 deletions docs/pages/features/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@

layout: page
title: Roadmap
parent: Features
parent: About
nav_order: 2
permalink: /features/roadmap
permalink: /about/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.
Expand Down
5 changes: 3 additions & 2 deletions docs/pages/features/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

layout: page
title: Security
parent: Features
parent: About
nav_order: 3
permalink: /features/security
permalink: /about/security
---

NHS Notify is part of NHS England and is built for the security needs of its organisations and services.
Expand All @@ -22,6 +22,7 @@ This means NHS Notify:
NHS Notify also has approaches for:

<!-- no toc -->

- [network security](#network-security)
- [security groups and policies](#security-groups-and-policies)
- [secure development practices](#secure-development-practices)
Expand Down
8 changes: 4 additions & 4 deletions docs/pages/features/text-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

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
---

Expand All @@ -22,10 +22,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 %})
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

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
---

This page describes how NHS England organisations and services pay for the messages they send using NHS Notify.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

layout: page
title: Letters
parent: Pricing
parent: Pricing and commercial
nav_order: 3
permalink: /pricing/letters
permalink: /pricing-and-commercial/letters
---

The cost of sending a standard letter depends on the postage you choose and how many sheets of paper you need.
Expand Down
Loading
Loading