Skip to content

Commit 7465d71

Browse files
committed
chore: render all diagrams on dev reference
1 parent 656e5f4 commit 7465d71

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

content/dev-reference.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ contributors:
66

77
This page serves as a reference for the available markdown options in the docs.
88

9+
## Diagrams
10+
11+
### Android Runtime Overview
12+
13+
<img class="w-full" src="./assets/diagrams/Android_Runtime_Overview.drawio.svg"/>
14+
15+
### iOS Runtime Overview
16+
17+
<img class="w-full" src="./assets/diagrams/iOS_Runtime_Overview.drawio.svg"/>
18+
19+
### Frame and Page Lifecycle
20+
21+
<img class="w-full" src="./assets/diagrams/Frame_Page_Lifecycle.drawio.svg"/>
22+
23+
### View Origin
24+
25+
<img src="./assets/diagrams/View_Origin.drawio.svg"/>
26+
27+
### StackLayout (exploration)
28+
29+
<DeviceFrame type="ios">
30+
<img src="./assets/diagrams/StackLayout.drawio.svg"/>
31+
</DeviceFrame>
32+
933
## Frontmatter
1034

1135
The top of the markdown file contains a section surrounded by `---` this part is called the frontmatter, and it is used to set a few things on a page. For example:

0 commit comments

Comments
 (0)