Skip to content

Commit

Permalink
[FEATURE] Document site sets (#4378)
Browse files Browse the repository at this point in the history
* [FEATURE] Document site sets

Releases: main
Resolves: TYPO3-Documentation/Changelog-To-Doc#912, TYPO3-Documentation/Changelog-To-Doc#889
References: TYPO3-Documentation/Changelog-To-Doc#890,

* Apply suggestions from code review

Co-authored-by: Garvin Hicking <blog@garv.in>

* Update Documentation/ApiOverview/SiteHandling/SiteSets.rst

* Apply suggestions from code-review

* Apply suggestions from code-review

* Apply suggestions from code-review

---------

Co-authored-by: Garvin Hicking <blog@garv.in>
  • Loading branch information
linawolf and garvinhicking authored May 6, 2024
1 parent 4759bf6 commit 47e0689
Show file tree
Hide file tree
Showing 11 changed files with 487 additions and 20 deletions.
41 changes: 21 additions & 20 deletions Documentation/ApiOverview/SiteHandling/Index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. include:: /Includes.rst.txt
.. index:: Site handling
.. _sitehandling:
.. include:: /Includes.rst.txt
.. index:: Site handling
.. _sitehandling:

=============
Site handling
Expand All @@ -10,21 +10,22 @@ The site handling defines entry points to the frontend sites of a
TYPO3 instance, their languages and routing details. This chapter walks
through the features of the module and goes into API and programming details.

.. toctree::
:titlesonly:
.. toctree::
:titlesonly:

Basics
CreateNew
BaseVariants
AddLanguages
ErrorHandling/Index
ErrorHandling/WriteCustomErrorHandler
StaticRoutes
UsingEnvVars
UseSiteInTypoScript
UseSiteInConditions
UseSiteInTCA
SiteSettings
CliTools
AccessingSiteConfiguration
ExtendingSiteConfig
Basics
CreateNew
BaseVariants
AddLanguages
ErrorHandling/Index
ErrorHandling/WriteCustomErrorHandler
StaticRoutes
UsingEnvVars
UseSiteInTypoScript
UseSiteInConditions
UseSiteInTCA
SiteSettings
SiteSets
CliTools
AccessingSiteConfiguration
ExtendingSiteConfig
Loading

0 comments on commit 47e0689

Please sign in to comment.