From cee1420eb727e8e81600dd7a3bc7fb4a2b4624f8 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Fri, 24 Nov 2023 12:37:25 +0530 Subject: [PATCH 1/2] Added hcp-consul to the microsite Signed-off-by: Abhishek --- microsite/data/plugins/hcp-consul.yaml | 10 ++++++++++ microsite/static/img/hcp-consul.svg | 17 +++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 microsite/data/plugins/hcp-consul.yaml create mode 100644 microsite/static/img/hcp-consul.svg diff --git a/microsite/data/plugins/hcp-consul.yaml b/microsite/data/plugins/hcp-consul.yaml new file mode 100644 index 0000000000..46af49e63d --- /dev/null +++ b/microsite/data/plugins/hcp-consul.yaml @@ -0,0 +1,10 @@ +--- +title: HCP Consul +author: Hashicorp +authorUrl: https://www.hashicorp.com/ +category: Infrastructure +description: View your HCP Consul clusters, services, instances in Backstage. +documentation: https://github.com/hashicorp-forge/backstage-plugin-hcp-consul/tree/main +iconUrl: img/hcp-consul.svg +npmPackageName: '@hashicorp/plugin-hcp-consul' +addedDate: '2023-11-24' diff --git a/microsite/static/img/hcp-consul.svg b/microsite/static/img/hcp-consul.svg new file mode 100644 index 0000000000..d84972585c --- /dev/null +++ b/microsite/static/img/hcp-consul.svg @@ -0,0 +1,17 @@ + +Consul Logo + + + + + + + + + + + + + + + From bf9104d91119816c125135bf6e9f5757c9f605db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Fri, 24 Nov 2023 15:25:52 +0100 Subject: [PATCH 2/2] Update microsite/data/plugins/hcp-consul.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- microsite/data/plugins/hcp-consul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/hcp-consul.yaml b/microsite/data/plugins/hcp-consul.yaml index 46af49e63d..6dabad582e 100644 --- a/microsite/data/plugins/hcp-consul.yaml +++ b/microsite/data/plugins/hcp-consul.yaml @@ -5,6 +5,6 @@ authorUrl: https://www.hashicorp.com/ category: Infrastructure description: View your HCP Consul clusters, services, instances in Backstage. documentation: https://github.com/hashicorp-forge/backstage-plugin-hcp-consul/tree/main -iconUrl: img/hcp-consul.svg +iconUrl: /img/hcp-consul.svg npmPackageName: '@hashicorp/plugin-hcp-consul' addedDate: '2023-11-24'