From 656e79ae38c76171414186f9f12044084a81e95c Mon Sep 17 00:00:00 2001
From: Frankie Roberto
Date: Mon, 18 Nov 2024 23:08:11 +0000
Subject: [PATCH 1/2] Remove example page
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This removes the example page, and the links to it. The example page has a number of example content components on it, including headings, lede text, figures, tables, tabs, lists, warning callouts and page review date.
However we think it’d be more useful to point people at the NHS Design system to browse the styles and components, especially as the guidance on how and when to use them is there too.
---
app/views/index.html | 8 +-
app/views/page-example.html | 408 ------------------------------------
2 files changed, 4 insertions(+), 412 deletions(-)
delete mode 100644 app/views/page-example.html
diff --git a/app/views/index.html b/app/views/index.html
index d6a75748..f5be2d8b 100755
--- a/app/views/index.html
+++ b/app/views/index.html
@@ -54,10 +54,6 @@
You'll find the code for this page at /app/views/index.html.
-
- There is also an example page, which contains a selection of NHS.UK frontend styles and components and some page templates.
-
-
@@ -75,6 +71,10 @@
+
+ There is a selection of example page templates in /docs/views/. To use these, copy and paste them into /app/views/.
+
Stay away from school, nursery or work until all the spots have crusted over. This is usually 5 days after the spots first appeared.
"
- }) }}
-
-
- Page last reviewed: 15 March 2021
- Next review due: 15 March 2024
-
-
-
-
-
-
-
-{% endblock %}
From 20690fea09818745c15a9788a3b37abdaa2c0801 Mon Sep 17 00:00:00 2001
From: Frankie Roberto
Date: Mon, 18 Nov 2024 23:09:56 +0000
Subject: [PATCH 2/2] Update CHANGELOG
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ecaad12c..592be089 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
- Updated start page template to use the `serviceName` variable in the h1 and title tag ([PR 414](https://github.com/nhsuk/nhsuk-prototype-kit/pull/414))
- Update Header to use the `serviceName` variable ([PR 417](https://github.com/nhsuk/nhsuk-prototype-kit/pull/417))
+- Remove example page template with lots of content examples on it ([PR 420](https://github.com/nhsuk/nhsuk-prototype-kit/pull/420))
## 5.1.0 - 12 November 2024