Skip to content

Commit 1e3b636

Browse files
committed
Label on edges of diagrams
1 parent a5fbfcc commit 1e3b636

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

docs/remotes.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -366,14 +366,6 @@ In the following scenario, a developer, Bob, has its repo on GitHub. Another dev
366366

367367
```mermaid
368368
graph LR
369-
bob["Bob repo"]
370-
alice(["Alice cloned"])
371-
bob --cloning--> alice
372-
alice -.cannot commit.-> bob
373-
```
374-
375-
```mermaid
376-
flowchart LR
377369
bob["Bob repo"] --- n1["cloning"]
378370
n1 --> alice(["Alice cloned"])
379371
alice -.- n2["cannot commit"]
@@ -386,25 +378,6 @@ flowchart LR
386378
linkStyle 3 stroke:#D50000,fill:none
387379
```
388380

389-
390-
```mermaid
391-
%%{init: {'themeVariables': { 'edgeLabelBackground': 'transparent'}}}%%
392-
graph TD
393-
A([Start]):::start_node ==> B(Step 1)
394-
B:::active_node ==> C{Flow}:::active_node
395-
C:::active_node -- Choice 1.1 --> D[Step 2.1]
396-
C == Choice 1.2 ==> E[Step 2.2]:::active_node
397-
D --> F{Flow 2}:::active_node
398-
E ==> F{Flow 2}
399-
F{Flow 2} == Choice 2.1 ==> H(Feedback node):::active_node
400-
H(Feedback node) ==> B(Step 1)
401-
F{Flow 2} == Choice 2.2 ==> G((Finish)):::finish_node
402-
403-
classDef start_node fill:#00a000,stroke:#333,stroke-width:7px
404-
classDef active_node fill:#FFAE42,stroke:#333,stroke-width:3px
405-
classDef finish_node fill:#0EBFE9,stroke:#333,stroke-width:7px
406-
```
407-
408381
---
409382

410383
<!-- .slide: data-background="#ffffff" -->

0 commit comments

Comments
 (0)