mu-haskell/docs
2019-12-20 13:54:39 +01:00
..
_data Docs initial website 🖨 (#53) 2019-12-20 11:18:23 +01:00
_includes Docs initial website 🖨 (#53) 2019-12-20 11:18:23 +01:00
_layouts Docs initial website 🖨 (#53) 2019-12-20 11:18:23 +01:00
_sass Docs initial website 🖨 (#53) 2019-12-20 11:18:23 +01:00
css Docs initial website 🖨 (#53) 2019-12-20 11:18:23 +01:00
docs Update docs with Higher Kinded Data (#56) 2019-12-20 13:54:39 +01:00
img Docs initial website 🖨 (#53) 2019-12-20 11:18:23 +01:00
js Docs initial website 🖨 (#53) 2019-12-20 11:18:23 +01:00
_config.yml Docs initial website 🖨 (#53) 2019-12-20 11:18:23 +01:00
Gemfile Docs initial website 🖨 (#53) 2019-12-20 11:18:23 +01:00
Gemfile.lock Docs initial website 🖨 (#53) 2019-12-20 11:18:23 +01:00
README.md Docs initial website 🖨 (#53) 2019-12-20 11:18:23 +01:00

Docs for Mu-Haskell

The documentation is built through a Jekyll site as base.

Prerequisites

Building the docs

To preview the site locally, execute the following command from the project root dir. This will install website dependencies under docs/vendor/bundle:

bundle install --gemfile docs/Gemfile --path vendor/bundle

Then, through this command, you will run the locally installed Jekyll instance to serve the site:

BUNDLE_GEMFILE=./docs/Gemfile bundle exec jekyll serve -s docs -b /mu-haskell

Finally, to have a look at the site, visit:

http://localhost:4000/mu-haskell