feat(admin): Add distinct sections + links

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
This commit is contained in:
Josh Richards
2025-08-22 11:41:41 -04:00
parent 9da8e1f276
commit ac6260a46c
2 changed files with 67 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ from conf import *
# Add any Sphinx extension module names here, as strings. They can be extensions # Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions += ['sphinx.ext.todo', 'rst2pdf.pdfbuilder', 'sphinx.ext.intersphinx'] extensions += ['sphinx.ext.todo', 'rst2pdf.pdfbuilder', 'sphinx.ext.intersphinx', 'sphinx_toolbox.sidebar_links']
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['../_shared_assets/templates', '_templates'] templates_path = ['../_shared_assets/templates', '_templates']

View File

@@ -5,26 +5,80 @@ Table of contents
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
.. toctree::
:caption: Getting Started
index index
release_notes/index
release_schedule release_schedule
gdpr/index
.. toctree::
:caption: Release notes
Critical changes <release_notes/index>
.. toctree::
:caption: Installation
installation/index installation/index
configuration_database/index
.. toctree::
:caption: Configuration
configuration_server/index configuration_server/index
occ_command occ_command
apps_management
exapps_management/index
configuration_user/index
configuration_files/index
file_workflows/index
groupware/index
office/index
reference/index reference/index
ai/index
webhook_listeners/index webhook_listeners/index
windmill_workflows/index windmill_workflows/index
desktop/index
configuration_database/index .. toctree::
:caption: Files
configuration_files/index
file_workflows/index
configuration_mimetypes/index configuration_mimetypes/index
.. toctree::
:caption: Apps
apps_management
exapps_management/index
ai/index
.. toctree::
:caption: Users
configuration_user/index
desktop/index
.. toctree::
:caption: Groupware
groupware/index
.. toctree::
:caption: Office
office/index
.. toctree::
:caption: Maintenance
maintenance/index maintenance/index
issues/index issues/index
gdpr/index
.. sidebar-links::
:caption: Links
Community Help Forum <https://help.nextcloud.com/>
User Manuals <https://docs.nextcloud.com/>
Developer Manuals <https://docs.nextcloud.com/>
Download <https://nextcloud.com/install/>
App Store <https://apps.nextcloud.com>
Translations <https://help.nextcloud.com/t/translation-knowledge-valid-for-the-entire-nextcloud-project-wiki/51550>
GitHub <https://github.com/nextcloud/>
Supported versions <https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule>
Nextcloud Enterprise <https://nextcloud.com/enterprise/>
License <https://github.com/nextcloud/server/blob/master/COPYING-README>
Nextcloud GmbH <https://nextcloud.com/>