docs: improve descs that mention configuration items

This commit is contained in:
zhouzb 2022-04-27 18:35:34 +08:00
parent bad3adbee6
commit a83268a0f1
1 changed files with 4 additions and 4 deletions

View File

@ -878,8 +878,8 @@ To configure <code>\"topic/1\" > \"topic/2\"</code>:
mqtt_mqueue_default_priority {
desc {
en: """Default topic priority, which will be used by topics not in <code>Topic Priorities</code> (Configuration item is <code>mqtt.mqueue_priorities</code>)."""
zh: """默认的主题优先级,不在 <code>主题优先级</code>配置项为 <code>mqtt.mqueue_priorities</code> 中的主题将会使用该优先级。"""
en: """Default topic priority, which will be used by topics not in <code>Topic Priorities</code> (<code>mqueue_priorities</code>)."""
zh: """默认的主题优先级,不在 <code>主题优先级</code><code>mqueue_priorities</code> 中的主题将会使用该优先级。"""
}
label: {
en: """Default Topic Priorities"""
@ -901,10 +901,10 @@ To configure <code>\"topic/1\" > \"topic/2\"</code>:
mqtt_use_username_as_clientid {
desc {
en: """Whether to user Client ID as Username.
This setting takes effect later than <code>Use Peer Certificate as Username</code> (Configuration item is <code>peer_cert_as_username</code>) and <code>Use peer certificate as Client ID</code> (Configuration item is <code>peer_cert_as_clientid</code>).
This setting takes effect later than <code>Use Peer Certificate as Username</code> (<code>peer_cert_as_username</code>) and <code>Use peer certificate as Client ID</code> (<code>peer_cert_as_clientid</code>).
"""
zh: """是否使用用户名作为客户端 ID。
此设置的作用时间晚于 <code>使用对端证书作为用户名</code>配置项为 <code>peer_cert_as_username</code> 和 <code>使用对端证书作为客户端 ID</code>配置项为 <code>peer_cert_as_clientid</code>)。
此设置的作用时间晚于 <code>使用对端证书作为用户名</code><code>peer_cert_as_username</code> 和 <code>使用对端证书作为客户端 ID</code><code>peer_cert_as_clientid</code>)。
"""
}
label: {