despo / tech-docs-template

A template for building technical documentation with a GOV.UK style

Home Page:https://alphagov.github.io/tech-docs-manual

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tech Docs Template

The Tech Docs Template is a middleman template that you can use to build technical documentation using a GOV.UK style.

This repo is the template used to generate new sites. The generated site uses HTML, CSS, JS and images from the tech docs gem.

👉 See alphagov.github.io/tech-docs-manual

Local development

If you make changes to the template you can create a test site with this command. Make sure that you've committed your changes first, because Middleman works with Git.

bundle install
bundle exec middleman init tmp/test-run -T file://$(pwd)
cd tmp/test-run
bundle exec middleman server

Your generated site should appear on http://localhost:4567.

About

A template for building technical documentation with a GOV.UK style

https://alphagov.github.io/tech-docs-manual

License:MIT License


Languages

Language:Ruby 69.7%Language:Shell 28.1%Language:CSS 1.2%Language:HTML 0.8%Language:JavaScript 0.3%