Skip to content

Commit

Permalink
adds drawings
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Flom <[email protected]>
  • Loading branch information
afflom committed Jun 22, 2023
1 parent ddc52af commit 21350d6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/diagrams/assemble/assemble_diagrams.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Assemble Diagrams

## Context

```mermaid
graph LR
User["User"] --> Assemble_Workflow["Assemble Workflow"]
Assemble_Workflow --> Trestle_Bot["Trestle-Bot"]
Trestle_Bot --> Branch["User's Git Branch"]
```

## Container

```mermaid
graph LR
User["User"] --> GH_Action["GitHub Action"]
GH_Action --> Trestle_Bot["Trestle-Bot"]
Trestle_Bot --> Compliance_Trestle["Compliance-Trestle SDK"]
Compliance_Trestle --> Git_Provider_API["Git Provider API"]
Git_Provider_API --> Branch["User's Git Branch"]
```

## Component

## Code

0 comments on commit 21350d6

Please sign in to comment.