From bafac003fc8fd68022fff0697f714b34ba56efa1 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 13 Sep 2022 10:01:15 +0200 Subject: [PATCH] Remove warnings from documentation rendering (#71) Remove not used file. Adjust installation to respect changed official docs. --- Documentation/Installation.rst | 13 ++----------- Documentation/Introduction/Index.rst | 16 ---------------- Documentation/Settings.cfg | 6 +++--- 3 files changed, 5 insertions(+), 30 deletions(-) delete mode 100644 Documentation/Introduction/Index.rst diff --git a/Documentation/Installation.rst b/Documentation/Installation.rst index 626b6ec..19b3bda 100644 --- a/Documentation/Installation.rst +++ b/Documentation/Installation.rst @@ -4,17 +4,8 @@ Installation ============ -The extension can be installed via composer, -see `the package at packagist.org `_. -Further info is available at :ref:`t3install:install-extension-with-composer` from -TYPO3 installation guide. - -The extension can be installed via file system. -Download the corresponding version `at GitHub `_. -Unpack into :file:`typo3conf/ext/`. - -The extension needs to be activated via the "Extension Manager". -See :ref:`t3gettingstarted:extension-manager`. +The extension can be installed via composer, see :ref:`t3gettingstarted:extensions_management`. +The composer package can be found at `packagist.org `_. Integrators can include and configure TypoScript once it is installed and enabled. See :ref:`t3tsref:static-includes`. diff --git a/Documentation/Introduction/Index.rst b/Documentation/Introduction/Index.rst deleted file mode 100644 index 0df1e6d..0000000 --- a/Documentation/Introduction/Index.rst +++ /dev/null @@ -1,16 +0,0 @@ -.. include:: ../Includes.txt - -.. _introduction: - -============== -Introduction -============== - -.. _what-it-does: - -What does it do? -================ - -This TYPO3 extension is an example of best practices in continuous integration and automated code checks, also -writing unit and functional tests with PHPUnit in Extbase/Fluid-based extensions for TYPO3 CMS, and then running them -in a pipeline. diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 205948b..a392c73 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -47,6 +47,6 @@ project_repository = https://github.com/werkraum-media/thuecat # Example usage: # :ref:`t3contribute:start` will link to start page of Contribution Guide # ................................................................................. -t3install = https://docs.typo3.org/m/typo3/guide-installation/master/en-us/ -t3gettingstarted = https://docs.typo3.org/m/typo3/tutorial-getting-started/master/en-us/ -t3tsref = https://docs.typo3.org/m/typo3/reference-typoscript/master/en-us/ +t3install = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/ +t3gettingstarted = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/ +t3tsref = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/