mu-haskell/docs
dependabot[bot] df7d1c8409 Bump addressable from 2.7.0 to 2.8.0 in /docs (#319)
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0)

---
updated-dependencies:
- dependency-name: addressable
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-14 11:11:55 +02:00
..
_data Videos in docs (#235) 2020-10-15 09:57:19 +02:00
_includes Add dropdowns for different versions selection (#99) 2020-01-27 18:01:40 +01:00
_layouts Docs initial website 🖨 (#53) 2019-12-20 11:18:23 +01:00
_sass Add dropdowns for different versions selection (#99) 2020-01-27 18:01:40 +01:00
css Add dropdowns for different versions selection (#99) 2020-01-27 18:01:40 +01:00
docs Fix the sample args of gRpcCall in docs (#298) 2021-04-29 10:02:32 +02:00
img Add dropdowns for different versions selection (#99) 2020-01-27 18:01:40 +01:00
js Add dropdowns for different versions selection (#99) 2020-01-27 18:01:40 +01:00
_config.yml Set new Mu visual identity for the website 💅 (#92) 2020-01-24 16:42:23 +01:00
Gemfile Docs initial website 🖨 (#53) 2019-12-20 11:18:23 +01:00
Gemfile.lock Bump addressable from 2.7.0 to 2.8.0 in /docs (#319) 2021-07-14 11:11:55 +02: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