Skip to content

Commit 99bd755

Browse files
Merge pull request #6937 from nextcloud/backport/6919/stable20
[stable20] Fix dev manual inconsistencies
2 parents a0d4331 + 216603a commit 99bd755

6 files changed

Lines changed: 4 additions & 10 deletions

File tree

developer_manual/basics/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ Basic concepts
1414
front-end/index
1515
backgroundjobs
1616
logging
17-
storage/index
17+
storage/index
18+
testing

developer_manual/basics/request_lifecycle.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
Request lifecycle
33
=================
44

5-
.. toctree::
6-
:maxdepth: 1
7-
8-
container
9-
api
10-
115
.. sectionauthor:: Bernhard Posselt <dev@bernhard-posselt.com>, Morris Jobke <hey@morrisjobke.de>
126

137
A typical HTTP request consists of the following:

developer_manual/core/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Please make sure you have set up a :ref:`devenv`.
99
.. toctree::
1010
:maxdepth: 2
1111

12-
translation
1312
unit-testing
1413
externalapi
1514
../how_to/index

developer_manual/getting_started/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Getting started
77

88
devenv
99
codingguidelines
10+
debugging

developer_manual/prologue/bugtracker/triaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Much content from https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging
6767

6868
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:
6969

70-
.. figure:: ../images/triageworkflow.png
70+
.. figure:: ../../images/triageworkflow.png
7171
:scale: 50
7272

7373
Let's go over each step.

developer_manual/prologue/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ Prologue
1010
bugtracker/index
1111
development_process
1212
security
13-
performance

0 commit comments

Comments
 (0)