-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Align with new TYPO3 documentation standards (#2831)
- Loading branch information
1 parent
a24f043
commit 5fc785d
Showing
3 changed files
with
42 additions
and
25 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
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,12 @@ | ||
# Documentation of Rector for TYPO3 | ||
|
||
1. [Examples in action](examples_in_action.md) | ||
2. [Overview of all rules](all_rectors_overview.md) | ||
3. [Installation](installation.md) | ||
4. [Configuration and Processing](configuration_and_processing.md) | ||
5. [Best practice guide](best_practice_guide.md) | ||
6. [Beyond PHP - Entering the realm of FileProcessors](beyond_php_file_processors.md) | ||
7. [Limitations](limitations.md) | ||
8. [Contribution](contribution.md) | ||
|
||
Please also have a look at the documentation for [Rector](https://github.com/rectorphp/rector) itself. |