Files
openproject/docs
Markus Kahl 5c1718ec5e rename file name to be consistent with rest
news_item.yml as seen above is an exception
because the word 'news' is not countable.
Hence the _item form instead of just singular.
2021-07-21 09:59:36 +01:00
..
2021-07-12 16:18:56 +02:00
2021-07-12 16:18:56 +02:00
2020-02-04 14:27:42 +01:00
2021-07-12 16:18:56 +02:00
2021-02-24 17:13:47 +01:00

sidebar_navigation, description, robots, keywords
sidebar_navigation description robots keywords
title priority
OpenProject Documentation 999
Help and documentation for OpenProject Community Edition, Enterprise on-premises and Enterprise cloud. index, follow help, documentation

OpenProject Documentation

**Note**: To better read our OpenProject Documentation, please go to [www.openproject.org/docs/](https://www.openproject.org/docs/).

ToDo: check all links.

Installation

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

The guides for manual, packaged and Docker-based installations are provided.

Upgrading

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

The guides for manual, packaged and Docker-based upgrading are provided.

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/.