Skip to content

Commit 82b29a0

Browse files
committed
Go back to Markdown images as HTML imgs are served differently.
1 parent 939a316 commit 82b29a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/intro/clone-project.png

491 KB
Loading

docs/intro/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ The steps to build the app are as follows:
3333

3434
To kick off your project, the first step is to [create a new project](#). However, to make things easier, we've already created a starter app for you. Simply open [this link](https://app.flutterflow.io/project/f-f-quick-start-app-umu392), click the '**Clone**' button, and the project will be instantly added to your account.
3535

36-
<img src="../../static/img/clone-project.png" alt="clone-project.png" />
36+
![clone-project.png](clone-project.png)
3737

3838
After cloning the project, you’ll see a page with product images and descriptions. You’ll add a feature that allows users to update the product quantity.
3939

40-
<img src="../../static/img/zero-to-final.png" alt="zero-to-final.png" />
40+
![zero-to-final.png](..%2F..%2Fstatic%2Fimg%2Fzero-to-final.png)
4141

4242
## 2. Building UI {#build-ui}
4343

docs/troubleshooting/push-notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc_max_heading_level: 5
99
Push notifications play a vital role in mobile apps, letting you connect with your audience and update them on key developments. But, there are instances when push notifications fail to deliver. In this guide, we'll explore some typical problems that hinder push notifications in FlutterFlow and offer detailed instructions on how to fix them.
1010

1111

12-
<img src="./push-notification-assets/push-notifications-ff.png" alt="Firebase Console" />
12+
![push-notifications-ff.png](push-notification-assets%2Fpush-notifications-ff.png)
1313

1414
:::tip Using CodeMagic? [Skip ahead!](https://mdxjs.com/playground/)
1515

@@ -20,7 +20,7 @@ Push notifications play a vital role in mobile apps, letting you connect with yo
2020
#### 1. Ensure your subscription status hasn't changed.
2121
Head to the [Firebase Console](https://console.firebase.google.com/) and select Project Settings > Usage & Billing > Details & Settings.
2222

23-
<img src="./push-notification-assets/firebase-console.png" alt="Firebase Console" />
23+
![firebase-console.png](push-notification-assets%2Ffirebase-console.png)
2424

2525
If you see Spark listed, you will need to select Modify Plan and upgrade to a Blaze Plan.
2626

0 commit comments

Comments
 (0)