This repository contains the Ministry of Justice Developer Experience documentation site, built with the Government Digital Service tech-docs-gem.
It is the home for guidance on:
- getting started with this documentation site
- writing and reviewing documentation consistently
- publishing and maintaining high-quality technical content
- repository structure and contribution workflow
The primary docs are in source/ and organised by topic, including:
get_started/working_with_docs/delivery/reference/support/
Historical GDS Technical Documentation Template content is retained in source/legacy-tdt-documentation/ for reference.
- Docker
Run the site locally (available at http://127.0.0.1:4567):
make previewmake packageThis repo uses Lychee in CI. To run link checks locally:
make link-checkThe GitHub Actions workflow in .github/workflows/publish.yml publishes to GitHub Pages when changes are merged to main.