diff --git a/il-catalog-info.yaml b/il-catalog-info.yaml new file mode 100644 index 0000000..a9746cf --- /dev/null +++ b/il-catalog-info.yaml @@ -0,0 +1,14 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: epub.js + description: epubjs is a JavaScript library for rendering ePub documents in the browser, across many devices. + title: epub.js + tags: + - react + annotations: + github.com/project-slug: imaginelearning/epub.js +spec: + type: service + lifecycle: production + owner: litfam \ No newline at end of file diff --git a/il.yaml b/il.yaml new file mode 100644 index 0000000..fd7e990 --- /dev/null +++ b/il.yaml @@ -0,0 +1,12 @@ +# yaml-language-server: $schema=https://schema-validator.imaginelearning.tech/il.yaml/v2.0.json + +meta: + owner: litfam + trackingId: 87b2338d-3ea4-45cc-bd63-73d1f4a73a6c + +# catalog: + +spartanzBot: + fileChecker: + enabled: true + comment: true \ No newline at end of file