From 4549a5397e74b588b82e71d22d40a1deae54d9e0 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 8 Jun 2022 21:37:34 +0000 Subject: [PATCH] [#2403] Reformat section heading --- doc/sphinx/arm/hooks-cb-mysql.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/sphinx/arm/hooks-cb-mysql.rst b/doc/sphinx/arm/hooks-cb-mysql.rst index e925a1f6f1..033a066c18 100644 --- a/doc/sphinx/arm/hooks-cb-mysql.rst +++ b/doc/sphinx/arm/hooks-cb-mysql.rst @@ -1,9 +1,9 @@ .. _hooks-cb-mysql: -``mysql_cb``: MySQL Configuration Backend -========================================= +Configuration Backend: MySQL +============================ -This hook library works in conjunction with the ``cb_cmds`` library to +The ``mysql_cb`` 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 MySQL database. Please see :ref:`hooks-cb-cmds` for more details.