Merge pull request #1815 from spotify/b/update-template-descriptions

chore(scaffolder): updating the wording for the sample templates
This commit is contained in:
Ben Lambert
2020-08-04 09:55:05 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -3,7 +3,7 @@ kind: Template
metadata:
name: create-react-app-template
title: Create React App Template
description: A template that scaffolds an applications using the Create React App (CRA) templater.
description: Create a new CRA website project
tags:
- Experimental
- React
@@ -3,7 +3,7 @@ kind: Template
metadata:
name: react-ssr-template
title: React SSR Template
description: Next.js application skeleton for creating isomorphic web applications.
description: Create a website powered with Next.js
tags:
- Recommended
- React
@@ -3,7 +3,7 @@ kind: Template
metadata:
name: springboot-template
title: Spring Boot GRPC Service
description: Standard Spring Boot (Java) microservice with recommended configuration for GRPC
description: Create a simple microservice using gRPC and Spring Boot Java
tags:
- Recommended
- Java