mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-12 07:29:47 +07:00
feat(admin): Add distinct sections + links
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ from conf import *
|
||||
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# 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.
|
||||
templates_path = ['../_shared_assets/templates', '_templates']
|
||||
|
||||
@@ -5,26 +5,80 @@ Table of contents
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
.. toctree::
|
||||
:caption: Getting Started
|
||||
|
||||
index
|
||||
release_notes/index
|
||||
release_schedule
|
||||
gdpr/index
|
||||
|
||||
.. toctree::
|
||||
:caption: Release notes
|
||||
|
||||
Critical changes <release_notes/index>
|
||||
|
||||
.. toctree::
|
||||
:caption: Installation
|
||||
|
||||
installation/index
|
||||
configuration_database/index
|
||||
|
||||
.. toctree::
|
||||
:caption: Configuration
|
||||
|
||||
configuration_server/index
|
||||
occ_command
|
||||
apps_management
|
||||
exapps_management/index
|
||||
configuration_user/index
|
||||
configuration_files/index
|
||||
file_workflows/index
|
||||
groupware/index
|
||||
office/index
|
||||
reference/index
|
||||
ai/index
|
||||
webhook_listeners/index
|
||||
windmill_workflows/index
|
||||
desktop/index
|
||||
configuration_database/index
|
||||
|
||||
.. toctree::
|
||||
:caption: Files
|
||||
|
||||
configuration_files/index
|
||||
file_workflows/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
|
||||
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/>
|
||||
|
||||
Reference in New Issue
Block a user