From 85ee0ea5f9f5193d95db11c72480027cc995171f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 8 Nov 2017 13:28:03 +0100 Subject: [PATCH] Add theming icons shortcut required for https://github.com/nextcloud/server/issues/7100 --- go.php | 1 + 1 file changed, 1 insertion(+) diff --git a/go.php b/go.php index fd153eeec..915760e08 100644 --- a/go.php +++ b/go.php @@ -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',