Skip to content
Merged
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
add shortcuts for linking to root of admin-manual and user-manual
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Oct 5, 2023
commit b55487d11b8cc59ce24cf4a2658a1e1cf275e511
2 changes: 2 additions & 0 deletions go.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
############## Adjust when editing docs ##################

$mapping = array(
'admin' => '/admin_manual',
'admin-2fa' => '/admin_manual/configuration_user/two_factor-auth.html',
'admin-antivirus-configuration' => '/admin_manual/configuration_server/antivirus_configuration.html',
'admin-background-jobs' => '/admin_manual/configuration_server/background_jobs_configuration.html',
Expand Down Expand Up @@ -50,6 +51,7 @@
'developer-manual' => '/developer_manual',
'developer-theming' => '/developer_manual/core/theming.html',

'user' => '/user_manual',
'user-2fa' => '/user_manual/en/user_2fa.html',
'user-encryption' => '/user_manual/en/files/encrypting_files.html',
'user-files' => '/user_manual/en/files/index.html',
Expand Down