• Home
Name Date Size #Lines LOC

..--

docs/03-May-2024-644510

README.mdD03-May-2024407 1511

build.gradleD03-May-2024978 3326

deploy.shD03-May-20242.1 KiB8046

README.md

1# Reference documentation site
2
3This module builds references documentation.
4
5## Building
6
7* Install [Jekyll](https://jekyllrb.com)
8* If you already have Ruby/Jekyll installed you might need to update its version:
9  * `cd site/docs`
10  * `bundle install`
11* In project root directory do:
12  * Run `./gradlew site`
13* The result is in `site/build/gh-pages/_site`
14* Upload it to github pages (`gh-pages` branch)
15