Skip to content

Commit 1ae2de9

Browse files
authored
update new app screenshot in Hermes doc (#4822)
1 parent 4965405 commit 1ae2de9

File tree

8 files changed

+18
-6
lines changed

8 files changed

+18
-6
lines changed

docs/hermes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ You can [read more about the technical implementation on this page](/architectur
2424

2525
If you've recently created a new app from scratch, you should see if Hermes is enabled in the welcome view:
2626

27-
![Where to find JS engine status in AwesomeProject](/docs/assets/HermesApp.jpg)
27+
<figure>
28+
<img src="/docs/assets/HermesApp.png" height="600" alt="Where to find JS engine status in the new project?" />
29+
</figure>
2830

2931
A `HermesInternal` global variable will be available in JavaScript that can be used to verify that Hermes is in use:
3032

-87.6 KB
Binary file not shown.
84.4 KB
Loading

website/versioned_docs/version-0.77/hermes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ You can [read more about the technical implementation on this page](/architectur
2424

2525
If you've recently created a new app from scratch, you should see if Hermes is enabled in the welcome view:
2626

27-
![Where to find JS engine status in AwesomeProject](/docs/assets/HermesApp.jpg)
27+
<figure>
28+
<img src="/docs/assets/HermesApp.png" height="600" alt="Where to find JS engine status in the new project?" />
29+
</figure>
2830

2931
A `HermesInternal` global variable will be available in JavaScript that can be used to verify that Hermes is in use:
3032

website/versioned_docs/version-0.78/hermes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ You can [read more about the technical implementation on this page](/architectur
2424

2525
If you've recently created a new app from scratch, you should see if Hermes is enabled in the welcome view:
2626

27-
![Where to find JS engine status in AwesomeProject](/docs/assets/HermesApp.jpg)
27+
<figure>
28+
<img src="/docs/assets/HermesApp.png" height="600" alt="Where to find JS engine status in the new project?" />
29+
</figure>
2830

2931
A `HermesInternal` global variable will be available in JavaScript that can be used to verify that Hermes is in use:
3032

website/versioned_docs/version-0.79/hermes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ You can [read more about the technical implementation on this page](/architectur
2424

2525
If you've recently created a new app from scratch, you should see if Hermes is enabled in the welcome view:
2626

27-
![Where to find JS engine status in AwesomeProject](/docs/assets/HermesApp.jpg)
27+
<figure>
28+
<img src="/docs/assets/HermesApp.png" height="600" alt="Where to find JS engine status in the new project?" />
29+
</figure>
2830

2931
A `HermesInternal` global variable will be available in JavaScript that can be used to verify that Hermes is in use:
3032

website/versioned_docs/version-0.80/hermes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ You can [read more about the technical implementation on this page](/architectur
2424

2525
If you've recently created a new app from scratch, you should see if Hermes is enabled in the welcome view:
2626

27-
![Where to find JS engine status in AwesomeProject](/docs/assets/HermesApp.jpg)
27+
<figure>
28+
<img src="/docs/assets/HermesApp.png" height="600" alt="Where to find JS engine status in the new project?" />
29+
</figure>
2830

2931
A `HermesInternal` global variable will be available in JavaScript that can be used to verify that Hermes is in use:
3032

website/versioned_docs/version-0.81/hermes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ You can [read more about the technical implementation on this page](/architectur
2424

2525
If you've recently created a new app from scratch, you should see if Hermes is enabled in the welcome view:
2626

27-
![Where to find JS engine status in AwesomeProject](/docs/assets/HermesApp.jpg)
27+
<figure>
28+
<img src="/docs/assets/HermesApp.png" height="600" alt="Where to find JS engine status in the new project?" />
29+
</figure>
2830

2931
A `HermesInternal` global variable will be available in JavaScript that can be used to verify that Hermes is in use:
3032

0 commit comments

Comments
 (0)