Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 691 Bytes

Readme.md

File metadata and controls

26 lines (18 loc) · 691 Bytes

DSP-API Documentation

This folder contains the sources to the DSP-API part of documentation published under https://docs.dasch.swiss/ and managed by DSP-DOCS repository.

Build and serve the docs locally

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

Prerequisites

You will need Graphviz. On macOS:

```shell
brew install graphviz
```

On Linux, use your distribution's package manager.