Merge pull request #11803 from nextcloud/jtr/admin/shortcut-long-migration-steps

feat(admin-manual): add go.php link to long running migration steps
This commit is contained in:
Ferdinand Thiessen 2024-05-11 21:47:28 +02:00 committed by GitHub
commit e77c1af4b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
go.php
View File

@ -23,6 +23,7 @@ $mapping = array(
'admin-files-retention' => '/admin_manual/file_workflows/retention.html',
'admin-install' => '/admin_manual/installation/index.html',
'admin-ldap' => '/admin_manual/configuration_user/user_auth_ldap.html',
'admin-long-running-migration-steps' => '/admin_manual/maintenance/upgrade.html#long-running-migration-steps',
'admin-mysql-utf8mb4' => '/admin_manual/configuration_database/mysql_4byte_support.html',
'admin-nginx' => '/admin_manual/installation/nginx.html',
'admin-oauth2' => '/admin_manual/configuration_server/oauth2.html',