Skip to content

Commit c6ad1d5

Browse files
authored
Merge branch 'master' into jtr/admin-to-user-desktop-moves
Signed-off-by: Rello <Rello@users.noreply.github.com>
2 parents 8f41e86 + b8efb25 commit c6ad1d5

4 files changed

Lines changed: 390 additions & 191 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.

0 commit comments

Comments
 (0)