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

Rename 'How to guides' as 'Guides' #117

Merged
merged 1 commit into from
Nov 18, 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
2 changes: 1 addition & 1 deletion app/views/examples/branching/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
href: "/how-tos",
text: "How to guides"
text: "Guides"
}) }}
{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion app/views/examples/passing-data/clear-data-success.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
href: "/how-tos",
text: "How to guides"
text: "Guides"
}) }}
{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion app/views/examples/passing-data/clear-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
href: "/how-tos",
text: "How to guides"
text: "Guides"
}) }}
{% endblock %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
href: "/how-tos",
text: "How to guides"
text: "Guides"
}) }}
{% endblock %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
href: "/how-tos",
text: "How to guides"
text: "Guides"
}) }}
{% endblock %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
href: "/how-tos",
text: "How to guides"
text: "Guides"
}) }}
{% endblock %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
href: "/how-tos",
text: "How to guides"
text: "Guides"
}) }}
{% endblock %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
href: "/how-tos",
text: "How to guides"
text: "Guides"
}) }}
{% endblock %}

Expand Down
4 changes: 2 additions & 2 deletions app/views/how-tos/branching.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "layout.html" %}

{% block pageTitle %}
How to do branching - NHS.UK prototype kit
Branching - NHS.UK prototype kit
{% endblock %}

{% block beforeContent %}
Expand All @@ -13,7 +13,7 @@
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-three-quarters">

<h1>How to do branching</h1>
<h1>Branching</h1>

<p class="nhsuk-lede-text">You can show a user different pages, depending on how they've answered a question.

Expand Down
2 changes: 1 addition & 1 deletion app/views/how-tos/build-basic-prototype/_BASE.njk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
{
href: "/how-tos",
text: "How to guides"
text: "Guides"
},
{
href: "/how-tos/build-basic-prototype/index",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
</li>
</ol>
<p>
You can now find out
You can now find out how to
<a href="/how-tos/publish-your-prototype-online"
>how to publish your prototype online</a
>publish your prototype online</a
>, so you can share it with your team or do user research.
</p>

Expand Down
4 changes: 2 additions & 2 deletions app/views/how-tos/components.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'layout.html' %}

{% block pageTitle %}
How to use components - NHS.UK prototype kit
Using components - NHS.UK prototype kit
{% endblock %}

{% block beforeContent %}
Expand All @@ -14,7 +14,7 @@
<div class="nhsuk-grid-column-two-thirds">

<h1>
How to use components
Using components
</h1>

<p class="nhsuk-lede-text">Components are reusable parts of the user interface, like buttons, text inputs and checkboxes.</p>
Expand Down
4 changes: 2 additions & 2 deletions app/views/how-tos/git.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'layout.html' %}

{% block pageTitle %}
How to setup Git - NHS.UK prototype kit
Setting up Git - NHS.UK prototype kit
{% endblock %}

{% block beforeContent %}
Expand All @@ -14,7 +14,7 @@
<div class="nhsuk-grid-column-two-thirds">

<h1>
How to setup Git
Setting up Git
</h1>

<p>Git is a type of version control software that tracks changes in your code. For example, when you edit a file, git can help you determine exactly what changed, who changed it, and why.</p>
Expand Down
2 changes: 1 addition & 1 deletion app/views/how-tos/includes/breadcrumb.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
}
],
href: "/how-tos",
text: "How to guides"
text: "Guides"
}) }}
2 changes: 1 addition & 1 deletion app/views/how-tos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<div class="nhsuk-grid-column-two-thirds">

<h1>How to guides</h1>
<h1>Guides</h1>

<p class="nhsuk-lede-text">These guides will show you how to use the prototype kit, from creating a simple page to building complex user journeys.</p>

Expand Down
4 changes: 2 additions & 2 deletions app/views/how-tos/making-pages.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'layout.html' %}

{% block pageTitle %}
How to make pages - NHS.UK prototype kit
Making pages - NHS.UK prototype kit
{% endblock %}

{% block beforeContent %}
Expand All @@ -14,7 +14,7 @@
<div class="nhsuk-grid-column-two-thirds">

<h1>
How to make pages
Making pages
</h1>

<p class="nhsuk-lede-text">Use your HTML text editor to make pages.</p>
Expand Down
4 changes: 2 additions & 2 deletions app/views/how-tos/passing-data-page.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'layout.html' %}

{% block pageTitle %}
How to pass data page to page - NHS.UK prototype kit
Passing data page to page - NHS.UK prototype kit
{% endblock %}

{% block beforeContent %}
Expand All @@ -13,7 +13,7 @@

<div class="nhsuk-grid-column-two-thirds">

<h1>How to pass data page to page</h1>
<h1>Passing data page to page</h1>

<p class="nhsuk-lede-text">You may want to use or display data a user has entered over a few screens.</p>

Expand Down
2 changes: 1 addition & 1 deletion app/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1 class="nhsuk-heading-l">
{{ card({
"href": "/how-tos",
"clickable": "true",
"heading": "How to guides",
"heading": "Guides",
"headingClasses": "nhsuk-heading-m",
"description": "Learn to create pages, use components, add data and more"
}) }}
Expand Down
4 changes: 2 additions & 2 deletions app/views/install/check-it-works.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ <h2>Installation complete</h2>
<p>The kit is now installed. Congratulations!</p>

<h2>Getting going</h2>
<p><a href="/how-tos/build-basic-prototype/index">Build a basic prototype</a> or view other <a href="/how-tos/index">how to guides</a>.</p>
<p><a href="/how-tos/build-basic-prototype/index">Build a basic prototype</a> or view other <a href="/how-tos/index">guides</a>.</p>

{% block pagination %}
{% endblock %}

Expand Down