mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
add shortcuts for linking to root of admin-manual and user-manual
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
2
go.php
2
go.php
@@ -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',
|
||||
@@ -50,6 +51,7 @@ $mapping = array(
|
||||
'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',
|
||||
|
||||
Reference in New Issue
Block a user