From 30e8e61f2bb0e48703f3dc989147cb8e8c382e95 Mon Sep 17 00:00:00 2001 From: Adam Harvey <33203301+adamdmharvey@users.noreply.github.com> Date: Sat, 10 Jan 2026 16:24:05 -0500 Subject: [PATCH] chore: Remove missing plugin references Signed-off-by: Adam Harvey <33203301+adamdmharvey@users.noreply.github.com> --- app-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app-config.yaml b/app-config.yaml index 54ece44da3..ac66d223b4 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -189,15 +189,9 @@ catalog: target: ../catalog-model/examples/acme-corp.yaml rules: - allow: [User, Group] - # Example component for github-actions and TechDocs - - type: file - target: ../../plugins/github-actions/examples/sample.yaml # Example component for TechDocs - type: file target: ../../plugins/techdocs-backend/examples/documented-component/catalog-info.yaml - # Example component for ADRs - - type: file - target: ../../plugins/adr/examples/component/catalog-info.yaml # Backstage example templates - type: file target: ../../plugins/scaffolder-backend/sample-templates/all-templates.yaml