Skip to content

Commit 7e19e46

Browse files
backstage-bits[bot]coreone
authored andcommitted
feat: Onboard service to Catalog
chore: Add mkdocs and move README
1 parent ffb8bf7 commit 7e19e46

File tree

5 files changed

+36
-9
lines changed

5 files changed

+36
-9
lines changed

Diff for: catalog-info.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
apiVersion: backstage.io/v1alpha1
3+
kind: Component
4+
metadata:
5+
name: python-cert_manager
6+
description: Python interface to the Sectigo Certificate Manager REST API
7+
tags:
8+
- cert_manager
9+
- certificate
10+
- python
11+
- sectigo
12+
annotations:
13+
github.com/project-slug: broadinstitute/python-cert_manager
14+
backstage.io/source-template: template:default/open-pr-with-catalog-entry
15+
backstage.io/techdocs-ref: dir:.
16+
spec:
17+
type: library
18+
lifecycle: production
19+
owner: devnull

Diff for: README.md renamed to docs/README.md

File renamed without changes.

Diff for: mkdocs.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
site_name: 'python-cert_manager Documentation'
3+
4+
nav:
5+
- Home: README.md
6+
7+
plugins:
8+
- techdocs-core

Diff for: poetry.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dynamic = [ "dependencies" ]
1111
keywords = ["sectigo", "comodo", "certificate"]
1212
license = { text = "BSD-3-Clause" }
1313
name = "cert_manager"
14-
readme = "README.md"
14+
readme = "docs/README.md"
1515
requires-python = ">=3.9,<4.0.0"
1616
version = "2.4.0"
1717

0 commit comments

Comments
 (0)