From 370adbc9c2acb28b9279a4f1d05a36365ac32978 Mon Sep 17 00:00:00 2001 From: RichieEscarez Date: Mon, 28 Jan 2019 15:55:14 -0800 Subject: [PATCH 1/3] add v0.1 release branch and provide some indication that the website is coming --- doc-releases.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc-releases.md b/doc-releases.md index 0045a933bc5..816c3889233 100644 --- a/doc-releases.md +++ b/doc-releases.md @@ -3,10 +3,17 @@ The following list shows the available versions of Knative documentation. Select the version that matches your installed version of Knative. -## Released versions +## Documentation website + +* `https://knative.dev` TBD ([in-progress](https://github.com/knative/docs/projects/5)) + +## `knative/docs` repositories + +### Released versions * [Branch: **`release-0.2`**](https://github.com/knative/docs/tree/release-0.2) +* [Branch: **`release-0.1`**](https://github.com/knative/docs/tree/release-0.1) -## In development (pre-release) version +### In development (pre-release) version * [Branch: **`master`**](https://github.com/knative/docs/tree/master) From 79c6e10c6f9168f7124f01a77a9c37d4048b3f5a Mon Sep 17 00:00:00 2001 From: Sam O'Dell <31352624+samodell@users.noreply.github.com> Date: Mon, 28 Jan 2019 16:00:23 -0800 Subject: [PATCH 2/3] Update doc-releases.md Co-Authored-By: RichieEscarez --- doc-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-releases.md b/doc-releases.md index 816c3889233..8153ff728ff 100644 --- a/doc-releases.md +++ b/doc-releases.md @@ -5,7 +5,7 @@ Select the version that matches your installed version of Knative. ## Documentation website -* `https://knative.dev` TBD ([in-progress](https://github.com/knative/docs/projects/5)) +* `https://knative.dev` ([Coming soon!](https://github.com/knative/docs/projects/5)) ## `knative/docs` repositories From 04d86ed9f7bdd772b47714a6cfb76577e583407a Mon Sep 17 00:00:00 2001 From: RichieEscarez Date: Mon, 28 Jan 2019 16:01:58 -0800 Subject: [PATCH 3/3] temporarily move the TBD link to the bottom --- doc-releases.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc-releases.md b/doc-releases.md index 8153ff728ff..face2139582 100644 --- a/doc-releases.md +++ b/doc-releases.md @@ -3,10 +3,6 @@ The following list shows the available versions of Knative documentation. Select the version that matches your installed version of Knative. -## Documentation website - -* `https://knative.dev` ([Coming soon!](https://github.com/knative/docs/projects/5)) - ## `knative/docs` repositories ### Released versions @@ -17,3 +13,7 @@ Select the version that matches your installed version of Knative. ### In development (pre-release) version * [Branch: **`master`**](https://github.com/knative/docs/tree/master) + +## Documentation website + +* `https://knative.dev` ([Coming soon!](https://github.com/knative/docs/projects/5))