How to generate the bootstrap 3.0 docs

twitter-bootstrap

Solution

I had to install ruby that was easy on ubuntu `sudo apt-get install ruby ruby-dev` i believe

the actual command i had to run is `jekyll --server` inside the bs directory then access the docs on localhost `http://localhost:9001`

I don't get this jekyll thing why even a server? Isn't it supposed just compile? Guess not because this is the only way I got it to work and the author showed the exact command on github.

Problem

Might be a stupid question but they moved to Jackyll and i have no idea how to access the docs. The makefile seems not to do anything then copy some file into docs. Just opening the html files like back in the days not works anymore, some templating has to take place. Sidequestion: are they available online somewhere?

Original source