A GOV.UK themed version of Clearleft's Fractal.
Very much a prototype to assess Fractal's capabilities and our user's needs.
We'll be looking at a number of automated documentation tools as part of the GOV.UK Frontend Alpha work.
The prototype is hosted on Github Pages.
You can publish it by first generating the static pages and then pushing the 'build' folder to the gh-pages branch on github:
fractal build
git subtree push --prefix build origin gh-pages