Skip to content

Commit df149a8

Browse files
update figure example
1 parent cff4a70 commit df149a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ To do this, navigate to your project's Settings in Crowdin, select Import and un
7272

7373
## Automation details
7474

75-
The following diagram illustrates how the different component of automation work.
75+
The following diagram illustrates how the different components of automation work takeing the scipy.org webiste as an example.
7676

7777
```mermaid
7878
flowchart TD
7979
B -.->|sync_translations.yml <br/> #40;PRs to add translations#41;| A
80-
A[Source repository <br/><br/> #40;numpy/numpy.org#41;] -->|sync_content.yml <br/> #40;PR to sync content - automerged#41;| B[Translation repository <br/><br/> #40;Scientific-Python-Translations/numpy.org-translations#41;]
80+
A[Source repository <br/><br/> #40;scipy/scipy.org#41;] -->|sync_content.yml <br/> #40;PR to sync content - automerged#41;| B[Translation repository <br/><br/> #40;Scientific-Python-Translations/scipy.org-translations#41;]
8181
C[Crowdin <br/><br/> #40;scientific-python.crowdin.com#41;] -->|sync_translations.yml <br/> #40;PRs to add translations & contributors - automerged#41;| B
8282
A -->|Crowdin integration| C
8383
```

0 commit comments

Comments
 (0)