Skip to content

Commit

Permalink
docs: fix color, add catalog (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Feb 18, 2024
1 parent 2533074 commit 434023f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
16 changes: 16 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: nowplaying
title: Nowplaging Service
description: |
The nowplaying daemon is the python server central to our songticker.
annotations:
backstage.io/techdocs-ref: dir:.
github.com/project-slug: radiorabe/nowplaying
spec:
type: service
lifecycle: production
owner: it-reaktion
system: rabe-songticker
4 changes: 3 additions & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: RaBe nowplaying
site_name: RaBe nowplaying Service
repo_url: https://github.com/radiorabe/nowplaying
repo_name: radiorabe/nowplaying

Expand All @@ -7,11 +7,13 @@ theme:
palette:
# Palette toggle for dark mode
- scheme: slate
primary: '#00c9bf'
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
primary: '#00c9bf'
toggle:
icon: material/brightness-7
name: Switch to dark mode
Expand Down

0 comments on commit 434023f

Please sign in to comment.