Skip to content

Commit f6e16ab

Browse files
authored
Merge pull request #14335 from nextcloud/docs/dev-digging-deeper-restructure
docs(developer-manual): restructure "Digging deeper" into logical groups
2 parents 2bf1f12 + d10f04b commit f6e16ab

8 files changed

Lines changed: 103 additions & 47 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
=======================
2+
AI & Machine Learning
3+
=======================
4+
5+
.. toctree::
6+
:maxdepth: 2
7+
8+
context_chat
9+
task_processing
10+
machinetranslation
11+
speech-to-text
12+
text_processing
13+
text2image
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
===================
2+
APIs & Integration
3+
===================
4+
5+
.. toctree::
6+
:maxdepth: 2
7+
8+
api
9+
rest_apis
10+
http_client
11+
javascript-apis
12+
dashboard
13+
email
14+
notifications
15+
publicpage
16+
talk
17+
web_host_metadata
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
========================
2+
Users & Authentication
3+
========================
4+
5+
.. toctree::
6+
:maxdepth: 2
7+
8+
users
9+
user_migration
10+
profile
11+
status
12+
out_of_office
13+
oidc
14+
two-factor-provider
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
=================
2+
Development Tools
3+
=================
4+
5+
.. toctree::
6+
:maxdepth: 2
7+
8+
debugging
9+
profiler
10+
continuous_integration
11+
npm
12+
performance
13+
classloader
14+
psr
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
===================
2+
Search & Discovery
3+
===================
4+
5+
.. toctree::
6+
:maxdepth: 2
7+
8+
search
9+
reference
10+
files-metadata
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
======================
2+
Groupware & Workflows
3+
======================
4+
5+
.. toctree::
6+
:maxdepth: 2
7+
8+
groupware/index
9+
flow
10+
projects

developer_manual/digging_deeper/index.rst

Lines changed: 7 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -5,50 +5,10 @@ Digging deeper
55
.. toctree::
66
:maxdepth: 3
77

8-
api
9-
config/index
10-
classloader
11-
context_chat
12-
continuous_integration
13-
dashboard
14-
deadlock
15-
debugging
16-
email
17-
files-metadata
18-
groupware/index
19-
http_client
20-
javascript-apis
21-
machinetranslation
22-
flow
23-
npm
24-
notifications
25-
oidc
26-
out_of_office
27-
openmetrics
28-
performance
29-
phonenumberutil
30-
psr
31-
profile
32-
profiler
33-
projects
34-
publicpage
35-
reference
36-
repair
37-
rest_apis
38-
search
39-
security
40-
settings
41-
setup_checks
42-
snowflake_ids
43-
speech-to-text
44-
talk
45-
task_processing
46-
text_processing
47-
text2image
48-
two-factor-provider
49-
status
50-
user_migration
51-
users
52-
web_host_metadata
53-
webdav_collection_preload
54-
time
8+
ai
9+
apis
10+
auth
11+
groupware_workflows
12+
discovery
13+
devtools
14+
internals
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
================
2+
Server Internals
3+
================
4+
5+
.. toctree::
6+
:maxdepth: 2
7+
8+
config/index
9+
settings
10+
security
11+
setup_checks
12+
repair
13+
deadlock
14+
snowflake_ids
15+
time
16+
openmetrics
17+
webdav_collection_preload
18+
phonenumberutil

0 commit comments

Comments
 (0)