aboutsummaryrefslogtreecommitdiffstats
path: root/site/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/README.md')
-rw-r--r--site/README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/site/README.md b/site/README.md
deleted file mode 100644
index 7ffb4103..00000000
--- a/site/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# Reference documentation site
-
-This module builds references documentation.
-
-## Building docs
-
-* Install [Docker](https://www.docker.com/)
-* 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`](deploy.sh) that performs clean build of the site and pushes the results
-into `gh-pages` branch of the project. \ No newline at end of file