From 5def3cd884b81ac98b5f47a143d351caa367716d Mon Sep 17 00:00:00 2001 From: Jennifer Hillman-Jackson Date: Mon, 11 Dec 2023 13:24:40 -0800 Subject: [PATCH 1/3] Update account_update_preference.md Add in newer preferences. --- faqs/galaxy/account_update_preference.md | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/faqs/galaxy/account_update_preference.md b/faqs/galaxy/account_update_preference.md index 4d89d72b19a975..0466e9d37d55ba 100644 --- a/faqs/galaxy/account_update_preference.md +++ b/faqs/galaxy/account_update_preference.md @@ -8,19 +8,19 @@ contributors: [jennaj, bernandez] 1. Log in to Galaxy -2. Navigate to **User > Preferences** on the top menu bar. +2. Navigate to **User -> Preferences** on the top menu bar 3. Here you can update various preferences, such as: - - {% icon pref-info %} Manage Information (edit your email addresses, custom parameters, or change your public name) - - {% icon pref-password %} Change Password - - {% icon pref-identities %} Manage Third-Party Identities (connect or disconnect access to your third-party identities) - - {% icon pref-permissions %} Set Dataset Permissions for New Histories (grant others default access to newly created histories. Changes made here will only affect histories created after these settings have been stored. - - {% icon pref-dataprivate %} Make All Data Private - - {% icon pref-apikey %} Manage API Key (access your current API key or create a new one) - - {% icon pref-cloud %} Manage Cloud Authorization (add or modify the configuration that grants Galaxy to access your cloud-based resources) + - {% icon pref-info %} Manage Information (change your registered email addresses or public name) + - {% icon pref-password %} Change Password (change your login credentials) + - {% icon pref-permissions %} Set Dataset Permissions for New Histories (grant others default access to newly created histories) - {% icon pref-toolboxfilters %} Manage Toolbox Filters (customize your Toolbox by displaying or omitting sets of Tools) - - {% icon pref-custombuilds %} Manage Custom Builds (add or remove custom builds using history datasets) - - {% icon pref-signout %} Sign out of Galaxy (signs you out of all sessions) - - {% icon pref-notifications %} Enable notifications (allow push and tab notifcations on job completion) + - {% icon pref-apikey %} Manage API Key (access your current API key or create a new one) + - {% icon pref-notifications %} Manage Notifications (allow push and tab notifcations on job completion) + - {% icon pref-cloud %} Manage Cloud Authorization (grants Galaxy to access your cloud-based resources) + - {% icon pref-identities %} Manage Third-Party Identities (connect or disconnect access to your third-party identities) + - {% icon pref-custombuilds %} Manage Custom Builds (custom databases based on fasta datasets) + - {% icon pref-list %} Manage Activity Bar (a bonus navigation bar) + - {% icon pref-palette %} Pick a Color Theme (interface color theme) + - {% icon pref-dataprivate %} Make All Data Private (disable all data sharing) - {% icon pref-delete %} Delete Account (on this Galaxy server) - - + - {% icon pref-signout %} Sign out of Galaxy (signs you out of all sessions) From 0a60f4ab3ea373eae1a740b739d9cf2334b76874 Mon Sep 17 00:00:00 2001 From: Helena Date: Tue, 12 Dec 2023 10:03:47 +0100 Subject: [PATCH 2/3] Update faqs/galaxy/account_update_preference.md --- faqs/galaxy/account_update_preference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faqs/galaxy/account_update_preference.md b/faqs/galaxy/account_update_preference.md index 0466e9d37d55ba..497dabfbd7eda3 100644 --- a/faqs/galaxy/account_update_preference.md +++ b/faqs/galaxy/account_update_preference.md @@ -8,7 +8,7 @@ contributors: [jennaj, bernandez] 1. Log in to Galaxy -2. Navigate to **User -> Preferences** on the top menu bar +2. Navigate to [**User -> Preferences**](https://my.galaxy.training/?path=/user) on the top menu bar 3. Here you can update various preferences, such as: - {% icon pref-info %} Manage Information (change your registered email addresses or public name) - {% icon pref-password %} Change Password (change your login credentials) From 0a936c5d5ba03749d5ca8810e027efa053a605ae Mon Sep 17 00:00:00 2001 From: Helena Rasche Date: Tue, 12 Dec 2023 10:09:41 +0100 Subject: [PATCH 3/3] add missing icons --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 0ca905fb632d60..1a07d9912580d6 100644 --- a/_config.yml +++ b/_config.yml @@ -179,6 +179,8 @@ icon-tag: pref-signout: fa fa-sign-out pref-notifications: far fa-plus-square pref-delete: fas fa-radiation + pref-palette: fas fa-palette + pref-list: fas fa-list purl: fas fa-fingerprint question: far fa-question-circle references: far fa-bookmark