docs: add manual newlines
This commit is contained in:
parent
34c1c61343
commit
7a31897f8e
|
@ -1,22 +1,18 @@
|
|||
emqx_license_schema {
|
||||
license_root {
|
||||
desc {
|
||||
en: """
|
||||
EMQX Enterprise license.
|
||||
A license is either a `key` or a `file`.
|
||||
When `key` and `file` are both configured, `key` is used.
|
||||
|
||||
EMQX comes with a default trial license. For production use, please
|
||||
visit https://www.emqx.com/apply-licenses/emqx to apply.
|
||||
"""
|
||||
zh: """
|
||||
EMQX企业许可证。
|
||||
许可证是一个 `key` 或一个 `file`。
|
||||
当 `key` 和 `file` 同时被配置时,优先使用 `key`。
|
||||
|
||||
EMQX 自带一个默认的试用许可证,若需要在生产环境部署,
|
||||
请访问 https://www.emqx.com/apply-licenses/emqx 来申请。
|
||||
"""
|
||||
en: "Defines the EMQX Enterprise license. \n\n"
|
||||
"A license is either a `key` or a `file`.\n"
|
||||
"When `key` and `file` are both configured, `key` is used.\n"
|
||||
"\n"
|
||||
"EMQX comes with a default trial license. For production use, please \n"
|
||||
"visit https://www.emqx.com/apply-licenses/emqx to apply."
|
||||
zh: "EMQX企业许可证。\n"
|
||||
"许可证是一个 `key` 或一个 `file`。\n"
|
||||
"当 `key` 和 `file` 同时被配置时,优先使用 `key`。\n"
|
||||
"\n"
|
||||
"EMQX 自带一个默认的试用许可证,若需要在生产环境部署,\n"
|
||||
"请访问 https://www.emqx.com/apply-licenses/emqx 来申请。\n"
|
||||
}
|
||||
label {
|
||||
en: "License"
|
||||
|
|
Loading…
Reference in New Issue