This folder contains the sources to the DSP-API part of documentation published under https://docs.dasch.swiss/ and managed by DSP-DOCS repository.
Documentation can be build by invoking the following make commands from the project root directory:
make docs-install-requirements: ## install requirements
make docs-build # build the documentation
make docs-serve # serve it locally
You will need Graphviz. On macOS:
brew install graphviz
On Linux, use your distribution's package manager.