https://github.com/ministryofjustice/technical-guidance
How we build and operate products at the Ministry of Justice. • This repository is defined and managed in Terraform
https://github.com/ministryofjustice/technical-guidance
operations-engineering
Last synced: 2 months ago
JSON representation
How we build and operate products at the Ministry of Justice. • This repository is defined and managed in Terraform
- Host: GitHub
- URL: https://github.com/ministryofjustice/technical-guidance
- Owner: ministryofjustice
- License: mit
- Created: 2017-07-31T14:01:08.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T14:26:00.000Z (7 months ago)
- Last Synced: 2024-11-07T14:36:02.832Z (7 months ago)
- Topics: operations-engineering
- Language: HTML
- Homepage: https://technical-guidance.service.justice.gov.uk/
- Size: 1020 KB
- Stars: 28
- Watchers: 130
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Technical guidance
[](https://operations-engineering-reports.cloud-platform.service.justice.gov.uk/public-github-repositories.html#technical-guidance)
How we build and operate products at the Ministry of Justice. This repo
is inspired by, and borrows from, [GDS's technical guidance][gds-way]
site.It's built using the gov.uk [tech-docs-template], and hosted using [GitHub Pages].
[gds-way]: https://github.com/alphagov/gds-way
[github pages]: https://pages.github.com
[tech-docs-template]: https://github.com/alphagov/tech-docs-template## Getting started
To preview the site locally, we need to use the terminal, and run:
```bash
make preview
```This will create a local web server, at `http://localhost:4567` This is only
accessible on our own computer, and won't be accessible to anyone else.To test the URLs:
```
make check
```## Making changes
To make changes, edit the appropriate Markdown files in/below the
`source/documentation` directory.Make sure to make changes in a branch, and issue a pull request when
you want them to be reviewed and published.## Publishing changes
Any changes merged into the `main` branch will be published automatically.
Every change should be reviewed in a pull request, no matter how minor, and
we've enabled [branch protection][] to enforce this.[branch protection]: https://help.github.com/articles/about-protected-branches/