Meemoo public technical documentation

This repository generates https://developer.meemoo.be/.

Build the docs locally

First, install Ruby

Next, install Jekyll and other dependencies from the Gemfile

bundle install
bundle exec jekyll serve

Convert legacy files

Get pandoc

pandoc -s <file> -t markdown -o ./docs/output.md --wrap=none