diff options
Diffstat (limited to 'plugins/help/config.inc.php.dist')
-rw-r--r-- | plugins/help/config.inc.php.dist | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/plugins/help/config.inc.php.dist b/plugins/help/config.inc.php.dist index 0fd321eca..1dbc21753 100644 --- a/plugins/help/config.inc.php.dist +++ b/plugins/help/config.inc.php.dist @@ -8,9 +8,14 @@ $rcmail_config['help_source'] = 'http://roundcube.net/doc/help/0.9/%l/'; // Use '<task>/<action>' or only '<task>' strings as keys // The values will be appended to the 'help_source' URL $rcmail_config['help_index_map'] = array( - 'login' => 'login.html', - 'mail' => 'mail/index.html', - 'mail/compose' => 'mail/compose.html', + 'login' => 'login.html', + 'mail' => 'mail/index.html', + 'mail/compose' => 'mail/compose.html', + 'addressbook' => 'addressbook/index.html', + 'settings' => 'settings/index.html', + 'settings/preferences' => 'settings/preferences.html', + 'settings/folders' => 'settings/folders.html', + 'settings/identities' => 'settings/identities.html', ); // Map to translate Roundcube language codes into help document languages |