Replace broken icon for the api-docs plugin

Closes #3330

I would guess that https://github.com/vscode-icons/vscode-icons is a more stable location for an icon.
This commit is contained in:
Oliver Sand
2020-11-19 11:38:36 +01:00
parent b7f38b3909
commit ef8dff2cbe
+1 -1
View File
@@ -5,5 +5,5 @@ authorUrl: https://sda.se/
category: Discovery
description: Components to discover and display API entities as an extension to the catalog plugin.
documentation: https://github.com/backstage/backstage/blob/master/plugins/api-docs/README.md
iconUrl: https://thecoders.io/wp-content/uploads/2019/11/tech-swagger.svg
iconUrl: https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_swagger.svg
npmPackageName: '@backstage/plugin-api-docs'