• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

docs/23-Nov-2023-548434

README.mdD23-Nov-2023590 1511

build.gradle.ktsD23-Nov-20231.7 KiB6646

deploy.shD23-Nov-20232.1 KiB8046

stdlib.package.listD23-Nov-202321.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.