Skip to content

Commit 05af43b

Browse files
committed
Removed details of saving and versioning as it has a dedicated page.
1 parent 48fe3b6 commit 05af43b

File tree

1 file changed

+1
-51
lines changed

1 file changed

+1
-51
lines changed

docs/intro/ff-ui/toolbar.md

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -74,57 +74,7 @@ We allow you to visualize and design your app for various mobile, tablet, and de
7474

7575
## 6. Project history
7676

77-
### Versions
78-
79-
Versions enable you to save specific named states of your project. This function is particularly useful for recovery purposes. If you accidentally delete a page or component or change settings, you can easily revert to a saved version.
80-
81-
#### Saving a version
82-
83-
Saving the latest changes will store the current state of your app in the version control. In the future, if anything goes wrong, you can restore your app to the currently saved state.
84-
85-
Ideally, you should save the version whenever you accomplish something important, for example, after finishing a page, adding configuration, etc.
86-
87-
<div style={{
88-
position: 'relative',
89-
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
90-
height: 0,
91-
width: '100%'
92-
}}>
93-
<iframe
94-
src="https://demo.arcade.software/d1rO0YLeMsrIt3Alb70E?embed&show_copy_link=true"
95-
title="Sharing a Project with a User"
96-
style={{
97-
position: 'absolute',
98-
top: 0,
99-
left: 0,
100-
width: '100%',
101-
height: '100%',
102-
colorScheme: 'light'
103-
}}
104-
frameborder="0"
105-
loading="lazy"
106-
webkitAllowFullScreen
107-
mozAllowFullScreen
108-
allowFullScreen
109-
allow="clipboard-write">
110-
</iframe>
111-
</div>
112-
113-
#### Restoring a version
114-
115-
Restoring the previous version will preserve the current version, then load the changes from the version you're restoring. Before restoration, you may want to view the changes in the previous version. To do this, select the **Peek** option, which opens the previous version in a new tab.
116-
117-
![restore-version.png](imgs/restore-version.png)
118-
119-
### Snapshots
120-
121-
Snapshots are automatic saves of your project's state as you build it. They allow you to **Peek** or **Revert** to a previous state of the project if needed.
122-
123-
:::info
124-
125-
Users on the *Free* and *Standard* plans can access only one day of snapshots.
126-
127-
:::
77+
Understand the crucial concepts of project history, such as saving and versioning [here](#).
12878

12979
## 7. Project comments
13080

0 commit comments

Comments
 (0)