OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/doc/README.md

13 lines
369 B

Documentation
=======================
About the APIv3 Documentation
-----------------------------
The documentation for APIv3 is written in the [API Blueprint Format](http://apiblueprint.org/).
You can use [aglio](https://github.com/danielgtaylor/aglio) to generate HTML documentation, e.g. using the following command:
```bash
aglio -i apiary.apib -o api.html
```