Skip to content

Commit dc61f0f

Browse files
committed
Move to Markdown images due to rendering issues
1 parent be5c818 commit dc61f0f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/resources/Projects/how-to-collaborate-on-projects.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The owner of a project can manage permissions related to branching. Owners can c
8989
## Sharing a Project with an Organization
9090
To share a project with all team members in your organization, enable the "Share with my organization" option.
9191

92-
<img src="../../../static/img/share-project-with-organization.avif" alt="Share Project With Organization" />
92+
[share-project-with-organization.avif](..%2F..%2F..%2Fstatic%2Fimg%2Fshare-project-with-organization.avif)
9393

9494
## Real-Time Collaboration
9595
Real-Time Collaboration is a powerful feature that allows multiple builders to work together on the same project or, rather same page and design system simultaneously. With this, all builders can see the changes being made to the page as they happen and can also make their own changes to the page without interfering with the work of others.
@@ -99,11 +99,11 @@ This increases efficiency and productivity, as multiple builders can work on var
9999

100100
To enable real-time collaboration, navigate to Settings & Integrations (from the left Navigation Menu) > Project Setup > Collaboration > click Enable Updated Collaboration.
101101

102-
<img src="../../../static/img/realtime-collaboration-setup.png" alt="Realtime Collaboration Setup" />
102+
![realtime-collaboration-setup.png](..%2F..%2F..%2Fstatic%2Fimg%2Frealtime-collaboration-setup.png)
103103

104104
Now when multiple builders are on the same page, it looks like this:
105105

106-
<img src="../../../static/img/real-time-collaboration.gif" alt="Realtime Collaboration" />
106+
![real-time-collaboration.gif](..%2F..%2F..%2Fstatic%2Fimg%2Freal-time-collaboration.gif)
107107

108108
To disable this feature anytime, click the Disable Updated Collaboration button.
109109

@@ -148,7 +148,7 @@ This step can not be undone. If you want to regain project ownership, the new pr
148148
## Project Activity
149149
You can see a running history of changes made while building that helps you track progress and stay up to date on project changes. This feature allows team members to see all the updates made to a project in real-time, enabling them to understand how the project is evolving and collaborate more efficiently.
150150

151-
<img src="../../../static/img/flutterflow-project-activity.avif" alt="Project Activity" />
151+
[flutterflow-project-activity.avif](..%2F..%2F..%2Fstatic%2Fimg%2Fflutterflow-project-activity.avif)
152152

153153
:::info
154154
Teams users can access the last 7 days of project edits, while FlutterFlow Enterprise users can access and download all previous project edits.

docs/resources/Projects/how-to-create-find-organize-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toc_max_heading_level: 5
77
## How to Create a Project
88
To create a new project, go to the Dashboard and click the “Create New” button in the upper right corner. This will open the “Create Project” window where you can choose to start with a template app or a blank project. Name the project and then select a blank project or template.
99

10-
<img src="../../../static/img/create-new-project.avif" alt="Create New Project" />
10+
[create-new-project.avif](..%2F..%2F..%2Fstatic%2Fimg%2Fcreate-new-project.avif)
1111

1212
During project creation, you can access a three-step "Project Setup" window, which is optional. If you prefer to bypass this, simply click "Skip." All setup options will remain accessible under “Settings and Integrations” → “Firebase” → Wizard hat icon.
1313

docs/resources/Projects/how-to-create-use-app-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FlutterFlow manages state in several ways, depending on the scope.
1111

1212
Generally, state management is handled using the Provider package, which facilitates the provisioning of data models for components, pages, and the overall app state.
1313

14-
<img src="../../../static/img/state-management.avif" alt="state management" />
14+
[state-management.avif](..%2F..%2F..%2Fstatic%2Fimg%2Fstate-management.avif)
1515

1616
## Page & Component Models
1717

0 commit comments

Comments
 (0)