diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 3911f5e..73cb2fa 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -15,14 +15,12 @@ reqstool is an open-source toolchain for managing software requirements with ful [mermaid] .... graph LR - A["Requirements (YAML)"] --> B["Annotations (@Requirements, @SVCs)"] - B --> C["Test Results (JUnit XML)"] - A --> D["reqstool"] - B --> D - C --> D - D --> E["Status Report"] - D --> F["AsciiDoc Report"] - D --> G["JSON Export"] + A["Requirements (YAML)"] --> D["reqstool"] + B["Annotations (@Requirements, @SVCs)"] --> D + C["Test Results (JUnit XML)"] --> D + D --> E["Status (console)"] + D --> F["Report (AsciiDoc, Markdown)"] + D --> G["Export (JSON)"] .... == Ecosystem