Skip to content

Commit

Permalink
Merge pull request #6 from afflom/docs/drawings
Browse files Browse the repository at this point in the history
adds drawings
  • Loading branch information
jpower432 authored Jun 23, 2023
2 parents aa0dfb6 + 21350d6 commit 3a088de
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 3a088de

Please sign in to comment.