Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ group :jekyll_plugins do
gem 'jekyll-content-security-policy-generator'
gem "jekyll-feed", "~> 0.12"
gem "jekyll-drawio"
gem "jekyll-redirect-from"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
3 changes: 3 additions & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
Expand Down Expand Up @@ -121,6 +123,7 @@ DEPENDENCIES
jekyll-content-security-policy-generator
jekyll-drawio
jekyll-feed (~> 0.12)
jekyll-redirect-from
jekyll-sitemap (~> 1.4)
just-the-docs
minima (~> 2.5)
Expand Down
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ plugins:
- jekyll-content-security-policy-generator
- jekyll-feed
- jekyll-sitemap
- jekyll-redirect-from

color_scheme: nhs
mermaid:
Expand Down
1 change: 1 addition & 0 deletions docs/pages/features/campaigns.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ parent: Features
nav_order: 1
permalink: /features/campaigns
section: Features by messaging needs
redirect_from: /using-nhs-notify/campaigns
---

Use NHS Notify to set up national or targeted campaigns to send messages in bulk to patients and the public.
Expand Down
1 change: 1 addition & 0 deletions docs/pages/features/direct-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ parent: Features
nav_order: 3
permalink: /features/direct-messaging
section: Features by messaging needs
redirect_from: /using-nhs-notify/direct-messaging
---

Use NHS Notify to support your organisation or service to send individual messages directly to each of your patients.
Expand Down
1 change: 1 addition & 0 deletions docs/pages/features/event-based-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ parent: Features
nav_order: 2
permalink: /features/event-based-messaging
section: Features by messaging needs
redirect_from: /using-nhs-notify/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.
Expand Down
Loading