From 50416e5bdc4af25754765f0bf0cd5d2d2be50e66 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:54:30 +0200 Subject: [PATCH] [DOCS] Link extensions documentation from packagist and other tools By providing the support->docs section in the composer.json your extensions documentation is automatically linked from packagist and any place it is mentioned in the TYPO3 documentation. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 570284d..01b0b87 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,7 @@ "description": "Additional password validators for usage in TYPO3 password policies", "homepage": "https://github.com/derhansen/add_pwd_policy", "support": { + "docs": "https://github.com/derhansen/add_pwd_policy/blob/main/README.md", "issues": "https://github.com/derhansen/add_pwd_policy/issues" }, "authors": [