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
Docs: [AEA-0000] - update readme to include github pages notes (#54)
## Summary
- Routine Change
### Details
- update readme.md to include github pages instructions
- do not deploy to prod like environments to get a green build
Release history can be found ot https://github.com/NHSDigital/eps-FHIR-validator-lambda/releases. Descriptions for the types of changes in a release can be found in the [contributing guidelines](./CONTRIBUTING.md)
Version release history can be found ot https://github.com/NHSDigital/eps-FHIR-validator-lambda/releases.
8
+
We use eslint convention for commit messages for commits to main branch. Descriptions for the types of changes in a release can be found in the [contributing guidelines](./CONTRIBUTING.md)
5
9
Deployment history can be found at https://nhsdigital.github.io/eps-FHIR-validator-lambda/
6
10
11
+
## Introduction
7
12
This contains a cloud formation stack which contains a lambda which can be used to validate FHIR R4 messages against implementation guides on [Simplifier](https://simplifier.net/).
8
13
9
14
-`scripts/` Utilities helpful to developers of this specification.
@@ -149,6 +154,7 @@ There are `make` commands that are run as part of the CI pipeline and help alias
149
154
150
155
-`install-python` installs python dependencies
151
156
-`install-hooks` installs git pre commit hooks
157
+
-`install-node` installs node dependencies
152
158
-`install` runs all install targets
153
159
154
160
#### SAM targets
@@ -207,4 +213,12 @@ A combination of these checks are also run in CI.
207
213
### Github pages
208
214
209
215
We use github pages to display deployment information. The source for github pages is in the gh-pages branch.
210
-
As part of the ci and release workflows, the release tag (either the short commit SHA or release tag) is appended to _data/{environment}_releases.csv so we have a history of releases and replaced in _data/{environment}_latest.csv so we now what the latest released version is
216
+
As part of the ci and release workflows, the release tag (either the short commit SHA or release tag) is appended to _data/{environment}_releases.csv so we have a history of releases and replaced in _data/{environment}_latest.csv so we now what the latest released version is.
217
+
There are different makefile targets in this branch. These are
218
+
-`run-jekyll` - runs the site locally so changes can be previewed during development
219
+
-`sync-main` - syncs common files from main branch to gh-pages branch. You must commit and push after running this
220
+
-`install-python` installs python dependencies
221
+
-`install-hooks` installs git pre commit hooks
222
+
-`install-node` installs node dependencies
223
+
-`install-jekyll` installs dependencies to be able to run jekyll locally
0 commit comments