Skip to content

Commit

Permalink
Refactor code to highlight the SourceCode and Report components in th…
Browse files Browse the repository at this point in the history
…e flowchart

Signed-off-by: HAHWUL <[email protected]>
  • Loading branch information
hahwul committed Sep 29, 2024
1 parent cdce0d4 commit d986e32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Noir is composed of several key components: detector, analyzer, deliver, minilex

```mermaid
flowchart LR
SourceCode --> Detectors
SourceCode:::highlight --> Detectors
subgraph Detectors
direction LR
Expand All @@ -59,7 +59,9 @@ flowchart LR
Deliver --> 3rdParty
Tagger --> |Tags| OutputBuilder
Analyzers --> |Endpoints| OutputBuilder
OutputBuilder --> Report
OutputBuilder --> Report:::highlight
classDef highlight fill:#f9f,stroke:#333,stroke-width:4px;
```

## About the project
Expand Down

0 comments on commit d986e32

Please sign in to comment.