From 23ee86532e7d7e195f54ba91a83658a5e4c3565e Mon Sep 17 00:00:00 2001 From: Sun Date: Thu, 13 Jul 2023 11:51:09 -0400 Subject: [PATCH] added table syntax to navlayers --- docs/navlayers.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/navlayers.rst b/docs/navlayers.rst index 9e9a163c..f0bfec81 100644 --- a/docs/navlayers.rst +++ b/docs/navlayers.rst @@ -86,15 +86,15 @@ and version 4.X layers, upgrading them to version 4.3. :widths: 25 25 50 :header-rows: 1 - * - script - - description - * - `excel_templates `_ - - Provides a means by which to convert a matrix into a clean excel matrix template. - * - `matrix_gen `_ - - Provides a means by which to generate a matrix from raw data, either from the ATT&CK TAXII server, from a local STIX Bundle, or from an ATT&CK Workbench instance (via url). - * - `svg_templates `_ - - Provides a means by which to convert a layer file into a marked up svg file. - * - `svg_objects `_ + * - script + - description + * - `excel_templates `_ + - Provides a means by which to convert a matrix into a clean excel matrix template. + * - `matrix_gen `_ + - Provides a means by which to generate a matrix from raw data, either from the ATT&CK TAXII server, from a local STIX Bundle, or from an ATT&CK Workbench instance (via url). + * - `svg_templates `_ + - Provides a means by which to convert a layer file into a marked up svg file. + * - `svg_objects `_ - Provides raw templates and supporting functionality for generating svg objects. **Command Line Tools