Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
docs/ | 03-May-2024 | - | 644 | 510 | ||
README.md | D | 03-May-2024 | 407 | 15 | 11 | |
build.gradle | D | 03-May-2024 | 978 | 33 | 26 | |
deploy.sh | D | 03-May-2024 | 2.1 KiB | 80 | 46 |
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