From 0ec8703c30de219bddc8e7fe526274aeb0aeb8da Mon Sep 17 00:00:00 2001 From: Frida Jacobsson Date: Thu, 7 Dec 2023 14:52:17 +0100 Subject: [PATCH 1/2] Added the Readme plugin to the Directory. The new Readme plugin has been added to the plugin Directory at backstage.io. Signed-off-by: Frida Jacobsson --- microsite/data/plugins/readme.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 microsite/data/plugins/readme.yaml diff --git a/microsite/data/plugins/readme.yaml b/microsite/data/plugins/readme.yaml new file mode 100644 index 0000000000..695e358e00 --- /dev/null +++ b/microsite/data/plugins/readme.yaml @@ -0,0 +1,11 @@ +--- +title: Readme +author: AxisCommunications +authorUrl: https://github.com/AxisCommunications +category: Metadata +description: The Readme-plugin enables easy access and viewing of the README.md file in your entity overview. +documentation: https://github.com/AxisCommunications/backstage-plugins/blob/main/plugins/readme/README.md +iconUrl: https://github.com/AxisCommunications/backstage-plugins/blob/main/plugins/readme/media/readme.png +npmPackageName: '@axis-backstage/plugin-readme' +addedDate: '2023-12-07' + From 35084871f3ca57131d0740f19a601871763f890a Mon Sep 17 00:00:00 2001 From: Frida Jacobsson Date: Fri, 8 Dec 2023 09:32:15 +0100 Subject: [PATCH 2/2] Run prettier Signed-off-by: Frida Jacobsson --- microsite/data/plugins/readme.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/microsite/data/plugins/readme.yaml b/microsite/data/plugins/readme.yaml index 695e358e00..4680fa5841 100644 --- a/microsite/data/plugins/readme.yaml +++ b/microsite/data/plugins/readme.yaml @@ -3,9 +3,8 @@ title: Readme author: AxisCommunications authorUrl: https://github.com/AxisCommunications category: Metadata -description: The Readme-plugin enables easy access and viewing of the README.md file in your entity overview. +description: The Readme-plugin enables easy access and viewing of the README.md file in your entity overview. documentation: https://github.com/AxisCommunications/backstage-plugins/blob/main/plugins/readme/README.md iconUrl: https://github.com/AxisCommunications/backstage-plugins/blob/main/plugins/readme/media/readme.png npmPackageName: '@axis-backstage/plugin-readme' addedDate: '2023-12-07' -