diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..a38c11c --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,6 @@ +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @Multiverse-io/lobsters will be requested for +# review when someone opens a pull request. + +* @Multiverse-io/lobsters diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..dde2ae4 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,18 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: ckeditor5-math + description: Math feature for CKEditor 5. + annotations: + github.com/project-slug: Multiverse-io/ckeditor5-math + backstage.io/techdocs-ref: dir:. + tags: + - typescript + - ckeditor5 + links: + - title: GitHub + url: https://github.com/Multiverse-io/ckeditor5-math +spec: + type: library + owner: lobsters + lifecycle: production