Skip to content

Commit 79543e0

Browse files
committed
feat: remove latest version warning
1 parent 0247e1e commit 79543e0

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/docs/utils/fs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55

66
A file storage system is a system used to store and manage files. It's a crucial part of most applications, as it helps you create, read, update, store and delete files effectively. Leaf provides a simple and easy-to-use file storage system that allows you to work with files on your server or in the cloud.
77

8-
::: warning Docs version
9-
This documentation covers FS v2 and above. If you're using an older version, you can check the documentation [hosted here](https://v3.leafphp.dev/modules/fs/).
10-
:::
11-
128
## Installation
139

1410
You can quickly install Leaf's file storage system through composer or the leaf cli.

src/docs/utils/testing.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Testing helps you and your team build Leaf apps faster by making sure that new f
44

55
Since you might need to setup a project for rapid prototyping and deployment, we don't add any tests to the default Leaf installation. However, we have Alchemy, a user-friendly tool that simplifies your testing, code styling checks, and code coverage reports with a single command.
66

7-
::: warning Docs version
8-
This documentation covers Alchemy v2 and above. If you're using an older version, you can check the documentation [hosted here](https://v3.leafphp.dev/docs/tooling/testing.html).
9-
:::
10-
117
## Setting up
128

139
Leaf CLI will always ask if you want to add Alchemy to your project when you create a new project. If you already have a project and want to add Alchemy, you can do so by running the following command:

0 commit comments

Comments
 (0)