From f7feaa381d8482001db8926ae66b9338555c6135 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 17 Feb 2026 11:58:54 +0100 Subject: [PATCH 1/3] Add FAQ Entry "The repository got moved and is no longer rendered" --- Documentation/Howto/WritingDocForExtension/FAQ.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Documentation/Howto/WritingDocForExtension/FAQ.rst b/Documentation/Howto/WritingDocForExtension/FAQ.rst index 90da5201..4288e976 100644 --- a/Documentation/Howto/WritingDocForExtension/FAQ.rst +++ b/Documentation/Howto/WritingDocForExtension/FAQ.rst @@ -28,6 +28,19 @@ If you are missing documentation for some extension versions we have a .. rst-class:: panel panel-default +The repository got moved and is no longer rendered +================================================== + +This can be fixed by following these steps: + +#. Inform us within the TYPO3 Slack channel `#typo3-documentation `__ +#. The docs team (we) need to remove your existing documentation. +#. The new repository needs to be registered. You can do that, but we can do as well if we know the new URL. +#. The docs team (we) need to approve the new repository. +#. You can re generate existing versions following: `Reregister versions `_ + +.. rst-class:: panel panel-default + Why Does the Documentation not provide a title? =============================================== From 290ccf5cc653f9af698737b6e4cba96c4951c8f7 Mon Sep 17 00:00:00 2001 From: Sarah McCarthy Date: Thu, 19 Feb 2026 13:16:28 +0100 Subject: [PATCH 2/3] [TASK] Language checks --- Documentation/Howto/WritingDocForExtension/FAQ.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/Howto/WritingDocForExtension/FAQ.rst b/Documentation/Howto/WritingDocForExtension/FAQ.rst index 4288e976..85a107ee 100644 --- a/Documentation/Howto/WritingDocForExtension/FAQ.rst +++ b/Documentation/Howto/WritingDocForExtension/FAQ.rst @@ -28,16 +28,16 @@ If you are missing documentation for some extension versions we have a .. rst-class:: panel panel-default -The repository got moved and is no longer rendered +The repository was moved and is no longer rendered ================================================== This can be fixed by following these steps: -#. Inform us within the TYPO3 Slack channel `#typo3-documentation `__ -#. The docs team (we) need to remove your existing documentation. -#. The new repository needs to be registered. You can do that, but we can do as well if we know the new URL. -#. The docs team (we) need to approve the new repository. -#. You can re generate existing versions following: `Reregister versions `_ +#. Inform us (the `Documentation Team `__) in the `#typo3-documentation `__ Slack channel +#. We will remove your existing documentation. +#. You need to register the new repository. Or inform us of the new URL and we can do this for you. +#. We will approve the new repository. +#. You can regenerate existing versions of the documentation by following: `Reregister versions `_ .. rst-class:: panel panel-default From 9ae1559b923b2b8ddabf205d85f5fa1df1fa5eb1 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sat, 21 Feb 2026 10:43:44 +0100 Subject: [PATCH 3/3] Apply suggestion from @linawolf --- Documentation/Howto/WritingDocForExtension/FAQ.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/Howto/WritingDocForExtension/FAQ.rst b/Documentation/Howto/WritingDocForExtension/FAQ.rst index 85a107ee..8a2a97a5 100644 --- a/Documentation/Howto/WritingDocForExtension/FAQ.rst +++ b/Documentation/Howto/WritingDocForExtension/FAQ.rst @@ -28,6 +28,9 @@ If you are missing documentation for some extension versions we have a .. rst-class:: panel panel-default + +.. _faq-for-extension-authors-moved: + The repository was moved and is no longer rendered ==================================================