mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 14:50:46 +01:00
.. | ||
fonts | ||
images | ||
javascripts | ||
slate | ||
stylesheets | ||
index.html | ||
README.md |
Eclair documentation man page
- How to build
Building
The documentation uses slate and is hosted via github pages in this repo. To get started you need to download slate in your local machine, you need ruby, ruby-bundle and a few other dependencies. For the complete instructions on how to run slate please refer to its official documentation here.
⚠️ On ubuntu 18.10 you have to append gem "therubyracer"
to Gemfile ⚠️
Modifying eclair doc
- Copy recursively
eclair/docs/slate
intoslate/source
and open a text editor atslate/source/index.html.md
- Make your changes
- From within the slate folder run
bundle exec middleman build --clean
as specified by the instructions - Copy the content of
slate/build
intoeclair/docs