From a93fd63cb710e7c2ece5613b06ba650b8e588ece Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Wed, 5 Aug 2020 03:14:28 +0200 Subject: [PATCH] Update adding-templates.md --- docs/features/software-templates/adding-templates.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/features/software-templates/adding-templates.md b/docs/features/software-templates/adding-templates.md index e929ec4a97..1ba9668352 100644 --- a/docs/features/software-templates/adding-templates.md +++ b/docs/features/software-templates/adding-templates.md @@ -10,11 +10,11 @@ A simple `template.yaml` definition might look something like this: apiVersion: backstage.io/v1alpha1 kind: Template metadata: - # unique name per namespace for the template + # unique name per namespace for the template name: react-ssr-template - # title of the template + # title of the template title: React SSR Template - # a description of the template + # a description of the template description: Next.js application skeleton for creating isomorphic web applications. # some tags to display in the frontend tags: @@ -23,11 +23,11 @@ metadata: spec: # which templater key to use in the templaters builder templater: cookiecutter - # what does this template create + # what does this template create type: website - # if the template is not in the current directory where this definition is kept then specfiy + # if the template is not in the current directory where this definition is kept then specfiy path: './template' - # the schema for the form which is displayed in the frontend. + # the schema for the form which is displayed in the frontend. # should follow JSON schema for forms: https://jsonforms.io/ schema: required: