Skip to content

Commit cfd4136

Browse files
committed
docs: update titles
1 parent c828d43 commit cfd4136

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ The process of creating an updated signed UNL is outlined below.
1616

1717
```mermaid
1818
flowchart TD
19-
subgraph Dev[Developer Workflow]
19+
subgraph Dev[Edit Workflow]
2020
A1[Create PR<br/>edit data/unl-raw.yaml]
21-
A2[3x XRPLF Team<br/>approve PR]
21+
A2[3x XRPLF UNL Team<br/>approve PR]
2222
A3[Merge to main]
2323
end
2424
25-
subgraph CI["CI in Private Repo"]
25+
subgraph CI["Automation Workflow"]
2626
direction TB
2727
B1[Trigger on merge to main]
2828
B2[Checkout public UNL repo]
29-
B3[Compile YAML → JSON xrpl-cli compile]
30-
B4[Upload timestamped file<br/>unl-YYYYMMDDHHMM.json]
31-
B5[Copy to next.json]
29+
B3[Compile YAML → JSON, sign]
30+
B4[Upload timestamped file<br/>unl/unl-YYYYMMDDHHMM.json]
31+
B5[Copy to unl/next.json]
3232
end
3333
3434
subgraph Scheduler["Scheduled Promotion"]
3535
direction TB
3636
C1[Cron: 1st Tuesday @15:00 UTC]
37-
C2[Copy next.json → live path/index.json]
37+
C2[Copy unl/next.json → live path, /index.json]
3838
end
3939
4040
A1 --> A2 --> A3 --> B1

0 commit comments

Comments
 (0)