ClickHouse documentation is built using [build.py](build.py) script that uses [mkdocs](https://www.mkdocs.org) library and it's dependencies to separately build all version of documentations (all languages in either single and multi page mode) as static HTMLs. The results are then put in correct directory structure. It can also generate PDF version.
[release.sh](release.sh) also pulls static files needed for [official ClickHouse website](https://clickhouse.yandex) from [../../website](../../website) folder, packs them alongside docs into Docker container and tries to deploy it (possible only from Yandex private network).
Then running `build.py` without args (there are some, check `build.py --help`) will generate `ClickHouse/docs/build` folder with complete static html website.
You can just directly open those HTML files in browser, but usually it is more convenient to have some sort of HTTP server hosting them. For example, you can launch one by running `cd ClickHouse/docs/build && python -m SimpleHTTPServer 8888` and then go to <http://localhost:8888> in browser.
### Commit blindly
Then push to GitHub so you can use it's preview. It's better to use previous methods too though.
## How to subscribe on documentation changes?
At the moment there's no easy way to do just that, but you can consider:
* Hit the "Watch" button on top of GitHub web interface to know as early as possible, even during pull request.
* Some search engines allow to subscribe on specific website changes via email and you can opt-in for that for <https://clickhouse.yandex>.