Skip to content

Commit b2dc4f8

Browse files
authored
fix: en doc images (bytedance#68)
* fix: en doc images * chore: add ci trigger in merge queue
1 parent be5d086 commit b2dc4f8

23 files changed

+7
-480
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches: [ "main" ]
55
pull_request:
66
branches: [ "main" ]
7+
merge_group:
8+
branches: [ "main" ]
79
jobs:
810
build:
911
runs-on: ubuntu-latest

apps/docs/src/en/guide/concepts/canvas-engine.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const { playground } = useClientContext()
2222
- The Layer implements observer-style reactive dynamic dependency collection similar to MobX. Data updates will trigger autorun or render.
2323
:::
2424

25-
![Aspect-oriented programming](@/public/layer-uml.jpg)
25+
![Aspect-oriented programming](@/public/en-layer-uml.jpg)
2626

2727
- Layer Lifecycle
2828

apps/docs/src/en/guide/concepts/ioc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
Before answering this question, let's first understand aspect - oriented programming. The purpose of aspect - oriented programming is to split the granularity of domain logic into smaller parts. The cross - cutting part can be "consumed on demand" by the vertical - cutting part. The connection between the cross - cutting and vertical - cutting parts is also called weaving. And IOC plays the role of weaving and is injected into the vertical - cutting part.
1414

15-
![Aspect - Oriented Programming](@/public/weaving.png)
15+
![Aspect - Oriented Programming](@/public/en-weaving.png)
1616

1717
Ideal Aspect - Oriented Programming
1818

apps/docs/src/en/guide/concepts/variable-engine.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The variable engine is designed to follow the DIP (Dependency Inversion Principl
1212

1313
:::
1414

15-
![Architecture Layers Diagram](@/public/variable-engine.png)
15+
![Architecture Layers Diagram](@/public/en-variable-engine.png)
1616

1717
### Glossary
1818

@@ -67,7 +67,7 @@ An AST node used to declare a new variable, which points to a value that changes
6767
:::
6868
<table>
6969
<tr>
70-
<td><img loading="lazy" src="/variable-type1.png"/></td>
70+
<td><img loading="lazy" src="/en-variable-type1.png"/></td>
7171
<td><img loading="lazy" src="/variable-type2.png"/></td>
7272
</tr>
7373
</table>
@@ -81,4 +81,4 @@ An AST node used to declare a new variable, which points to a value that changes
8181

8282
:::
8383

84-
![Illustration](@/public/varaible-zone.png)
84+
![Illustration](@/public/en-varaible-zone.png)

apps/docs/src/en/guide/index/_meta.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
-45.3 KB
Binary file not shown.
-93.1 KB
Binary file not shown.
-56.7 KB
Binary file not shown.
-42.7 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)