Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove example page #420

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions app/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ <h2>
You'll find the code for this page at <strong>/app/views/index.html</strong>.
</p>

<p>
There is also an <a href="/page-example">example page</a>, which contains a selection of NHS.UK frontend styles and components and some <a href="/docs/page-templates">page templates</a>.
</p>

<hr>

<h2>
Expand All @@ -75,6 +71,10 @@ <h2>
</li>
</ul>

<p>
There is a selection of <a href="/docs/page-templates">example page templates</a> in <strong>/docs/views/</strong>. To use these, copy and paste them into <strong>/app/views/</strong>.
</p>

<!-- End of content -->

</div>
Expand Down
Loading