Documentation project of the Dynamic Simulation Environment (DSE) Core Platform.
L- content Documentation content (used by Hugo to build the doc site).
L- doc Additional documentation resources (e.g. yEd image sources).
L- licenses Third Party Licenses.
L- static Static content (e.g. images).
L- tools Supporting tools.
Generated documentation is built using containerised tools. Those tools can be built as follows:
$ git clone https://github.com/boschglobal/dse.doc.git
$ cd dse.doc
$ make tools
Alternatively, the latest Docker Images are available on ghcr.io and can be used as follows:
$ export DOC_CDOCGEN_IMAGE=ghcr.io/boschglobal/dse-cdocgen:main
$ git clone https://github.com/boschglobal/dse.doc.git
$ cd dse.doc
# Pull is latest versions of linked documentation (i.e Hugo modules/git repos).
$ hugo mod get -u
# Build and serve documentation.
$ hugo server
$ hugo server --baseURL http://localhost:1313/dse.doc/
Please refer to the CONTRIBUTING.md file.
Dynamic Simulation Environment Documentation is open-sourced under the Apache-2.0 license for code contributions and Creative Commons Attribution license (CC-BY-4.0) for documentation contributions. See the LICENSE and NOTICE files for details.