diff --git a/services/web/app/views/project/editor/left-menu.pug b/services/web/app/views/project/editor/left-menu.pug index 19dec8b0e2..5fb8e1ac06 100644 --- a/services/web/app/views/project/editor/left-menu.pug +++ b/services/web/app/views/project/editor/left-menu.pug @@ -202,12 +202,20 @@ aside#left-menu.full-size( each image in allowedImageNames option(value=image.imageName) #{image.imageDesc} - h4 #{translate("hotkeys")} + h4 #{translate("help")} ul.list-unstyled.nav li(ng-controller="HotkeysController") a(ng-click="openHotkeysModal()") i.fa.fa-keyboard-o.fa-fw |    #{translate("show_hotkeys")} + li + a(href='/learn', target="_blank") + i.fa.fa-book.fa-fw + |    #{translate('documentation')} + li + a(ng-controller="ContactModal", ng-click="contactUsModal()") + i.fa.fa-question.fa-fw + |    #{translate("contact_us")} #left-menu-mask( ng-show="ui.leftMenuShown",