From 0dab2c291f2d0b9814420d49b303d5a22ccd4b3f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Romain=20BRON=C3=88S?= <romain.brones@synchrotron-soleil.fr>
Date: Mon, 15 Jan 2024 16:26:13 +0100
Subject: [PATCH] fix(readme): Titles and collapsibles

---
 README.adoc | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/README.adoc b/README.adoc
index fb9d06c..347e2e1 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,14 +1,11 @@
-FofbTool script
----------------
+= FofbTool script
 
 This expert script helps to configure, stop and start the communication between the FofbNodes.
 
 
-Basic usages
-------------
+= Basic usages
 
-Classic: stop, config, start
-~~~~~~~~~~~~~~~~~~~~~~~~~~
+== Classic: stop, config, start
 
 This stops the communication on all the nodes.
 Also stops Bpm to CellNode communication blocks.
@@ -26,7 +23,7 @@ This do not start the FOFB, only the communication.
 WARNING: PSC will receive frames upon start. Better stop the FOFB beforehand.
 
 
-[%collapsible]
+[%collapsible%open]
 ====
 [source,console]
 ----
@@ -71,12 +68,12 @@ INFO    : Starting CCN on ANS/DG/FOFB-CENTRALNODE
 
 ====
 
-Configure OPCUAProxy DS
-~~~~~~~~~~~~~~~~~~~~~
+== Configure OPCUAProxy DS
+
 
 Upon restart of OPCUAProxy Tango DS, to reapply attribute configuration (units, alarm level, descriptions...)
 
-[%collapsible]
+[%collapsible%open]
 ====
 [source,console]
 ----
-- 
GitLab