diff --git a/docs/pipeline-flow.puml b/docs/pipeline-flow.puml deleted file mode 100644 index 6474bfb..0000000 --- a/docs/pipeline-flow.puml +++ /dev/null @@ -1,14 +0,0 @@ -/' -This is a PlantUML (https://plantuml.com/) diagram documenting the pipeline. - -Everything between the opening slash-single-quote and the closing -single-quote-slash is a comment. -'/ - -@startuml -title Pipeline Steps - -:Step 1; -:Step 2; - -@enduml