From d4f07db426f6c372fc4fbdeed5c2ec463697801b Mon Sep 17 00:00:00 2001 From: David Weber Date: Fri, 22 Dec 2023 18:06:02 +0100 Subject: [PATCH] chore: add wsdl plugin Signed-off-by: David Weber --- microsite/data/plugins/api-wsdl.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 microsite/data/plugins/api-wsdl.yaml diff --git a/microsite/data/plugins/api-wsdl.yaml b/microsite/data/plugins/api-wsdl.yaml new file mode 100644 index 0000000000..6523531f1d --- /dev/null +++ b/microsite/data/plugins/api-wsdl.yaml @@ -0,0 +1,10 @@ +--- +title: WSDL / SOAP viewer +author: dweber019 +authorUrl: https://github.com/dweber019 +category: Discovery +description: An API docs extension to render WSDL / SOAP web services human readable. +documentation: https://github.com/dweber019/backstage-plugin-api-docs-module-wsdl +iconUrl: https://raw.githubusercontent.com/dweber019/backstage-plugin-api-docs-module-wsdl/main/docs/logo.png +npmPackageName: '@dweber019/backstage-plugin-api-docs-module-wsdl' +addedDate: '2023-12-22'