summaryrefslogtreecommitdiff
path: root/lib/api
diff options
context:
space:
mode:
authorDiego Louzán <diego.louzan@gmail.com>2019-07-30 17:03:17 +0000
committerPaul Slaughter <pslaughter@gitlab.com>2019-07-30 17:03:17 +0000
commite20538088bba75fa3193004b8695d4ffab7aca21 (patch)
tree889eaf2e51eb7c9614c490cb10a48d738f8d16fa /lib/api
parent9ba87676c89c68d5d3901710e798b15987ed0b58 (diff)
downloadgitlab-ce-e20538088bba75fa3193004b8695d4ffab7aca21.tar.gz
Add support page link in help menu
Creates a new item in help dropdown to show configured support page link
Diffstat (limited to 'lib/api')
-rw-r--r--lib/api/settings.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/settings.rb b/lib/api/settings.rb
index 4275d911708..aa9e879160d 100644
--- a/lib/api/settings.rb
+++ b/lib/api/settings.rb
@@ -59,7 +59,7 @@ module API
optional :grafana_url, type: String, desc: 'Grafana URL'
optional :gravatar_enabled, type: Boolean, desc: 'Flag indicating if the Gravatar service is enabled'
optional :help_page_hide_commercial_content, type: Boolean, desc: 'Hide marketing-related entries from help'
- optional :help_page_support_url, type: String, desc: 'Alternate support URL for help page'
+ optional :help_page_support_url, type: String, desc: 'Alternate support URL for help page and help dropdown'
optional :help_page_text, type: String, desc: 'Custom text displayed on the help page'
optional :home_page_url, type: String, desc: 'We will redirect non-logged in users to this page'
optional :housekeeping_enabled, type: Boolean, desc: 'Enable automatic repository housekeeping (git repack, git gc)'