add help raketasks to search autocomplete
This commit is contained in:
parent
f8144bd377
commit
3a48177762
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ module ApplicationHelper
|
|||
{ label: "API Help", url: help_api_path },
|
||||
{ label: "Markdown Help", url: help_markdown_path },
|
||||
{ label: "SSH Keys Help", url: help_ssh_path },
|
||||
{ label: "Gitlab Rake Tasks Help", url: help_raketasks_path },
|
||||
]
|
||||
|
||||
project_nav = []
|
||||
|
|
Loading…
Reference in a new issue