This repository contains all the documentation pertaining to the Eclipse Scava project.
The documentation system used for Scava relies on Markdown files, stored in the docs/
directory.
These can be converted to a full static web site using mkdocs. The configured output directory for html files is site/
, which can then be served directly by any web server.
The intended deployment site is:
Simply execute the following command at the root of the directory.
boris@kadath:gh_crossminer_scava-docs$ mkdocs build --clean
INFO - Cleaning site directory
INFO - Building documentation to directory: /home/boris/Projects/gh_crossminer_scava-docs/site
boris@kadath:gh_crossminer_scava-docs$