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:
Christoph Wurst
2021-07-05 16:04:53 +02:00
parent 0893076de8
commit 3d60bece92
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