Skip to content

Commit 0493ef6

Browse files
Merge pull request #14 from NHSDigital/ui-changes
UI changes
2 parents ad36d63 + a816f57 commit 0493ef6

6 files changed

+73
-2
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
},
77
"cSpell.words": [
88
"Licence"
9-
]
9+
],
10+
"cSpell.language": "en-GB"
1011
}

docs/adr/adr-004-github.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: default
3+
title: ADR-004
4+
parent: ADRs
5+
---
6+
7+
## ADR-004: Github as default git upstream location
8+
9+
| | |
10+
| ------------ | -------------- |
11+
| Date | `2024-05-22` |
12+
| Status | `Decided` |
13+
| Deciders | `Engineering` |
14+
| Significance | `Ross Buggins` |
15+
16+
- [ADR-004: Github as default git upstream location](#adr-004-github-as-default-git-upstream-location)
17+
- [Decision](#decision)
18+
19+
20+
## Decision
21+
22+
- Github will be the default upstream origin for all new NHS Notify git repositories.
23+
- Existing repositories will be moved from the existing store.

docs/adr/adr-005-git-docs.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: default
3+
title: ADR-005
4+
parent: ADRs
5+
---
6+
7+
## ADR-005: Documentation stored within repo
8+
9+
| | |
10+
| ------------ | -------------- |
11+
| Date | `2024-05-22` |
12+
| Status | `Decided` |
13+
| Deciders | `Engineering` |
14+
| Significance | `Ross Buggins` |
15+
16+
- [ADR-005: Documentation stored within repo](#adr-005-documentation-stored-within-repo)
17+
- [Decision](#decision)
18+
19+
## Decision
20+
21+
- /docs folder to hold relevant technical documentation for the code in that repository
22+
- Utilise this instead of internal confluence repositories
23+
- Markdown as standard
24+
- github pages for build and deploy
25+
- Just the docs as the standard theme
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: default
3+
title: ADR-006
4+
parent: ADRs
5+
---
6+
7+
## ADR-006: Github-hosted runners
8+
9+
| | |
10+
| ------------ | -------------- |
11+
| Date | `2024-05-22` |
12+
| Status | `Decided` |
13+
| Deciders | `Engineering` |
14+
| Significance | `Ross Buggins` |
15+
16+
- [ADR-006: Github-hosted runners](#adr-006-github-hosted-runners)
17+
- [Decision](#decision)
18+
19+
## Decision
20+
21+
- GitHub-hosted runners to be used by default

docs/adrs.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ layout: default
33
title: ADRs
44
nav_order: 2
55
has_children: true
6+
child_nav_order: reversed
67
---

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The following software packages, or their equivalents, are expected to be instal
8787
8888
### Configuration
8989
90-
Installation and configuration of the toolchain dependencies (including pre git hooks).
90+
Installation and configuration of the toolchain dependencies (including pre-git hooks).
9191
9292
```shell
9393
make config

0 commit comments

Comments
 (0)