Skip to content

Commit b8efb25

Browse files
authored
Merge pull request #14462 from nextcloud/jtr/admin-desktop-provisioning-refactor
docs(admin/desktop-client): consolidate deployment and setup docs
2 parents 284902e + 02a2da3 commit b8efb25

5 files changed

Lines changed: 390 additions & 192 deletions

File tree

admin_manual/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
'rst2pdf.pdfbuilder',
3232
'sphinx.ext.intersphinx',
3333
'sphinx_toolbox.sidebar_links',
34+
'sphinx_reredirects',
3435
]
3536

3637
templates_path = [
@@ -143,3 +144,8 @@
143144
current_docs = 'admin_manual'
144145
html_context['versions'] = generateVersionsDocs(current_docs)
145146
html_context['theme_vcs_pageview_mode'] += current_docs
147+
148+
redirects = {
149+
# consolidated with Deployment chapter 4/2026
150+
"desktop/accountcommand": "desktop/massdeployment",
151+
}

admin_manual/desktop/accountcommand.rst

Lines changed: 0 additions & 20 deletions
This file was deleted.

admin_manual/desktop/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Your files are always automatically synchronized between your Nextcloud server,
1919
configfile
2020
envvars
2121
commandline
22-
accountcommand
2322
troubleshooting
2423

2524
You can find additional information here:

0 commit comments

Comments
 (0)