Merge branch 'master' of github.com:spotify/backstage into shmidt-i/load-scaffolder-templates-from-api

This commit is contained in:
Ivan Shmidt
2020-06-20 12:58:35 +02:00
63 changed files with 1477 additions and 547 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
{
"name": "@backstage/plugin-scaffolder",
"version": "0.1.1-alpha.9",
"main": "dist/index.esm.js",
"main:src": "src/index.ts",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": false,
@@ -20,6 +20,7 @@ import {
Content,
ContentHeader,
Header,
SupportButton,
Page,
pageTheme,
useApi,
@@ -60,7 +61,7 @@ const ScaffolderPage: React.FC<{}> = () => {
pageTitleOverride="Create a new component"
title={
<>
Create a new component <Lifecycle alpha shorthand />{' '}
Create a new component <Lifecycle alpha shorthand />
</>
}
subtitle="Create new software components using standard templates"
@@ -75,6 +76,11 @@ const ScaffolderPage: React.FC<{}> = () => {
>
Register existing component
</Button>
<SupportButton>
Create new software components using standard templates. Different
templates create different kinds of components (services, websites,
documentation, ...).
</SupportButton>
</ContentHeader>
<Typography variant="body2" paragraph style={{ fontStyle: 'italic' }}>
<strong>NOTE!</strong> This feature is WIP. You can follow progress{' '}