-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
--- |