mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Fix dev manual inconsistencies
* Add missing debugging page * Remove dead request lifecycle sub pages TOC * Remove dead link to core translations page * Revive link to basics debugging page * Fix traige workflow image path * Remove dead link to performance page Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
@@ -14,4 +14,5 @@ Basic concepts
|
||||
front-end/index
|
||||
backgroundjobs
|
||||
logging
|
||||
storage/index
|
||||
storage/index
|
||||
testing
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -9,7 +9,6 @@ Please make sure you have set up a :ref:`devenv`.
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
translation
|
||||
unit-testing
|
||||
externalapi
|
||||
../how_to/index
|
||||
|
||||
@@ -7,3 +7,4 @@ Getting started
|
||||
|
||||
devenv
|
||||
codingguidelines
|
||||
debugging
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -10,4 +10,3 @@ Prologue
|
||||
bugtracker/index
|
||||
development_process
|
||||
security
|
||||
performance
|
||||
|
||||
Reference in New Issue
Block a user