From 4b1e7e6401299121ea5dce39654c413d436cb4d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodil=20Bj=C3=B6rklund?= Date: Tue, 14 Sep 2021 15:13:53 +0200 Subject: [PATCH 1/3] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add alpha and beta release to roadmap Signed-off-by: Bodil Björklund --- docs/features/techdocs/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/features/techdocs/README.md b/docs/features/techdocs/README.md index b798742463..ff372ca2f4 100644 --- a/docs/features/techdocs/README.md +++ b/docs/features/techdocs/README.md @@ -60,6 +60,19 @@ providers are used. ## Project roadmap +### **Published versions** + +**Alpha release** ✅ - +[Milestone](https://github.com/backstage/backstage/milestone/16) + +- Alpha of TechDocs that you can use end to end - and contribute to. + +**Beta release** ✅ - + [Milestone](https://github.com/backstage/backstage/milestone/29) + + - TechDocs' recommended setup supports most environments (CI systems, cloud storage solutions, source control systems). + - [Instructions for upgrading from Alpha to Beta](https://github.com/backstage/backstage/blob/master/docs/features/techdocs/how-to-guides.md#how-to-migrate-from-techdocs-alpha-to-beta) + ### **Future work 🔮** **General Availability (GA) release** - From 047d0be7b6b3b5e63b51f15e9c744883714317d4 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 14 Sep 2021 17:49:10 +0200 Subject: [PATCH 2/3] docs: format techdocs readme Signed-off-by: Patrik Oldsberg --- docs/features/techdocs/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/features/techdocs/README.md b/docs/features/techdocs/README.md index ff372ca2f4..cbbf567b64 100644 --- a/docs/features/techdocs/README.md +++ b/docs/features/techdocs/README.md @@ -62,16 +62,17 @@ providers are used. ### **Published versions** -**Alpha release** ✅ - +**Alpha release** ✅ - [Milestone](https://github.com/backstage/backstage/milestone/16) - Alpha of TechDocs that you can use end to end - and contribute to. -**Beta release** ✅ - - [Milestone](https://github.com/backstage/backstage/milestone/29) +**Beta release** ✅ - +[Milestone](https://github.com/backstage/backstage/milestone/29) - - TechDocs' recommended setup supports most environments (CI systems, cloud storage solutions, source control systems). - - [Instructions for upgrading from Alpha to Beta](https://github.com/backstage/backstage/blob/master/docs/features/techdocs/how-to-guides.md#how-to-migrate-from-techdocs-alpha-to-beta) +- TechDocs' recommended setup supports most environments (CI systems, cloud + storage solutions, source control systems). +- [Instructions for upgrading from Alpha to Beta](https://github.com/backstage/backstage/blob/master/docs/features/techdocs/how-to-guides.md#how-to-migrate-from-techdocs-alpha-to-beta) ### **Future work 🔮** From 2d44dd81d77ab2743155f0f79161f5afa68a02cf Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Thu, 16 Sep 2021 13:56:25 +0200 Subject: [PATCH 3/3] Update docs/features/techdocs/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emma Indal Co-authored-by: Fredrik Adelöw Signed-off-by: Emma Indal --- docs/features/techdocs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/techdocs/README.md b/docs/features/techdocs/README.md index cbbf567b64..8fc60ea0d6 100644 --- a/docs/features/techdocs/README.md +++ b/docs/features/techdocs/README.md @@ -72,7 +72,7 @@ providers are used. - TechDocs' recommended setup supports most environments (CI systems, cloud storage solutions, source control systems). -- [Instructions for upgrading from Alpha to Beta](https://github.com/backstage/backstage/blob/master/docs/features/techdocs/how-to-guides.md#how-to-migrate-from-techdocs-alpha-to-beta) +- [Instructions for upgrading from Alpha to Beta](how-to-guides.md#how-to-migrate-from-techdocs-alpha-to-beta) ### **Future work 🔮**