Skip to content

Commit

Permalink
Commit adds:
Browse files Browse the repository at this point in the history
- 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'
  • Loading branch information
jakecosgrove authored Mar 4, 2025
1 parent cf5cc29 commit ce8d689
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
3 changes: 3 additions & 0 deletions docs/_data/footer-navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
- title: Privacy
link: https://digital.nhs.uk/services/nhs-notify/transparency-notice

- title: Sitemap
link: /sitemap/

- title: Terms and conditions
link: https://digital.nhs.uk/services/nhs-notify/terms-and-conditions
2 changes: 1 addition & 1 deletion docs/pages/features/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can [contact us]({% link pages/support/support.md %}) if you:
- Improve onboarding for new users
- Increase print capacity and resilience by bringing in an additional supplier
- Let users create and manage their own templates
- Publish a new website with information about NHS Notify
- Fix accessibility issues in the upcoming 'create and submit a template' interface
- Provide real-time message statuses to show whether messages have been successfully delivered
- Show users which recipients have NHS App accounts and notifications enabled
- Let users subscribe to more detailed NHS APP message statuses
Expand Down
15 changes: 0 additions & 15 deletions docs/pages/sitemap.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,6 @@
title: Sitemap
---

{% assign current_dir = page.dir %}
{% assign paths = page.dir | split: "/" %}
{% assign parent_dir = paths[1] %}

{%-
assign nav_pages = site.pages
| where_exp: "item", "item.dir contains parent_dir"
-%}

{% assign first_level_dir = parent_dir | prepend: '/' | append: '/' %}
{%-
assign first_level = nav_pages
| where_exp: "item", "item.dir == first_level_dir"
-%}

<div class="nhsuk-width-container">
<main class="nhsuk-main-wrapper" id="maincontent" role="main">
<div class="nhsuk-grid-row">
Expand Down

0 comments on commit ce8d689

Please sign in to comment.