|
1 | 1 | :navigation-title: FAQ |
2 | 2 | .. include:: /Includes.rst.txt |
3 | 3 |
|
4 | | -.. _introduction: |
5 | 4 | .. _site-package-benefits: |
| 5 | +.. _faq: |
6 | 6 |
|
7 | | -===================================== |
8 | | -Introduction into using site packages |
9 | | -===================================== |
10 | | - |
11 | | -A site package is a custom TYPO3 extension that contains files regarding the |
12 | | -theme and functionality of a site. |
13 | | - |
14 | | -For further reading see also: |
15 | | -:ref:`TYPO3 explained: Introduction into using site packages <t3coreapi:site-package-introduction>`. |
| 7 | +========================== |
| 8 | +Frequently asked questions |
| 9 | +========================== |
16 | 10 |
|
17 | 11 | .. contents:: |
18 | 12 |
|
@@ -49,19 +43,16 @@ When not to put files in a site package |
49 | 43 | ======================================= |
50 | 44 |
|
51 | 45 | If you are developing functionality that may need to be shared across multiple sites |
52 | | -or TYPO3 installations in the future, it is advisable to create a custom extension |
| 46 | +or TYPO3 installations in the future, it is advisable to create a |
| 47 | +:ref:`custom extension <t3start:create-own-extension>` |
53 | 48 | for that functionality instead. |
54 | 49 |
|
55 | | -.. todo: Add link to how to create a custom extension once documented in |
56 | | - Once https://github.com/TYPO3-Documentation/TYPO3CMS-Tutorial-GettingStarted/issues/450 |
57 | | - is resolved |
58 | | -
|
59 | 50 | .. _introduction-download: |
60 | 51 |
|
61 | 52 | Where to download the example site package |
62 | 53 | ========================================== |
63 | 54 |
|
64 | | -You can download the example site package use in this tutorial from GitHub: |
| 55 | +You can download the example site package used in this tutorial from GitHub: |
65 | 56 | https://github.com/TYPO3-Documentation/site_package |
66 | 57 |
|
67 | 58 | .. note:: |
|
0 commit comments