File tree Expand file tree Collapse file tree 6 files changed +8
-0
lines changed
Expand file tree Collapse file tree 6 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ group :jekyll_plugins do
1818 gem 'jekyll-content-security-policy-generator'
1919 gem "jekyll-feed" , "~> 0.12"
2020 gem "jekyll-drawio"
21+ gem "jekyll-redirect-from"
2122end
2223
2324# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Original file line number Diff line number Diff line change 4848 jekyll (>= 3.7 , < 5.0 )
4949 jekyll-include-cache (0.2.1 )
5050 jekyll (>= 3.7 , < 5.0 )
51+ jekyll-redirect-from (0.16.0 )
52+ jekyll (>= 3.3 , < 5.0 )
5153 jekyll-sass-converter (3.0.0 )
5254 sass-embedded (~> 1.54 )
5355 jekyll-seo-tag (2.8.0 )
@@ -121,6 +123,7 @@ DEPENDENCIES
121123 jekyll-content-security-policy-generator
122124 jekyll-drawio
123125 jekyll-feed (~> 0.12 )
126+ jekyll-redirect-from
124127 jekyll-sitemap (~> 1.4 )
125128 just-the-docs
126129 minima (~> 2.5 )
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ plugins:
3737 - jekyll-content-security-policy-generator
3838 - jekyll-feed
3939 - jekyll-sitemap
40+ - jekyll-redirect-from
4041
4142color_scheme : nhs
4243mermaid :
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ parent: Features
88nav_order : 1
99permalink : /features/campaigns
1010section : Features by messaging needs
11+ redirect_from : /using-nhs-notify/campaigns
1112---
1213
1314Use NHS Notify to set up national or targeted campaigns to send messages in bulk to patients and the public.
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ parent: Features
88nav_order : 3
99permalink : /features/direct-messaging
1010section : Features by messaging needs
11+ redirect_from : /using-nhs-notify/direct-messaging
1112---
1213
1314Use NHS Notify to support your organisation or service to send individual messages directly to each of your patients.
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ parent: Features
88nav_order : 2
99permalink : /features/event-based-messaging
1010section : Features by messaging needs
11+ redirect_from : /using-nhs-notify/event-based-messaging
1112---
1213
1314Use NHS Notify to send messages to patients and the public when a specific event is triggered in your organisation or service.
You can’t perform that action at this time.
0 commit comments