From 493f8c50befb496bf0b8ac8e78124cd7d64e43c2 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Wed, 17 Apr 2024 19:52:44 +0200 Subject: [PATCH] [TASK] Remove Hint The same information is already contained in the general disclaimer --- Documentation/WritingDocForExtension/Index.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/WritingDocForExtension/Index.rst b/Documentation/WritingDocForExtension/Index.rst index 07751a79..e4dbd5a1 100644 --- a/Documentation/WritingDocForExtension/Index.rst +++ b/Documentation/WritingDocForExtension/Index.rst @@ -10,10 +10,6 @@ How to document an extension ============================ -.. hint:: - If your extension does not have a file :file:`EXT:my_extension/Documentation/guides.xml` - you should :ref:`migrate to the new PHP-based rendering `. - This chapter explains how to write documentation for a new extension. This guide uses the `example extension manual `__