From cfe28aa52bc87d351ab06945e898e36cdc7502a7 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Mon, 13 Jun 2022 15:51:35 +0000 Subject: [PATCH] [#2403] Final changes to section header formatting --- doc/sphinx/arm/hooks-cb-pgsql.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/sphinx/arm/hooks-cb-pgsql.rst b/doc/sphinx/arm/hooks-cb-pgsql.rst index 4ddd5610c6..cf8deccb15 100644 --- a/doc/sphinx/arm/hooks-cb-pgsql.rst +++ b/doc/sphinx/arm/hooks-cb-pgsql.rst @@ -1,9 +1,9 @@ .. _hooks-cb-pgsql: -Configuration Backend: PostgreSQL -================================= +``pgsql_cb``: Configuration Backend for PostgreSQL +================================================== -The ``pgsql_cb`` hook library works in conjunction with the ``cb_cmds`` library to +This hook library works in conjunction with the ``cb_cmds`` library to implement the API to create, read, update, and delete (CRUD) the configuration in a PostgreSQL database. Please see :ref:`hooks-cb-cmds` for more details.