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