This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 7562b45 Learn how to mermaid
7562b45 is described below
commit 7562b4518876707107d049753a6fab49be981c74
Author: Dave Fisher <[email protected]>
AuthorDate: Sun Nov 30 19:25:23 2025 -0800
Learn how to mermaid
---
content/pages/svn-dist.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/content/pages/svn-dist.md b/content/pages/svn-dist.md
index 0fa14b9..745a5ba 100644
--- a/content/pages/svn-dist.md
+++ b/content/pages/svn-dist.md
@@ -36,7 +36,7 @@ The legacy domains are currently connected to
`svn:dist/release` as follows:
### Transitional Steps
```mermaid
-flowchart LR
+flowchart
subgraph Legacy
A[svn:dist/release]
B[rsync.apache.org]
@@ -51,7 +51,7 @@ flowchart LR
1. **ATR writes to SVN** - ATR Releases write to `svn:dist/release` as an
interim step.
```mermaid
-flowchart LR
+flowchart
subgraph Transition 1
ATR[releases.apache.org]
A[svn:dist/release]
@@ -71,7 +71,7 @@ flowchart LR
- (a) ATR's rsync from rsync.apache.org should detect legacy release
addition and deletion.
```mermaid
-flowchart LR
+flowchart
subgraph Transition 2A
A[svn:dist/release]
B[rsync.apache.org]
@@ -90,7 +90,7 @@ flowchart LR
- (b) ATR coexists on rsync.apache.org and detects legacy release addition
and deletion.
```mermaid
-flowchart LR
+flowchart
subgraph Transition 2B
A[svn:dist/release]
subgraph ATR on Rsync
@@ -109,7 +109,7 @@ flowchart LR
3. **Legacy is Retired** - `svn:dist/release` is retired.
```mermaid
-flowchart LR
+flowchart
subgraph Transition 3
ATR[releases.apache.org]
C["downloads.apache.org"]
@@ -122,7 +122,7 @@ flowchart LR
4. **Further Integration** - downloads.apache.org is hosted on ATR.
Downloads.apache.org is multiple servers. ATR would need to work on multiple
servers
```mermaid
-flowchart LR
+flowchart
subgraph Transition 4
ATR["releases.apache.org"]
D[archive.apache.org]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]