-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into remove-initial-batch-of-templates
- Loading branch information
Showing
50 changed files
with
414 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# This configuration file was automatically generated by Gitpod. | ||
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) | ||
# and commit this file to your remote git repository to share the goodness with others. | ||
|
||
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart | ||
|
||
tasks: | ||
- init: npm install && npm run build | ||
command: npm run watch | ||
command: npm run start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# NHS.UK prototype kit documentation | ||
# NHS prototype kit documentation | ||
|
||
This repository contains the content and code for the guidance website for the NHS.UK prototype kit. | ||
This repository contains the content and code for the guidance website for the NHS prototype kit. | ||
|
||
For the code for the NHS prototype kit itself, see [nhsuk-prototype-kit on GitHub](https://github.com/nhsuk/nhsuk-prototype-kit). | ||
|
||
|
@@ -10,7 +10,7 @@ Start the code by running `npm run watch`. | |
|
||
## Contribute | ||
|
||
If you want to contribute to the NHS.UK prototype kit guidance, then read our [contributing guidelines](CONTRIBUTING.md). | ||
If you want to contribute to the NHS prototype kit guidance, then read our [contributing guidelines](CONTRIBUTING.md). | ||
|
||
### Style guide | ||
|
||
|
@@ -20,11 +20,25 @@ We normally use the [NHS content guide](https://service-manual.nhs.uk/content) f | |
|
||
Lower case. Only use for Windows instructions. Normally it will be ‘the command line’. | ||
|
||
#### Git, git, Github | ||
|
||
Git has an upper case G when talking about a version control system (for example 'use GitHub '), and lower case G when part of code, for example `git status`. | ||
|
||
GitHub is camel case with an upper case H - for example, 'use GitHub Desktop'. | ||
|
||
|
||
#### GOV.UK Prototype Kit, GOV.UK Design System and other GOV.UK products | ||
|
||
Title case. | ||
|
||
#### Headings and tab titles | ||
Use sentence case, for example 'How to download the prototype kit'. | ||
Tab titles (the title of the page as shown in the browser tab) may be different from the page H1, for example a tab title may say 'How to download the prototype kit' and the H1 say 'Download the prototype kit'. | ||
|
||
#### JavaScript | ||
|
||
Camel case with an upper case S. | ||
|
||
#### NHS, NHS.UK, NHS England | ||
|
||
|
||
|
@@ -44,11 +58,11 @@ Use ‘NHS England Windows laptops’ instructions for people using corporate la | |
|
||
#### NHS prototype kit | ||
|
||
‘NHS’ is in caps and ‘prototype kit’ in lower case (except where it is shown next to the NHS logo when it is capitalised as ‘NHS Prototype kit’). Write out in full the first time it is used on a page, then call ’the kit’. Do not use ‘prototype kit’ if you can. | ||
‘NHS’ is in caps and ‘prototype kit’ in lower case (except where it is shown next to the NHS logo when it is capitalised as ‘NHS Prototype kit’). Write out in full the first time it is used on a page, then call ’the kit’. Try to avoid ‘prototype kit’. | ||
|
||
#### terminal | ||
|
||
Lower case. Only use for Mac and Linux instructions. Usually it will be ‘the terminal’. | ||
Lower case. Usually it will be ‘the terminal’. | ||
|
||
#### Visual Studio Code | ||
|
||
|
@@ -57,4 +71,4 @@ Title case. When you use it for the first time in a guide, start with 'Visual St | |
|
||
## Support | ||
|
||
The NHS.UK prototype kit guidance website is maintained by NHS England. [Email us](<mailto:[[email protected]](mailto:[email protected])>), open a [Github issue](https://github.com/nhsuk/nhsuk.service-manual.prototype-kit.docs/issues/new) or get in touch on the [NHS digital service manual Slack workspace](https://join.slack.com/t/nhs-service-manual/shared_invite/enQtNTIyOTEyNjU3NDkyLTk4NDQ3YzkwYzk1Njk5YjAxYTI5YTVkZmUxMGQ0ZjA3NjMyM2ZkNjBlMWMxODVjZjYzNzg1ZmU4MWY1NmE2YzE). | ||
The NHS prototype kit guidance website is maintained by NHS England. [Email us](<mailto:[[email protected]](mailto:[email protected])>), open a [Github issue](https://github.com/nhsuk/nhsuk.service-manual.prototype-kit.docs/issues/new) or get in touch on the [NHS digital service manual Slack workspace](https://join.slack.com/t/nhs-service-manual/shared_invite/enQtNTIyOTEyNjU3NDkyLTk4NDQ3YzkwYzk1Njk5YjAxYTI5YTVkZmUxMGQ0ZjA3NjMyM2ZkNjBlMWMxODVjZjYzNzg1ZmU4MWY1NmE2YzE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{% extends 'layout.html' %} | ||
|
||
{% block pageTitle %} | ||
About - NHS.UK prototype kit | ||
About - NHS prototype kit | ||
{% endblock %} | ||
|
||
{% block beforeContent %} | ||
|
@@ -18,34 +18,34 @@ | |
|
||
<h1>About</h1> | ||
|
||
<p class="nhsuk-lede-text">The NHS.UK prototype kit enables you to make interactive prototypes that will look like NHS services and pages on NHS.UK. The prototypes you make are a great way to show ideas to others and for conducting user research.</p> | ||
<p class="nhsuk-lede-text">The NHS prototype kit enables you to make interactive prototypes that look like NHS services, such as the NHS website (<a href="http://nhs.uk">www.nhs.uk</a>). The prototypes you make are a great way to show ideas to others and for conducting user research.</p> | ||
|
||
<h2>Support</h2> | ||
|
||
<p>The NHS.UK prototype kit is maintained by NHS England. If you've got a question or need support you can:</p> | ||
<p>The NHS prototype kit is maintained by NHS England. If you've got a question or need support you can:</p> | ||
|
||
<ul> | ||
<li><a href="mailto:[email protected]?subject=NHS.UK prototype kit - About">email us</a></li> | ||
<li><a href="mailto:[email protected]?subject=NHS prototype kit - About">email us</a></li> | ||
<li><a href="https://nhs-service-manual.slack.com/messages/CFYL2GDGW" rel="nofollow">get in touch on the NHS digital service manual #prototype-kit Slack channel</a></li> | ||
<li><a href="https://github.com/nhsuk/nhsuk-prototype-kit/issues">view known issues on GitHub</a></li> | ||
</ul> | ||
|
||
<h2>Contributing</h2> | ||
|
||
<p>The prototype kit is always evolving as we learn more. Help us to improve and grow it:</p> | ||
<p>The prototype kit is always evolving as we learn more. Help us to improve and grow it by:</p> | ||
|
||
<ul> | ||
<li><a href="https://nhs-service-manual.slack.com/messages/CFYL2GDGW" rel="nofollow">get in touch on the NHS digital service manual #prototype-kit Slack channel</a></li> | ||
<li><a href="https://github.com/nhsuk/nhsuk-prototype-kit/issues">create a GitHub issue</a></li> | ||
<li><a href="https://nhs-service-manual.slack.com/messages/CFYL2GDGW" rel="nofollow">getting in touch on the NHS digital service manual #prototype-kit Slack channel</a></li> | ||
<li><a href="https://github.com/nhsuk/nhsuk-prototype-kit/issues/new/choose">reporting or creating a issue in GitHub</a></li> | ||
</ul> | ||
|
||
<h2>Privacy</h2> | ||
|
||
<p>You must protect user privacy at all times, even when using prototypes. Prototypes made with the kit look like NHS.UK, but do not have the same security provisions. Always make sure you are handling user data appropriately.</p> | ||
<p>You must protect user privacy at all times, even when using prototypes. Prototypes made with the kit look like NHS services, but do not have the same security provisions. Always make sure you are handling user data appropriately.</p> | ||
|
||
<h2>The kit is not a production framework</h2> | ||
|
||
<p>Things made with the kit may look like NHS.UK, but do not have production code and likely aren't fully accessible. Don't use the kit as a base for a production service.</p> | ||
<p>Things made with the kit may look like NHS services, but do not have production code and likely are not fully accessible. Do not use the kit as a base for a production service.</p> | ||
|
||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.