Merge pull request #6919 from nextcloud/fix/dev-manual-inconsistencies

Fix dev manual inconsistencies
This commit is contained in:
Christoph Wurst
2021-07-06 12:00:40 +02:00
committed by GitHub
6 changed files with 4 additions and 10 deletions

View File

@@ -14,4 +14,5 @@ Basic concepts
front-end/index
backgroundjobs
logging
storage/index
storage/index
testing

View File

@@ -2,12 +2,6 @@
Request lifecycle
=================
.. toctree::
:maxdepth: 1
container
api
.. sectionauthor:: Bernhard Posselt <dev@bernhard-posselt.com>, Morris Jobke <hey@morrisjobke.de>
A typical HTTP request consists of the following:

View File

@@ -9,7 +9,6 @@ Please make sure you have set up a :ref:`devenv`.
.. toctree::
:maxdepth: 2
translation
unit-testing
externalapi
../how_to/index

View File

@@ -7,3 +7,4 @@ Getting started
devenv
codingguidelines
debugging

View File

@@ -67,7 +67,7 @@ Much content from https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging
The goal of triaging is to have only useful bug reports for the developers. And you don't have to know much to be able to judge at least some bug reports to be less than useful. There are duplications, incomplete reports and so on. Here is the work flow for each bug:
.. figure:: ../images/triageworkflow.png
.. figure:: ../../images/triageworkflow.png
:scale: 50
Let's go over each step.

View File

@@ -10,4 +10,3 @@ Prologue
bugtracker/index
development_process
security
performance