Source files and scripts needed to build the documentation for Bleskomat products. Uses the open-source project mdBook to build html files which can be rendered in a browser.
Create a new book:
mdbook init name-of-the-book
Serve HTML files:
mdbook serve --open
Build a book's HTML files:
mdbook build .