You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename to Digital prevention services design history (#42)
This renames the Screening design history to Digital prevention services design history, to allow other services within the portfolio (eg Vaccinations and Prevention services) to contribute.
Copy file name to clipboardExpand all lines: README.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Design history for NHS.UK screening
1
+
# Digital prevention services design history
2
2
3
-
A place for services within screening to document their design decisions and research learnings.
3
+
A place for services within digital prevention services to document their design decisions and research learnings.
4
4
5
5
## Installation and getting started
6
6
@@ -12,7 +12,20 @@ A place for services within screening to document their design decisions and res
12
12
13
13
## Adding a new service
14
14
15
-
For new services in screening, [follow this guide to get yourself added](https://x-govuk.github.io/govuk-design-history/divide-a-design-history-into-sections/).
15
+
To add a new service, there is some set up involved.
16
+
17
+
You will need to create some files and folders based on the name of your service, using lowercase and hypens. For example `your-service-name`.
18
+
19
+
You’ll need to:
20
+
21
+
* create a folder for your service within `app/posts/`, for example `app/posts/your-service-name/`
22
+
* create a folder with the same name in `app/images/`, for example `app/images/your-service-name/`
23
+
* create a `your-service-name.js` file within `app/posts/` that adds the eleventyNavigation parent name as the name of your service (copy an existing example)
24
+
* create a Markdown file in `app/posts/`, for example `app/posts/your-service-name.md`. Copy an existing example and update any references to match your service.
25
+
* update `eleventy.config.js` to create a new 'collection' for your service (copy one of the existing examples)
26
+
* update `app/_layouts/_product.njk` to list your new service in the `sections` variable
27
+
28
+
See [Divide a design history into different sections](https://x-govuk.github.io/govuk-design-history/divide-a-design-history-into-sections/).
16
29
17
30
## Adding a new post
18
31
@@ -49,7 +62,7 @@ Once it is merged the updated design history will automatically deploy with your
49
62
50
63
## Support
51
64
52
-
For issues relating to the NHS Screening design history, [contact Ed Horsford](https://github.com/edwardhorsford).
65
+
For issues relating to the NHS Digtal prevention services design history, contact [Ed Horsford](https://github.com/edwardhorsford), [Frankie Roberto](https://github.com/frankieroberto) or [Ralph Hawkins](https://github.com/ralph-hawkins).
53
66
54
67
The [GOV.UK design history project](https://x-govuk.github.io/govuk-design-history/) is maintained by a small number of volunteers working across government.
0 commit comments