From 9f57d057f5101c6194cdc6e31209de82236d49f3 Mon Sep 17 00:00:00 2001 From: Kumar Anirudha Date: Sat, 25 Apr 2026 22:37:35 +0530 Subject: [PATCH] chore(plugins): remove documentation-plugin (repo 404) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The upstream repo `danielrosehill/documentation-plugin` returned a 404 during the weekly audit — it has been deleted or made private. --- plugins/documentation-plugin.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 plugins/documentation-plugin.json diff --git a/plugins/documentation-plugin.json b/plugins/documentation-plugin.json deleted file mode 100644 index 9634c7b..0000000 --- a/plugins/documentation-plugin.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "documentation-plugin", - "source": { - "source": "github", - "repo": "danielrosehill/documentation-plugin" - }, - "description": "Documentation generation, technical writing, README creation, and documentation management workflows", - "version": "1.0.0", - "author": { - "username": "danielrosehill", - "name": "Daniel Rosehill" - }, - "category": "documentation", - "tags": [ - "commands" - ], - "license": "MIT" -}