Skip to content

Commit

Permalink
adds catalog info
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbranham committed Mar 31, 2024
1 parent 69a47a8 commit c94116d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
17 changes: 17 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: backstage.io/v1beta1
kind: Component
metadata:
name: mainbot-github-action
title: Mainbot GitHub Action
description: Document Uploader for Mainbot. Upload changed documents on each push to your repository.
annotations:
github.com/project-slug: savantly-net/mainbot-github-action
backstage.io/techdocs-ref: dir:.
links:
- url: https://github.com/savantly-net/mainbot-github-action
title: Repository
spec:
type: service
lifecycle: experimental
owner: savantly
providesApis: []
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Mainbot Github Action

8 changes: 8 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
site_name: "Mainbot GitHub Action"
site_description: Document Uploader for Mainbot. Upload changed documents on each push to your repository.
repo_url: https://github.com/savantly-net/mainbot-github-action
docs_dir: ./docs


plugins:
- techdocs-core

0 comments on commit c94116d

Please sign in to comment.