diff --git a/backstage.yaml b/backstage.yaml index 255de3d..0c2a2c6 100644 --- a/backstage.yaml +++ b/backstage.yaml @@ -1,23 +1,20 @@ apiVersion: backstage.io/v1alpha1 -kind: Component +kind: website metadata: - name: design-system - title: Website for the SSB Design System - description: | - Public-facing website for the SSB Design System and Component Library + name: ssb-design-system + description: This is the repository for the website used to document the SSB component library. + links: + - title: SSB Design System + url: https://design.ssb.no/#/ tags: - - github-pages + - typescript - javascript - react + - scss annotations: github.com/project-slug: statisticsnorway/design-system - links: - https://design.ssb.no spec: type: website - system: SSBNO + system: SSBNO Design System owner: ssbno-developers lifecycle: production - dependsOn: - - component:component-library ----