Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.32 KB

File metadata and controls

45 lines (28 loc) · 1.32 KB

Tech docs manual

This project contains the documentation for the GOV.UK Tech Docs project.

👉 Go to alphagov.github.io/tech-docs-manual

It uses the tech-docs-gem for layout.

Running locally

To run the app locally:

./startup.sh

The app will appear at http://localhost:4567/

Building the project

Build the site with:

bundle exec middleman build

This will create a bunch of static files in /build.

Deployment

This project uses GitHub pages for hosting. It is deployed automatically when a Pull Request is merged.

Licence

Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation.

The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.