diff --git a/docs/views/about.html b/docs/views/about.html index b825bddc..021fa087 100755 --- a/docs/views/about.html +++ b/docs/views/about.html @@ -17,25 +17,25 @@

About

- +

The NHS.UK prototype kit enables you to make interactive prototypes that will look like pages on NHS.UK. The prototypes you make are a great way to show ideas to others and for conducting user research.

Support

- +

The NHS.UK prototype kit is maintained by NHS Digital. If you’ve got a question or need support you can:

- +

Contributing

- +

The prototype kit is always evolving as we learn more. Help us to improve and grow it:

@@ -44,7 +44,7 @@

Privacy

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.

The kit is not a production framework

- +

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.

diff --git a/docs/views/how-tos/updating-the-kit.html b/docs/views/how-tos/updating-the-kit.html index 2eb6b00c..15434a88 100644 --- a/docs/views/how-tos/updating-the-kit.html +++ b/docs/views/how-tos/updating-the-kit.html @@ -51,7 +51,7 @@

Screenshot of the latest prototype kit folder
  • - Check /app/assets/sass/main.scss in the latest kit to see if any changes have been made in the top section, above where it says // Add your custom CSS/Sass styles below... . + Check /app/assets/sass/main.scss in the latest kit to see if any changes have been made in the top section, above where it says // Add your custom CSS/Sass styles below... . Screenshot of the main.scss file Copy anything new from that file to the version in your prototype, making sure you don't overwrite any extra styles you have added yourself.
  • @@ -70,7 +70,7 @@

    Help and support

    -

    If you have any problems, ask a developer on your team (if you have one), email us or get in touch on the NHS.UK #prototype-kit Slack channel.

    +

    If you have any problems, ask a developer on your team (if you have one), email us or get in touch on the NHS digital service manual #prototype-kit Slack channel.

    {% include "how-tos/includes/back-button.html" %} diff --git a/docs/views/install/simple.html b/docs/views/install/simple.html index 0fc6dcd2..e350fb28 100644 --- a/docs/views/install/simple.html +++ b/docs/views/install/simple.html @@ -23,19 +23,19 @@

    - Install guide + Install guide

    To start making prototypes you need to setup the right tools to make the kit work.

    This guide will show you how to get setup in 8 steps.

    - +

    You don’t need any technical knowledge to follow along.

    Installation takes up to 20 minutes depending on how much you need to install.

    - -

    If you have any problems, ask a developer on your team (if you have one), email us or get in touch on the NHS.UK #prototype-kit Slack channel.

    - + +

    If you have any problems, ask a developer on your team (if you have one), email us or get in touch on the NHS digital service manual #prototype-kit Slack channel.

    +

    If you are familiar with using git and the terminal, then you might prefer the developer friendly guide.