Skip to content

Commit 08ebcfe

Browse files
authored
Merge pull request #14144 from nextcloud/docs/move-automatic-configuration-to-installation
2 parents b2602c4 + 7889b31 commit 08ebcfe

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

admin_manual/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,12 @@
145145
html_context['versions'] = generateVersionsDocs(current_docs)
146146
html_context['theme_vcs_pageview_mode'] += current_docs
147147

148+
# -- URL redirects -----------------------------------------------------------
149+
# https://documatt.gitlab.io/sphinx-reredirects/usage.html
150+
148151
redirects = {
149152
# consolidated with Deployment chapter 4/2026
150153
"desktop/accountcommand": "desktop/massdeployment",
154+
# Moved 2026-03
155+
"configuration_server/automatic_configuration": "../installation/automatic_configuration.html",
151156
}

admin_manual/configuration_server/automatic_configuration.rst renamed to admin_manual/installation/automatic_configuration.rst

File renamed without changes.

admin_manual/installation/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Installation and server configuration
1111
source_installation
1212
installation_wizard
1313
command_line_installation
14+
automatic_configuration
1415
selinux_configuration
1516
nginx
1617
harden_server

admin_manual/installation/installation_wizard.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ If an autoconfig file is detected, the wizard displays a success notice:
137137
*"Autoconfig file detected — The setup form below is pre-filled with the
138138
values from the config file."* The **Storage & database** section is
139139
automatically collapsed when the autoconfig provides valid values. For
140-
details on autoconfig files, see :doc:`../configuration_server/automatic_configuration`.
140+
details on autoconfig files, see :doc:`automatic_configuration`.
141141

142142
.. figure:: images/install-wizard-autoconfig.png
143143
:scale: 75%

0 commit comments

Comments
 (0)