Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: hookla
description: Hookla webhook delivery service.
annotations:
github.com/project-slug: widgetbot-io/hookla
backstage.io/techdocs-ref: dir:.
backstage.io/kubernetes-id: hookla
links:
- url: https://github.com/widgetbot-io/hookla
title: Source
icon: github
tags:
- side-projects
spec:
type: service
lifecycle: production
owner: group:side-projects
system: side-projects
15 changes: 15 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# hookla

Hookla webhook delivery service.

> This file is a Backstage TechDocs stub. Replace with real architecture / runbook content as you have time. Backstage will render this directory as the component documentation tab.

## Quick links

- [Source on GitHub](https://github.com/widgetbot-io/hookla)
- Owner: `group:side-projects`
- System: `side-projects`

## Where it runs

See the Kubernetes tab for live instances. The K8s plugin queries every configured cluster for workloads labelled `backstage.io/kubernetes-id: hookla`.
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
site_name: hookla
docs_dir: docs
plugins:
- techdocs-core
Loading