29 lines
611 B
YAML
29 lines
611 B
YAML
apiVersion: backstage.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: "the-mardown-converter"
|
|
description: "A markdown converter for AI agent responses"
|
|
tags:
|
|
- static
|
|
- website
|
|
- nginx
|
|
- ai
|
|
|
|
|
|
|
|
links:
|
|
# BEGIN TOOLZOO MANAGED LINK
|
|
- url: "http://temp-s-Appli-10Sn2ChTgPRj-245785280.us-east-1.elb.amazonaws.com"
|
|
title: Service URL
|
|
icon: web
|
|
# END TOOLZOO MANAGED LINK
|
|
annotations:
|
|
|
|
toolzoo.io/created-by: "user:default/towhitfield@proofpoint.com"
|
|
|
|
backstage.io/techdocs-ref: dir:.
|
|
spec:
|
|
type: website
|
|
owner: "group:default/seti"
|
|
lifecycle: experimental
|