Skip to content

Commit ce8d689

Browse files
authored
Commit adds:
- sitemap page with automatically updating links - accessibility statement based on findings of audit - new item in roadmap about addressing accessibility issues in 'what we're working on now'
1 parent cf5cc29 commit ce8d689

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

docs/_data/footer-navigation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
- title: Privacy
1111
link: https://digital.nhs.uk/services/nhs-notify/transparency-notice
1212

13+
- title: Sitemap
14+
link: /sitemap/
15+
1316
- title: Terms and conditions
1417
link: https://digital.nhs.uk/services/nhs-notify/terms-and-conditions

docs/pages/features/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can [contact us]({% link pages/support/support.md %}) if you:
2626
- Improve onboarding for new users
2727
- Increase print capacity and resilience by bringing in an additional supplier
2828
- Let users create and manage their own templates
29-
- Publish a new website with information about NHS Notify
29+
- Fix accessibility issues in the upcoming 'create and submit a template' interface
3030
- Provide real-time message statuses to show whether messages have been successfully delivered
3131
- Show users which recipients have NHS App accounts and notifications enabled
3232
- Let users subscribe to more detailed NHS APP message statuses

docs/pages/sitemap.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,6 @@
44
title: Sitemap
55
---
66

7-
{% assign current_dir = page.dir %}
8-
{% assign paths = page.dir | split: "/" %}
9-
{% assign parent_dir = paths[1] %}
10-
11-
{%-
12-
assign nav_pages = site.pages
13-
| where_exp: "item", "item.dir contains parent_dir"
14-
-%}
15-
16-
{% assign first_level_dir = parent_dir | prepend: '/' | append: '/' %}
17-
{%-
18-
assign first_level = nav_pages
19-
| where_exp: "item", "item.dir == first_level_dir"
20-
-%}
21-
227
<div class="nhsuk-width-container">
238
<main class="nhsuk-main-wrapper" id="maincontent" role="main">
249
<div class="nhsuk-grid-row">

0 commit comments

Comments
 (0)