Skip to content

Commit be2b122

Browse files
committed
LR mermaid charts
1 parent b660c03 commit be2b122

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/pages/svn-dist.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The legacy domains are currently connected to `svn:dist/release` as follows:
3636
### Transitional Steps
3737

3838
```mermaid
39-
flowchart TD
39+
flowchart LR
4040
subgraph Legacy
4141
A[svn:dist/release]
4242
B[rsync.apache.org]
@@ -51,7 +51,7 @@ flowchart TD
5151
1. **ATR writes to SVN** - ATR Releases write to `svn:dist/release` as an interim step.
5252

5353
```mermaid
54-
flowchart TD
54+
flowchart LR
5555
subgraph Transition 1
5656
ATR[releases.apache.org]
5757
A[svn:dist/release]
@@ -71,7 +71,7 @@ flowchart TD
7171
- (a) ATR's rsync from rsync.apache.org should detect legacy release addition and deletion.
7272

7373
```mermaid
74-
flowchart TD
74+
flowchart LR
7575
subgraph Transition 2A
7676
A[svn:dist/release]
7777
B[rsync.apache.org]
@@ -90,7 +90,7 @@ flowchart TD
9090
- (b) ATR coexists on rsync.apache.org and detects legacy release addition and deletion.
9191

9292
```mermaid
93-
flowchart TD
93+
flowchart LR
9494
subgraph Transition 2B
9595
A[svn:dist/release]
9696
subgraph ATR on Rsync
@@ -109,7 +109,7 @@ flowchart TD
109109
3. **Legacy is Retired** - `svn:dist/release` is retired.
110110

111111
```mermaid
112-
flowchart TD
112+
flowchart LR
113113
subgraph Transition 3
114114
ATR[releases.apache.org]
115115
C["downloads.apache.org"]
@@ -122,7 +122,7 @@ flowchart TD
122122
4. **Further Integration** - downloads.apache.org is hosted on ATR. Downloads.apache.org is multiple servers. ATR would need to work on multiple servers
123123

124124
```mermaid
125-
flowchart TD
125+
flowchart LR
126126
subgraph Transition 4
127127
ATR["releases.apache.org"]
128128
D[archive.apache.org]

0 commit comments

Comments
 (0)