Files
openproject/docs
ulferts 7154caec85 Fix/consolidate representers (#5732)
* consolidate representers

Minimizes the need for extensive payload representers by:

* introducing the payload_representer module which removes all non
writable propertyies from a representer
* introducing the
resource/resources/associated_resource/associated_ressources helper
methods which provide a framework for having a representer suitable for
parsing and rendering

Additionally increases the importance of the contracts by using them to
calculate the writeable attributes.

* remove unused endpoint


[ci skip]
2017-07-17 11:05:12 +02:00
..
2017-07-17 11:05:12 +02:00
2017-07-03 09:23:17 +02:00
2017-07-03 10:53:13 +02:00
2017-03-22 09:17:27 +01:00
2017-03-22 17:08:06 +01:00
2017-03-22 17:08:06 +01:00

OpenProject Community Guides

Installation

Get started with installing and upgrading OpenProject using our Installation Guide starting point.

The guides for manual and Docker-based installations are located here.

Upgrading

The detailed upgrade instructions for our packaged installer are located on the official website.

The guides for manual and Docker-based installations are located here.

Operation

User Guides

Please see our User Guide pages for detailed documentation on the functionality of OpenProject.

Development

APIv3 documentation sources

The documentation for APIv3 is written in the API Blueprint Format and its sources are being built from the entry point apiv3-documentation.apib.

You can use aglio to generate HTML documentation, e.g. using the following command:

aglio -i apiv3-documentation.apib -o api.html

The output of the API documentation at dev branch is continuously built and pushed to Github Pages at opf.github.io/apiv3-doc/.