Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Files

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 15, 2020
Jan 27, 2020
Dec 20, 2019
Jan 27, 2020
Jan 27, 2020
Apr 29, 2021
Jan 27, 2020
Jan 27, 2020
Dec 20, 2019
Jul 14, 2021
Dec 20, 2019
Jan 24, 2020

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