Skip to content

Commit e4056bc

Browse files
authored
Merge pull request #178 from gadget-inc/hosted-imgs
Hosted all README images
2 parents cca0630 + 6eb5851 commit e4056bc

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

shopify/product-quiz-public-remix-ssr/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ The following is a guide to get you started with the product quiz. If you get lo
1616

1717
3. Find the application slug and the environment slug. You'll need them for step 4.
1818

19-
![Photo showing where to find the app and env slug in Gadget UI](./.template/docs/assets/env-app-slug.png)
19+
<p align="center">
20+
<img src="https://image-hosting.gadget.app/env-app-slug.png" alt="Photo showing where to find the app and env slug in Gadget UI" width="400px" />
21+
</p>
2022

2123
4. Create a shopify app proxy that has proxy URL matching `https://<application-slug>--<env-slug>.gadget.app/proxy`. Note the subpath used in the theme app extension's JS file. For more information on Shopify app proxies, read the [Shopify docs](https://shopify.dev/docs/apps/build/online-store/display-dynamic-data)
2224

shopify/product-reviews-public-remix-ssr/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ The app automatically sends review request emails to customers based on configur
1414

1515
2. Find the application slug and the environment slug. You'll need them for step 3.
1616

17-
![Photo showing where to find the app and env slug in Gadget UI](./.template/docs/assets/env-app-slug.png)
17+
<p align="center">
18+
<img src="https://image-hosting.gadget.app/env-app-slug.png" alt="Photo showing where to find the app and env slug in Gadget UI" width="400px" />
19+
</p>
1820

1921
3. Create a shopify app proxy that has proxy URL matching `https://<application-slug>--<env-slug>.gadget.app/proxy`. Note the subpath used in the theme app extension's JS file. For more information on Shopify app proxies, read the [Shopify docs](https://shopify.dev/docs/apps/build/online-store/display-dynamic-data)
2022

shopify/product-tagger-public-remix-ssr/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,18 @@ Merchants can define a set of approved keywords through the `allowedTag` model (
1616

1717
2. Using the UI of the product tagger app you installed in step 1, add a tag.
1818

19-
![product tagger UI with "shirt" tag](./.template/docs/assets/tagger-ui.png)
19+
<p align="center">
20+
<img src="https://image-hosting.gadget.app/tagger-ui.png" alt='product tagger UI with "shirt" tag' width="400px" />
21+
</p>
2022

2123
3. In the Shopify admin, add a product. The description should include the tag you just added.
2224

23-
![product tagger UI with "shirt" tag](./.template/docs/assets/product-description.png)
25+
<p align="center">
26+
<img src="https://image-hosting.gadget.app/product-description.png" alt='product tagger UI with "shirt" tag' width="400px" />
27+
</p>
2428

2529
4. Assuming the tag matches a word you entered in the description, the product should be automatically ben tagged.
2630

27-
![shirt tag on a new product](./.template/docs/assets/successful-tag.png)
31+
<p align="center">
32+
<img src="https://image-hosting.gadget.app/successful-tag.png" alt="shirt tag on a new product" width="400px" />
33+
</p>

shopify/wishlist-public-remix-ssr/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ A pre-requisite for this application is to install the [Shopify CLI](https://sho
1919

2020
2. Find the application slug and the environment slug. You'll need them for step 3.
2121

22-
![Photo showing where to find the app and env slug in Gadget UI](./.template/docs/assets/env-app-slug.png)
22+
<p align="center">
23+
<img src="https://image-hosting.gadget.app/env-app-slug.png" alt="Photo showing where to find the app and env slug in Gadget UI" width="400px" />
24+
</p>
2325

2426
3. Create a shopify app proxy that has proxy URL matching `https://<application-slug>--<env-slug>.gadget.app/proxy`. Note the subpath used in the theme app extension's JS file. Take a look at these docs if you're unsure how to do so:
2527

0 commit comments

Comments
 (0)