mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
[desktop] open help center if there are no app help
This commit is contained in:
@ -67,6 +67,9 @@ module.exports = function(grunt) {
|
||||
}, {
|
||||
from: /\{\{HELP_URL\}\}/g,
|
||||
to: _encode(process.env.HELP_URL) || 'https://helpcenter.onlyoffice.com'
|
||||
}, {
|
||||
from: /\{\{HELP_CENTER_WEB_EDITORS\}\}/g,
|
||||
to: _encode(process.env.HELP_CENTER_WEB_EDITORS) || 'https://helpcenter.onlyoffice.com/userguides/docs-index.aspx'
|
||||
}, {
|
||||
from: /\{\{DEFAULT_LANG\}\}/g,
|
||||
to: _encode(process.env.DEFAULT_LANG) || 'en'
|
||||
|
||||
Reference in New Issue
Block a user