-
Notifications
You must be signed in to change notification settings - Fork 14
/
portal.yml
65 lines (65 loc) · 1.77 KB
/
portal.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: playbook
title: Playbook
description: Playbook is the first design system built for both Rails & React interfaces.
links:
- url: https://playbook.powerapp.cloud/
title: Playbook Production
icon: public
- url: https://staging.playbook.powerapp.cloud/
title: Playbook Staging
icon: build
- url: https://www.npmjs.com/package/playbook-ui
title: Playbook UI NPM Package
icon: public
- url: https://rubygems.org/gems/playbook_ui
title: Playbook UI Gem
icon: public
annotations:
backstage.io/techdocs-ref: dir:.
pagerduty.com/integration-key: aa4876104a614402c057d129aa5ccace
jenkins.io/github-folder: powerhome/playbook
spec:
owner: playbook-web
domain: ux
lifecycle: production
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: playbook-website
title: Playbook Website
description: Playbook's Rails website
links:
- url: https://playbook.powerapp.cloud/
title: Playbook Production
icon: public
- url: https://staging.playbook.powerapp.cloud/
title: Playbook Staging
icon: build
spec:
type: website
owner: playbook-web
lifecycle: production
system: playbook
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: playbook-ui
title: Playbook UI
description: Playbook UI is the library that provides both Rails and React components that adhere to the Playbook design system.
links:
- url: https://www.npmjs.com/package/playbook-ui
title: Playbook UI NPM Package
icon: public
- url: https://rubygems.org/gems/playbook_ui
title: Playbook UI Gem
icon: public
spec:
type: library
owner: playbook-web
lifecycle: production
system: playbook