From d58fdafe589b437fadac962d945f8f90cff376ad Mon Sep 17 00:00:00 2001 From: Johnnadel Salita Uy Date: Thu, 10 Oct 2024 13:35:56 +0200 Subject: [PATCH] Create backstage yaml (#2940) * Add a backstage yaml for mimir * Fix system name * Add more configuration for backstage * Description in english * Rephrasing and rename --- backstage.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 backstage.yaml diff --git a/backstage.yaml b/backstage.yaml new file mode 100644 index 000000000..ca8906a27 --- /dev/null +++ b/backstage.yaml @@ -0,0 +1,21 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: mimir + description: | + Content Management Solution for ssb.no + links: + - title: Enonic Admin + url: https://ssb-xp7p-admin.enonic.cloud/xp/admin/tool + tags: + - typescript + - javascript + - react + - enonic-xp + annotations: + github.com/project-slug: statisticsnorway/mimir +spec: + type: website + system: SSBNO + owner: ssbno-developers + lifecycle: production