Skip to content

Commit e5e94bd

Browse files
feat: Onboard service to Catalog (#247)
chore: Add mkdocs and move README Co-authored-by: backstage-bits[bot] <148637103+backstage-bits[bot]@users.noreply.github.com>
1 parent ffb8bf7 commit e5e94bd

File tree

5 files changed

+36
-9
lines changed

5 files changed

+36
-9
lines changed

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

README.md docs/README.md

File renamed without changes.

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

poetry.lock

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

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)