From 978d4ab5a25cae186f4a08b43c2eb6bdd362ca7d Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 1 Feb 2021 10:54:53 +0100 Subject: [PATCH 1/3] docs(software-templates): updating docs for storePath --- docs/features/software-templates/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/features/software-templates/index.md b/docs/features/software-templates/index.md index 898075cb08..026c3f4bfb 100644 --- a/docs/features/software-templates/index.md +++ b/docs/features/software-templates/index.md @@ -40,10 +40,9 @@ internally. After filling in these variables, you'll get some more fields to fill out which are required for Backstage usage: the owner (which is a `user` in the backstage -system), the `storePath` (which right now must be a GitHub Organisation or -GitHub user and a non-existing GitHub repository name in the format -`organisation/reponame`), and a GitHub team or user account which should be -granted admin access to the repository. +system), and the `storePath` which is a destination URL to create for the +provider for instance http://github.com/backstage/my-new-repository, or +https://gitlab.com/myorg/myrepo. ![Enter Backstage vars](../../assets/software-templates/template-picked-2.png) From 5d42c0421825f0f1e6d97cd4ff6bc989c8969cdb Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Mon, 1 Feb 2021 13:41:14 +0100 Subject: [PATCH 2/3] Update docs/features/software-templates/index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw --- docs/features/software-templates/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/index.md b/docs/features/software-templates/index.md index 026c3f4bfb..701b38276a 100644 --- a/docs/features/software-templates/index.md +++ b/docs/features/software-templates/index.md @@ -41,7 +41,7 @@ internally. After filling in these variables, you'll get some more fields to fill out which are required for Backstage usage: the owner (which is a `user` in the backstage system), and the `storePath` which is a destination URL to create for the -provider for instance http://github.com/backstage/my-new-repository, or +provider, for instance `https://github.com/backstage/my-new-repository`, or https://gitlab.com/myorg/myrepo. ![Enter Backstage vars](../../assets/software-templates/template-picked-2.png) From c0a5e2710aff50cc9c123e94d26351b280f2119c Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Mon, 1 Feb 2021 13:41:20 +0100 Subject: [PATCH 3/3] Update docs/features/software-templates/index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw --- docs/features/software-templates/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/index.md b/docs/features/software-templates/index.md index 701b38276a..12ce6e3ed3 100644 --- a/docs/features/software-templates/index.md +++ b/docs/features/software-templates/index.md @@ -42,7 +42,7 @@ After filling in these variables, you'll get some more fields to fill out which are required for Backstage usage: the owner (which is a `user` in the backstage system), and the `storePath` which is a destination URL to create for the provider, for instance `https://github.com/backstage/my-new-repository`, or -https://gitlab.com/myorg/myrepo. +`https://gitlab.com/myorg/myrepo`. ![Enter Backstage vars](../../assets/software-templates/template-picked-2.png)