Skip to content

Commit

Permalink
Remove basic templates
Browse files Browse the repository at this point in the history
Remove the basic templates from the documentation website.

These templates are included in the kit itself, so it’s better to get people to browse and copy and paste them from there.
  • Loading branch information
frankieroberto committed Nov 19, 2024
1 parent e35e58a commit 4ea0b82
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 594 deletions.
26 changes: 9 additions & 17 deletions app/views/page-templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,22 @@

<h1 class="nhsuk-heading-xl">Page templates</h1>

<p>You can find these templates in the <strong>/docs/views/templates</strong> folder within your prototype.</p>
<p>You can find some example templates for pages in the <strong>/docs/views/templates</strong> folder within your prototype. These include:</p>

<p>To use one, copy and paste it from there into your <strong>/app/views</strong> folder.</p>

<h2 class="nhsuk-heading-m">Content pages</h2>

<ul class="nhsuk-list">
<li><a href="/templates/blank-nhsuk">Blank NHS.UK</a></li>
<li><a href="/templates/content-page">Content page</a></li>
<li><a href="/templates/mini-hub">Mini hub</a></li>
<ul>
<li>content pages</li>
<li>question pages</li>
<li>check your answers</li>
<li>a confirmation page</li>
</ul>

<h2 class="nhsuk-heading-m">Transactional journeys</h2>
<p>To use one, copy and paste it from there into your <strong>/app/views</strong> folder.</p>

<ul class="nhsuk-list">
<li><a href="/templates/blank-transactional">Blank transactional</a></li>
<li><a href="/templates/start-page">Start page</a></li>
<li><a href="/templates/question-page">Question page</a></li>
<li><a href="/templates/check-your-answers">Check your answers</a></li>
<li><a href="/templates/confirmation-page">Confirmation</a></li>
</ul>

<h2 class="nhsuk-heading-m">NHS website pages</h2>

<p>If you are prototyping a service which includes pages on the NHS website, you can use these additional templates:</p>

<ul class="nhsuk-list">
<li><a href="/templates/nhsuk-homepage">NHS website homepage</a></li>
<li><a href="/templates/nhsuk-healthaz">Health A to Z</a></li>
Expand Down
24 changes: 0 additions & 24 deletions app/views/templates/blank-nhsuk.html

This file was deleted.

26 changes: 0 additions & 26 deletions app/views/templates/blank-transactional.html

This file was deleted.

162 changes: 0 additions & 162 deletions app/views/templates/check-your-answers.html

This file was deleted.

39 changes: 0 additions & 39 deletions app/views/templates/confirmation-page.html

This file was deleted.

32 changes: 0 additions & 32 deletions app/views/templates/content-page.html

This file was deleted.

60 changes: 0 additions & 60 deletions app/views/templates/mini-hub/index.html

This file was deleted.

Loading

0 comments on commit 4ea0b82

Please sign in to comment.