Add theming icons shortcut

required for https://github.com/nextcloud/server/issues/7100
This commit is contained in:
Julius Härtl
2017-11-08 13:28:03 +01:00
committed by GitHub
parent 5fc74bea28
commit 85ee0ea5f9

1
go.php
View File

@@ -33,6 +33,7 @@ $mapping = array(
'admin-php-opcache' => '/admin_manual/configuration_server/server_tuning.html#enable-php-opcache',
'admin-mysql-utf8mb4' => '/admin_manual/configuration_database/mysql_4byte_support.html',
'admin-update' => '/admin_manual/maintenance/update.html',
'admin-theming-icons' => '/admin_manual/configuration_server/theming.html#theming-of-icons',
'developer-code-integrity'=> '/developer_manual/app/code_signing.html',
'developer-theming' => '/developer_manual/core/theming.html',