-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Task] Add chapter about TYPO3 Version and which to start
- Loading branch information
Kiebele
committed
Dec 6, 2024
1 parent
0a9bf17
commit 822fa77
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
:navigation-title: TYPO3 Version | ||
.. include:: /Includes.rst.txt | ||
.. _typo3-version: | ||
|
||
================================ | ||
TYPO3 Version and which to start | ||
================================ | ||
|
||
To get started with TYPO3, it’s recommended to use the latest Long-Term Support | ||
(LTS) version. LTS versions are stable, widely used and supported for an extended | ||
period, making them ideal for beginners and production environments. | ||
|
||
You can find more information about the latest TYPO3 versions, their features | ||
and support timelines `here <https://get.typo3.org/#download>`__. | ||
|
||
Using the latest version ensures you benefit from the most up-to-date tools and | ||
documentation! |