2017-03-30 02:03:43 +08:00
|
|
|
# Building the documentation
|
|
|
|
|
|
|
|
1. Get [hotdoc](https://hotdoc.github.io/installing.html) (0.8.9 required)
|
2017-05-09 08:11:47 +08:00
|
|
|
1. Run hotdoc in the docs/ directory:
|
2017-03-30 02:03:43 +08:00
|
|
|
|
2018-08-15 03:04:48 +08:00
|
|
|
../meson/meson.py build/
|
2017-03-30 02:03:43 +08:00
|
|
|
|
|
|
|
## Upload
|
|
|
|
|
|
|
|
We are using the git-upload hotdoc plugin which basically
|
|
|
|
removes the html pages and replaces with the new content.
|
|
|
|
|
|
|
|
You can simply run:
|
|
|
|
|
2018-08-15 03:04:48 +08:00
|
|
|
ninja -C build/ upload
|