Replace content & config with tech-docs version #92
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change converts the site to use (a patched
version of) the gov.uk tech-docs template & gems.
https://github.com/alphagov/tech-docs-template
You can see what the site will look like after this PR is merged here:
https://ministryofjustice.github.io/technical-guidance2/
(that repository and site will be deleted after this PR is merged).
After merging this PR, this repository's settings will need to be changed so that github pages publishes the
/docs
folder of thegh-pages
branch.Details of the patch are here:
ministryofjustice/cloud-platform-user-guide#393
This gives the site a search feature, as well as
dynamic review dates (i.e. you see a big red
banner at the foot of the page if the content was
not reviewed when it should have been).
Publishing is now done via a github action. See:
.github/workflows/publish.yml
...for details.