Skip to content

Commit 2b7bbb8

Browse files
committed
[TASK] Add contents menu to pages
Releases: main, 13.4
1 parent 4e65f2c commit 2b7bbb8

File tree

14 files changed

+28
-3
lines changed

14 files changed

+28
-3
lines changed

Documentation/Assets/Index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ symlinked into :path:`public/_assets/<some hash>`.
2121

2222
Read more about assets in :ref:`Getting started, assets <t3start:assets>`.
2323

24+
.. contents::
25+
2426
.. _theme-example:
2527

2628
The example theme
@@ -66,8 +68,8 @@ In a later step, you can use `npm <https://www.npmjs.com/>`__ (Node Package
6668
Manager) to manage your JavaScript and CSS dependencies locally. We also
6769
recommend using a JavaScript bundler like `Vite <https://vite.dev/>`__.
6870

69-
If you decide to use a frontend bundler, make sure that the resulting asset
70-
files are placed in a publicly available folder, like :path:`Resources/Public`
71+
If you decide to use a frontend bundler, make sure that the resulting asset
72+
files are placed in a publicly available folder, like :path:`Resources/Public`
7173
in your site package.
7274

7375
There are also TYPO3 extensions like :composer:`praetorius/vite-asset-collector`

Documentation/ContentMapping/AddContent.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ now look like this:
2727

2828
.. include:: /Images/AutomaticScreenshots/ContentMappingPreviewPage.rst.txt
2929

30+
.. contents::
31+
3032
.. _cm-preview-page:
3133

3234
Preview page

Documentation/ContentMapping/Index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ with dummy content:
1414
.. literalinclude:: _codesnippets/_SectionMain.html
1515
:caption: Resources/Private/Templates/Pages/Default.html
1616

17+
.. contents::
18+
1719
.. _content-mapping-site-set:
1820

1921
Include the site sets of fluid-styled-content as dependency

Documentation/ContentMapping/SubpageLayout.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ variable :html:`{sidebarContent}`.
1515
You can compare your result to the example in our site extension:
1616
`TwoColumns.html <https://github.com/TYPO3-Documentation/TYPO3CMS-Tutorial-SitePackage-Code/blob/main/Resources/Private/Templates/Page/TwoColumns.html>`_.
1717

18+
.. contents::
1819

1920
.. _cm-switch_backend_layout:
2021

Documentation/CreatePages/Index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Create initial pages
99
To follow this tutorial you need to have a few pages in your page tree and some
1010
content elements on those pages. You also need a basic site configuration.
1111

12+
.. contents::
13+
1214
.. _load-example-data:
1315

1416
Load the example data automatically

Documentation/ExtensionConfiguration/Index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
Extension Configuration
88
=======================
99

10+
.. contents::
1011

1112
.. _extension-configuration-composer:
1213

Documentation/ExtensionInstallation/Index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ followed these steps:
1414

1515
:ref:`Installing TYPO3 with DDEV <t3start:installation-ddev-tutorial>`
1616

17+
.. contents::
18+
1719
.. _extension-installation_with_composer:
1820

1921
Install the site package you just created

Documentation/FluidTemplates/Index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ This chapter is based on the following steps:
2222
After this tutorial you have created Fluid templates and split them into
2323
manageable pieces.
2424

25+
.. contents::
26+
2527
.. _implement-templates-files:
2628
.. _the-page-layout-file:
2729
.. _create_template:

Documentation/Introduction/Index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ theme and functionality of a site.
1414
For further reading see also:
1515
:ref:`TYPO3 explained: Introduction into using site packages <t3coreapi:site-package-introduction>`.
1616

17+
.. contents::
18+
1719
.. _introduction-quickly:
1820

1921
How to get started quickly

Documentation/MainMenuCreation/Index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ A data processor (see :ref:`dataProcessing <t3tsref:dataProcessing>`) can be
1212
used to provide the data for the menu to the template and a Fluid template
1313
partial do define the view of the menu.
1414

15+
.. contents::
16+
1517
.. _add-menu-processor:
1618

1719
Use the data processor `menu`

0 commit comments

Comments
 (0)