From ed6e7d52421d73dc33bfac26d22e025c655cd270 Mon Sep 17 00:00:00 2001 From: Yadd Date: Sun, 16 May 2021 19:42:47 +0200 Subject: [PATCH] Display recommendations in bold --- doc/sources/admin/start.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sources/admin/start.rst b/doc/sources/admin/start.rst index ab60bb605..25b6908aa 100644 --- a/doc/sources/admin/start.rst +++ b/doc/sources/admin/start.rst @@ -341,7 +341,7 @@ Backend Shareable Comment Selected by default during installation. :doc:`YAML` |new| Same as :doc:`File` but in YAML format instead of JSON -:doc:`SQL (RDBI/CDBI)` ✔ Recommended for large-scale systems. Prefer CDBI. +:doc:`SQL (RDBI/CDBI)` ✔ **Recommended for large-scale systems**. Prefer CDBI. :doc:`LDAP` ✔ :doc:`MongoDB` ✔ :doc:`SOAP` |deprecated| ✔ Proxy backend to be used in conjunction with another @@ -386,7 +386,7 @@ style modules are usable except for some features. Backend Shareable :ref:`Session explorer` :ref:`Session restrictions` Session expiration Comment ================================================================ ========= ================================================ ==================================================== ================== ================================================================================================================================================================================================= :doc:`File` ✔ ✔ ✔ Not shareable between servers except if used in conjunction with :doc:`REST session backend` or with a shared file system (NFS,...). Selected by default during installation. -:doc:`PgJSON` ✔ ✔ ✔ ✔ Recommended backend for production installations +:doc:**`PgJSON`** ✔ ✔ ✔ ✔ **Recommended backend for production installations** :doc:`Browseable MySQL` ✔ ✔ ✔ ✔ Recommended for those who prefer MySQL :doc:`Browseable LDAP` ✔ ✔ ✔ ✔ :doc:`Redis` ✔ ✔ ✔ ✔ The fastest. Must be secured by network access control.