From 3846bcd61da338e9eaaf83e7ed0234a12b099b72 Mon Sep 17 00:00:00 2001 From: Emilien Escalle Date: Mon, 13 Oct 2025 21:12:03 +0200 Subject: [PATCH] chore: remove useless ghadocs config Signed-off-by: Emilien Escalle --- .ghadocs.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .ghadocs.json diff --git a/.ghadocs.json b/.ghadocs.json deleted file mode 100644 index ef434fd..0000000 --- a/.ghadocs.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "paths": { - "action": "action.yml", - "readme": "README.md" - }, - "show_logo": true, - "versioning": { - "enabled": true, - "override": "", - "prefix": "v", - "branch": "main" - }, - "owner": "hoverkraft-tech", - "repo": "compose-action", - "title_prefix": "GitHub Action: ", - "prettier": true -}