Skip to content

Commit

Permalink
update hub page example and add page description
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhunter08 committed Jan 29, 2025
1 parent 345cc42 commit 2f67a81
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
32 changes: 18 additions & 14 deletions docs/examples/hub-pages/services.njk
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ vueLink:
stacked: true,
cards: [
{
title: 'Book',
title: 'Check if you need urgent medical help using 111 online',
href: '#'
},
{
title: 'Request prescriptions',
title: 'Find NHS services near you',
href: '#'
}
]
Expand All @@ -62,18 +62,22 @@ vueLink:
}) }}

{{ nhsappCardGroup({
stacked: true,
cards: [
{
title: 'Book',
href: '#'
},
{
title: 'Request prescriptions',
href: '#'
}
]
}) }}
stacked: true,
cards: [
{
title: "Browse NHS health information",
href: "#"
},
{
title: "Browse NHS medicines information",
href: "#"
},
{
title: "Find COVID-19 guidance",
href: "#"
}
]
})}}

</div>
</div>
2 changes: 1 addition & 1 deletion docs/patterns/hub-page.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: layouts/pattern.njk
title: Hub page
description: ...
description: Hubs pages are the main menu pages in the NHS App. Each hub is a grouping of related links. From a hub, users can follow links to start particular journeys or move deeper into the app to lower menu pages (sub-hubs).
backlogID: 69
tags:
- pattern
Expand Down

0 comments on commit 2f67a81

Please sign in to comment.