Skip to content

Commit ac6260a

Browse files
committed
feat(admin): Add distinct sections + links
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
1 parent 9da8e1f commit ac6260a

2 files changed

Lines changed: 66 additions & 12 deletions

File tree

admin_manual/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# Add any Sphinx extension module names here, as strings. They can be extensions
3131
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
32-
extensions += ['sphinx.ext.todo', 'rst2pdf.pdfbuilder', 'sphinx.ext.intersphinx']
32+
extensions += ['sphinx.ext.todo', 'rst2pdf.pdfbuilder', 'sphinx.ext.intersphinx', 'sphinx_toolbox.sidebar_links']
3333

3434
# Add any paths that contain templates here, relative to this directory.
3535
templates_path = ['../_shared_assets/templates', '_templates']

admin_manual/contents.rst

Lines changed: 65 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,80 @@ Table of contents
55
.. toctree::
66
:maxdepth: 2
77

8+
.. toctree::
9+
:caption: Getting Started
10+
811
index
9-
release_notes/index
1012
release_schedule
13+
gdpr/index
14+
15+
.. toctree::
16+
:caption: Release notes
17+
18+
Critical changes <release_notes/index>
19+
20+
.. toctree::
21+
:caption: Installation
22+
1123
installation/index
24+
configuration_database/index
25+
26+
.. toctree::
27+
:caption: Configuration
28+
1229
configuration_server/index
1330
occ_command
31+
reference/index
32+
webhook_listeners/index
33+
windmill_workflows/index
34+
35+
.. toctree::
36+
:caption: Files
37+
38+
configuration_files/index
39+
file_workflows/index
40+
configuration_mimetypes/index
41+
42+
.. toctree::
43+
:caption: Apps
44+
1445
apps_management
1546
exapps_management/index
47+
ai/index
48+
49+
.. toctree::
50+
:caption: Users
51+
1652
configuration_user/index
17-
configuration_files/index
18-
file_workflows/index
53+
desktop/index
54+
55+
.. toctree::
56+
:caption: Groupware
57+
1958
groupware/index
59+
60+
.. toctree::
61+
:caption: Office
62+
2063
office/index
21-
reference/index
22-
ai/index
23-
webhook_listeners/index
24-
windmill_workflows/index
25-
desktop/index
26-
configuration_database/index
27-
configuration_mimetypes/index
64+
65+
.. toctree::
66+
:caption: Maintenance
67+
2868
maintenance/index
2969
issues/index
30-
gdpr/index
70+
71+
.. sidebar-links::
72+
:caption: Links
73+
74+
Community Help Forum <https://help.nextcloud.com/>
75+
User Manuals <https://docs.nextcloud.com/>
76+
Developer Manuals <https://docs.nextcloud.com/>
77+
Download <https://nextcloud.com/install/>
78+
App Store <https://apps.nextcloud.com>
79+
Translations <https://help.nextcloud.com/t/translation-knowledge-valid-for-the-entire-nextcloud-project-wiki/51550>
80+
GitHub <https://github.com/nextcloud/>
81+
Supported versions <https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule>
82+
Nextcloud Enterprise <https://nextcloud.com/enterprise/>
83+
License <https://github.com/nextcloud/server/blob/master/COPYING-README>
84+
Nextcloud GmbH <https://nextcloud.com/>

0 commit comments

Comments
 (0)