You can generate documentation as an HTML document using the mdBook tool. The document will be based on markdown files located in the docs/src
directory. The result of the build will be located in the docs/book
directory.
Run scripts/build_mdbci_docs.sh
script. The operation requires Docker to be installed on the MDBCI host.
- Install mdBook tool
- Run
mdbook build
command in thedocs
directory to build the documentation pages.