IMPORTANT! The repository has been archived and moved to https://github.com/eclipse-researchlabs/scava-docs
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:
- ReadTheDocs: https://scava-docs.readthedocs.io
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$
- Eclipse Scava project page: https://projects.eclipse.org/projects/technology.scava
- Scava official repository for code: https://github.com/crossminer/scava
- Scava Official repository for documentation: https://scava-docs.readthedocs.io
- Licencing for this repository: EPL v2, as described in the LICENSE.txt