Skip to content

Commit

Permalink
docs: add deps in catalog (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jun 12, 2023
1 parent 19fe31d commit dccb76f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
16 changes: 15 additions & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,25 @@ apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: acr-loader
description: Loads data from ACRCloud's broadcast monitoring and stores it in ownCloud.
title: ACR Loader
description: |
Loads data from ACRCloud's broadcat monitoring service and stores it
in our ownCloud instance and/or MinIO service. Runs as a cronjob and
is scheduled to run once per day.
annotations:
backstage.io/techdocs-ref: dir:.
github.com/project-slug: radiorabe/acr-loader
links:
- url: https://share.rabe.ch/f/580626
title: ownCloud
- url: https://minio.service.int.rabe.ch/browser/acrcloud.raw
title: MinIO Bucket
spec:
type: service
lifecycle: experimental
owner: it-reaktion
dependsOn:
- component:default/python-minimal
- component:default/acrclient
- component:default/minio
- component:default/owncloud
10 changes: 10 additions & 0 deletions docs/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/* set primary color */
:root {
--md-primary-fg-color: #00C9BF;
--md-accent-fg-color: #00C9BF;
}

/* make code selectable on main */
.highlight .o {
user-select: none;
}

0 comments on commit dccb76f

Please sign in to comment.