tree: 3a3b945bc5b90a5870fa31d544198379ab49b9f0 [path history] [tgz]
  1. docs/
  2. build.gradle
  3. deploy.sh
  4. README.md
  5. stdlib.package.list
site/README.md

Reference documentation site

This module builds references documentation.

Building docs

  • Install Docker
  • In the project root directory run ./gradlew site
  • The resulting HTML pages are generated in site/build/dist
  • For continuous testing of the documentation run ./gradlew serve and navigate to the URL that is printed on the screen
    • Update the docs via ./gradlew copyDocs while serve is running

For release use deploy.sh that performs clean build of the site and pushes the results into gh-pages branch of the project.