• Home
Name Date Size #Lines LOC

..--

docs/03-May-2024-548434

README.mdD03-May-2024590 1511

build.gradle.ktsD03-May-20241.7 KiB6646

deploy.shD03-May-20242.1 KiB8046

stdlib.package.listD03-May-202421.8 KiB230229

README.md

1# Reference documentation site
2
3This module builds references documentation.
4
5## Building docs
6
7* Install [Docker](https://www.docker.com/)
8* In the project root directory run `./gradlew site`
9* The resulting HTML pages are generated in `site/build/dist`
10* For continuous testing of the documentation run `./gradlew serve` and navigate
11  to the URL that is printed on the screen
12  * Update the docs via `./gradlew copyDocs` while `serve` is running
13
14For release use [`deploy.sh`](deploy.sh) that performs clean build of the site and pushes the results
15into `gh-pages` branch of the project.