![]() This is useful when build_machine appears to be compatible with host_machine, but actually isn't. For example when: - build_machine is macOS and host_machine is the iOS Simulator - the build_machine's libc is glibc but the host_machine libc is uClibc - code relies on kernel features not available on the build_machine |
||
---|---|---|
.. | ||
images | ||
markdown | ||
theme/extra | ||
README.md | ||
hotdoc.json | ||
sitemap.txt |
README.md
Building the documentation
-
Get hotdoc (0.8.9 required)
-
Run hotdoc in the docs/ directory:
hotdoc run
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:
hotdoc run --git-upload-activate