diff --git a/docs/expert/operations/tcds.md b/docs/expert/operations/tcds.md
index 93ab1e444ec7f15e60c697b937e0592096d116d9..04d19546b96a60cddebe7d64a8d5311d9345d456 100644
--- a/docs/expert/operations/tcds.md
+++ b/docs/expert/operations/tcds.md
@@ -1,35 +1,12 @@
 # TCDS
 
-The trigger control and distribution system (TCDS) is responsible for
-delivering the LHC clock to all subsystems, transporting the TTS states
-between subsystems and the central DAQ infrastructure, distributing
-trigger decisions (L1As), and sending TTC B-channel commands (B-Gos).
+The trigger control and distribution system (TCDS) is responsible for delivering the LHC clock to all subsystems, transporting the TTS states between subsystems and the central DAQ infrastructure, distributing trigger decisions (L1As), and sending TTC B-channel commands (B-Gos).
 
-The [TCDS](https://twiki.cern.ch/twiki/bin/view/CMS/TCDS) system is
-composed of a number of components, all working together.
+The [TCDS](https://twiki.cern.ch/twiki/bin/view/CMS/TCDS) system is composed of a number of components, all working together.
 
-  -----------------------------------------------------------------------
-  Component name    HW component  SW component          Notes
-  ----------------- ------------- --------------------- -----------------
-  Partition         PI            PIController          
-  interface                                             
-
-  Integrated TTCci  iCI           iCIController         FW block inside
-                                                        the physical LPM
-
-  Local partition   LPM (iPM)     LPMController         
-  manager                                               
-
-  Central partition CPM           CPMController         Not controlled by
-  manager                                               GEMs
-  -----------------------------------------------------------------------
-
-::: contents
-TCDS appliations
-:::
-
-## PIController
-
-## LPMController
-
-## iCIController
+| Component name            | HW component | SW component  | Notes                            |
+|---------------------------|--------------|---------------|----------------------------------|
+| Central partition manager | CPM          | CPMController | Not controlled by GEMs           |
+| Local partition manager   | LPM (iPM)    | LPMController |                                  |
+| Integrated TTCci          | iCI          | iCIController | FW block inside the physical LPM |
+| Partition interface       | PI           | PIController  |                                  |