Skip to content

Commit

Permalink
Merge pull request #12 from RoadieHQ/add-tags-to-data
Browse files Browse the repository at this point in the history
add dummy tags
  • Loading branch information
kissmikijr authored Jan 26, 2022
2 parents 484f3e0 + 4e2d64e commit c40f945
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/components/employees-overview-component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
tags:
- java
- data
- demo
links:
- url: https://example.com/user
title: Examples Users
Expand Down
3 changes: 3 additions & 0 deletions examples/components/engineers-component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
name: all-engineers
title: All engineers
description: Engineers main website
tags:
- java
- demo
spec:
type: website
lifecycle: production
Expand Down
3 changes: 3 additions & 0 deletions examples/components/wayback-archive-component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ metadata:
description: Archive of the wayback machine
annotations:
github.com/project-slug: roadiehq/demo-data
tags:
- go
- demo
spec:
type: service
lifecycle: production
Expand Down
3 changes: 3 additions & 0 deletions examples/components/wayback-archive-ingestion-component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ metadata:
description: Ingestion subsystem of the Wayback Archive
annotations:
github.com/project-slug: roadiehq/demo-data
tags:
- kotlin
- demo
spec:
type: service
lifecycle: production
Expand Down
3 changes: 3 additions & 0 deletions examples/components/wayback-archive-storage-component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ metadata:
description: Storage subsystem of the Wayback Archive
annotations:
github.com/project-slug: roadiehq/demo-data
tags:
- java
- demo
spec:
type: service
lifecycle: production
Expand Down
3 changes: 3 additions & 0 deletions examples/components/wayback-search-component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ metadata:
annotations:
backstage.io/techdocs-ref: dir:../techdocs/wayback-search
github.com/project-slug: roadiehq/demo-data
tags:
- rust
- demo
spec:
type: service
lifecycle: production
Expand Down

0 comments on commit c40f945

Please sign in to comment.