Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets
.. Extracted from EXT:site_package/composer.json

.. code-block:: json
:caption: EXT:site_package/composer.json
:caption: EXT:my-site-package/composer.json
:linenos:

{
"name": "t3docs/site-package",
"name": "myvendor/my-site-package",
"type": "typo3-cms-extension",
"description": "Example site package from the site package tutorial",
"require": {
Expand All @@ -20,7 +19,7 @@
},
"extra": {
"typo3/cms": {
"extension-key": "site_package"
"extension-key": "my_site_package"
},
"branch-alias": {
"dev-master": "13.0.x-dev"
Expand Down
7 changes: 0 additions & 7 deletions Documentation/CodeSnippets/codesnippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@
],

#code Snippets Extension Configuration
[
'action' => 'createCodeSnippet',
'sourceFile' => 'EXT:site_package/composer.json',
'targetFileName' => 'ExtensionConfiguration/ComposerJson.rst.txt',
'caption' => 'EXT:site_package/composer.json',
'showLineNumbers' => true
],
[
'action' => 'createCodeSnippet',
'sourceFile' => 'EXT:site_package/Configuration/Sets/SitePackage/config.yaml',
Expand Down
123 changes: 0 additions & 123 deletions Documentation/ExtensionInstallation/Index.rst

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.. Automatic screenshot: Remove this line if you want to manually change this file

.. figure:: /Images/AutomaticScreenshots/FlushFrontendCaches.png
:class: with-shadow

Flush the frontend cache after changing template files
Flush the frontend cache after changing template files
1 change: 0 additions & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ https://github.com/TYPO3-Documentation/site_package
Prerequisites/Index
CreatePages/Index
MinimalExample/Index
ExtensionInstallation/Index
Assets/Index
FluidTemplates/Index
ContentMapping/Index
Expand Down
Binary file modified Documentation/MinimalExample/AddSiteSet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading