Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions admin_manual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,12 @@
html_context['versions'] = generateVersionsDocs(current_docs)
html_context['theme_vcs_pageview_mode'] += current_docs

# -- URL redirects -----------------------------------------------------------
# https://documatt.gitlab.io/sphinx-reredirects/usage.html

redirects = {
# consolidated with Deployment chapter 4/2026
"desktop/accountcommand": "desktop/massdeployment",
# Moved 2026-03
"configuration_server/automatic_configuration": "../installation/automatic_configuration.html",
}
1 change: 1 addition & 0 deletions admin_manual/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Installation and server configuration
source_installation
installation_wizard
command_line_installation
automatic_configuration
selinux_configuration
nginx
harden_server
Expand Down
2 changes: 1 addition & 1 deletion admin_manual/installation/installation_wizard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ If an autoconfig file is detected, the wizard displays a success notice:
*"Autoconfig file detected — The setup form below is pre-filled with the
values from the config file."* The **Storage & database** section is
automatically collapsed when the autoconfig provides valid values. For
details on autoconfig files, see :doc:`../configuration_server/automatic_configuration`.
details on autoconfig files, see :doc:`automatic_configuration`.

.. figure:: images/install-wizard-autoconfig.png
:scale: 75%
Expand Down
Loading