Suggested Pipelines: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#mermaid:graph |
{{#mermaid:graph TB |
||
DoStuff --> DoMoreStuff |
DoStuff --> DoMoreStuff |
||
DoMoreStuff --> DoEvenMoreStuff |
DoMoreStuff --> DoEvenMoreStuff |
||
Revision as of 16:07, 1 March 2019
{{#mermaid:graph TB
DoStuff --> DoMoreStuff DoMoreStuff --> DoEvenMoreStuff
}}
{{#mermaid:sequenceDiagram participant Alice participant Bob
Alice->John: Hello John, how are you?
loop Healthcheck
John->John: Fight against hypochondria
end
Note right of John: Rational thoughts
prevail...
John-->Alice: Great!
John->Bob: How about you?
Bob-->John: Jolly good!
}}