From aed801ad5a565c750fcbb0b1dbb9e8bf784a960d Mon Sep 17 00:00:00 2001 From: Joe Porpeglia Date: Tue, 19 Apr 2022 22:01:58 -0400 Subject: [PATCH] Update READMEs for todo-list plugin packages Signed-off-by: Joe Porpeglia --- contrib/plugins/todo-list-backend/README.md | 10 ++-------- contrib/plugins/todo-list-common/README.md | 4 +--- contrib/plugins/todo-list/README.md | 8 +------- 3 files changed, 4 insertions(+), 18 deletions(-) diff --git a/contrib/plugins/todo-list-backend/README.md b/contrib/plugins/todo-list-backend/README.md index 07adc0755a..e80dd3a4e7 100644 --- a/contrib/plugins/todo-list-backend/README.md +++ b/contrib/plugins/todo-list-backend/README.md @@ -1,9 +1,3 @@ -# todo-list +# todo-list-backend -Welcome to the todo-list backend plugin! - -_This plugin was created through the Backstage CLI_ - -## Getting started - -// TODO(vinzscam): replace this +This package provides a starting point to demonstrate how plugin authors can use the Backstage permission framework. Refer to the documentation (TODO(joeporpeglia) add link) to get started. diff --git a/contrib/plugins/todo-list-common/README.md b/contrib/plugins/todo-list-common/README.md index b5d4faa9ba..6678676d88 100644 --- a/contrib/plugins/todo-list-common/README.md +++ b/contrib/plugins/todo-list-common/README.md @@ -1,5 +1,3 @@ # todo-list-common -Welcome to the todo-list-common plugin! - -_This plugin was created through the Backstage CLI_ +This package provides a starting point to demonstrate how plugin authors can use the Backstage permission framework. Refer to the documentation (TODO(joeporpeglia) add link) to get started. diff --git a/contrib/plugins/todo-list/README.md b/contrib/plugins/todo-list/README.md index 288782874a..5f2064bd9d 100644 --- a/contrib/plugins/todo-list/README.md +++ b/contrib/plugins/todo-list/README.md @@ -1,9 +1,3 @@ # todo-list -Welcome to the todo-list plugin! - -_This plugin was created through the Backstage CLI_ - -## Getting started - -// TODO(vinzscam): replace this +This package provides a starting point to demonstrate how plugin authors can use the Backstage permission framework. Refer to the documentation (TODO(joeporpeglia) add link) to get started.