File tree 2 files changed +26
-0
lines changed
backstage-app/backstage101/examples
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : backstage.io/v1alpha1
2
+ kind : Location
3
+ metadata :
4
+ name : example-templates
5
+ description : A collection of all Backstage example templates
6
+ spec :
7
+ targets :
8
+ - ./remote-templates.yaml
9
+ # For local development of a template, you can reference your local templates here.
10
+ # Examples:
11
+ #
12
+ # - ./local-template/template.yaml
13
+ # - ../all-templates/local/template.yaml
Original file line number Diff line number Diff line change
1
+ apiVersion : backstage.io/v1alpha1
2
+ kind : Location
3
+ metadata :
4
+ name : example-templates-remote
5
+ description : A collection of remotely available Backstage example templates
6
+ spec :
7
+ type : url
8
+ targets :
9
+ - https://github.com/backstage/software-templates/blob/main/scaffolder-templates/create-react-app/template.yaml
10
+ - https://github.com/backstage/software-templates/blob/main/scaffolder-templates/docs-template/template.yaml
11
+ - https://github.com/backstage/software-templates/blob/main/scaffolder-templates/pull-request/template.yaml
12
+ - https://github.com/backstage/software-templates/blob/main/scaffolder-templates/react-ssr-template/template.yaml
13
+ - https://github.com/backstage/software-templates/blob/main/scaffolder-templates/springboot-grpc-template/template.yaml
You can’t perform that action at this time.
0 commit comments