1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

Docs: Don't use backtick quotes for ejabberd name

This change improves sentences legibility.
In the Introduction page, use **strong** instead.

Notice backtick quotes are for raw code in markdown, for example:
- `ejabberd` container image
- `ejabberd` script generated by OTP Release
- `ejabberd` username in system, for example for MySQL or container host
This commit is contained in:
Badlop 2025-01-12 19:38:08 +01:00
parent 9d87193d80
commit bc6c868c8a
3 changed files with 3 additions and 3 deletions

View file

@ -104,7 +104,7 @@ There are several places to get in touch with other ejabberd developers and admi
License License
------- -------
- `ejabberd` is released under the __GNU General Public License v2__ (see [COPYING](COPYING)) - ejabberd is released under the __GNU General Public License v2__ (see [COPYING](COPYING))
- [ejabberd translations](https://github.com/processone/ejabberd-po/) under __MIT License__. - [ejabberd translations](https://github.com/processone/ejabberd-po/) under __MIT License__.
[discussions]: https://github.com/processone/ejabberd/discussions [discussions]: https://github.com/processone/ejabberd/discussions

View file

@ -32,7 +32,7 @@ doc() ->
desc => desc =>
?T("List of one or more " ?T("List of one or more "
"_`../configuration/basic.md#host-names|host names`_ " "_`../configuration/basic.md#host-names|host names`_ "
"(or domains) that 'ejabberd' will serve. This is a " "(or domains) that ejabberd will serve. This is a "
"**mandatory** option.")}}, "**mandatory** option.")}},
{listen, {listen,
#{value => "[Options, ...]", #{value => "[Options, ...]",

View file

@ -661,7 +661,7 @@ mod_doc() ->
{access_from, {access_from,
#{value => ?T("AccessName"), #{value => ?T("AccessName"),
desc => desc =>
?T("By default, 'ejabberd' doesn't allow the client to register new accounts " ?T("By default, ejabberd doesn't allow the client to register new accounts "
"from s2s or existing c2s sessions. You can change it by defining " "from s2s or existing c2s sessions. You can change it by defining "
"access rule in this option. Use with care: allowing registration " "access rule in this option. Use with care: allowing registration "
"from s2s leads to uncontrolled massive accounts creation by rogue users.")}}, "from s2s leads to uncontrolled massive accounts creation by rogue users.")}},