Skip to content

Commit 3d684b5

Browse files
committed
[TASK] Rename FAQ part of introduction, move introduction info to start page
Releases: main, 13.4
1 parent 3829ee8 commit 3d684b5

File tree

2 files changed

+17
-20
lines changed

2 files changed

+17
-20
lines changed
Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
:navigation-title: FAQ
22
.. include:: /Includes.rst.txt
33

4-
.. _introduction:
54
.. _site-package-benefits:
5+
.. _faq:
66

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+
==========================
1610

1711
.. contents::
1812

@@ -49,19 +43,16 @@ When not to put files in a site package
4943
=======================================
5044

5145
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>`
5348
for that functionality instead.
5449

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-
5950
.. _introduction-download:
6051

6152
Where to download the example site package
6253
==========================================
6354

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:
6556
https://github.com/TYPO3-Documentation/site_package
6657

6758
.. note::

Documentation/Index.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
.. include:: /Includes.rst.txt
2+
.. _introduction:
23
.. _start:
34

45
===========================
56
TYPO3 site package tutorial
67
===========================
78

9+
A site package is a custom :ref:`TYPO3 extension <t3start:concepts-extensions>`
10+
that contains files regarding the theme and functionality of a site.
11+
812
This tutorial describes step by step how to come from your first TYPO3
913
installation to the first basic site.
1014

11-
A working copy of the site package extension can be retrieved from the
12-
`TYPO3CMS-Tutorial-SitePackage-Code`_ repository.
15+
You can download the example site package used in this tutorial from GitHub:
16+
https://github.com/TYPO3-Documentation/site_package
1317

14-
.. _TYPO3CMS-Tutorial-SitePackage-Code: https://github.com/TYPO3-Documentation/TYPO3CMS-Tutorial-SitePackage-Code/tree/main
18+
.. note::
19+
The example site package is structured for educational purposes and is
20+
not intended for use in production environments.
1521

1622
----
1723

@@ -155,7 +161,7 @@ A working copy of the site package extension can be retrieved from the
155161
MainMenuCreation/Index
156162
SiteSets/Index
157163
ExtensionConfiguration/Index
158-
Introduction/Index
164+
Faq/Index
159165
Summary/Index
160166

161167
.. toctree::

0 commit comments

Comments
 (0)