Created
November 22, 2020 19:42
-
-
Save jdanielnd/5576de611791e6b75014dd34d0f3beb3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: backstage.io/v1alpha1 | |
kind: Component | |
metadata: | |
name: backstage | |
description: An example of a Backstage application. | |
annotations: | |
backstage.io/techdocs-ref: dir:./ | |
# Example for optional annotations | |
# annotations: | |
# github.com/project-slug: backstage/backstage | |
# backstage.io/techdocs-ref: github:https://github.com/backstage/backstage.git | |
spec: | |
type: website | |
owner: [email protected] | |
lifecycle: experimental |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment