From 105c643c07b099e055444d385ec8367b0c34c4e5 Mon Sep 17 00:00:00 2001 From: Ori Zohar Date: Mon, 1 Feb 2021 11:10:26 -0800 Subject: [PATCH] Changes to publish rc.3 release in docs.dapr.io --- daprdocs/config.toml | 4 ++-- daprdocs/content/en/_index.md | 2 +- daprdocs/content/en/getting-started/install-dapr-cli.md | 2 +- .../content/en/getting-started/install-dapr-kubernetes.md | 2 +- daprdocs/content/en/getting-started/install-dapr-selfhost.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/daprdocs/config.toml b/daprdocs/config.toml index 1fea789e1..7dda6bf8a 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -92,8 +92,8 @@ version = "v0.11" archived_version = false [[params.versions]] - version = "v1.0-rc.2 (preview)" - url = "https://v1-rc2.docs.dapr.io" + version = "v1.0-rc.3 (preview)" + url = "https://v1-rc3.docs.dapr.io" [[params.versions]] version = "v0.11 (latest)" url = "#" diff --git a/daprdocs/content/en/_index.md b/daprdocs/content/en/_index.md index daa65ab4c..ab8b5afa1 100644 --- a/daprdocs/content/en/_index.md +++ b/daprdocs/content/en/_index.md @@ -7,5 +7,5 @@ type: docs Welcome to the Dapr documentation site! {{% alert title="New release candidate" color="primary" %}} -v1.0-rc.2 preview is now available to download and test as part of the upcoming Dapr v1.0 release. Visit the [v1.0-rc.2 version of the docs](https://v1-rc2.docs.dapr.io) if you would like to upgrade and use the latest preview version. +v1.0-rc.3 preview is now available to download and test as part of the upcoming Dapr v1.0 release. Visit the [v1.0-rc.3 version of the docs](https://v1-rc3.docs.dapr.io) if you would like to upgrade and use the latest preview version. {{% /alert %}} diff --git a/daprdocs/content/en/getting-started/install-dapr-cli.md b/daprdocs/content/en/getting-started/install-dapr-cli.md index de3ecf74e..6ef85298a 100644 --- a/daprdocs/content/en/getting-started/install-dapr-cli.md +++ b/daprdocs/content/en/getting-started/install-dapr-cli.md @@ -14,7 +14,7 @@ You can learn more about the CLI and available commands in the [CLI reference do Begin by downloading and installing the latest version of the Dapr CLI: {{% alert title="Note" color="warning" %}} -This command downloads and install Dapr CLI v0.11. To install the latest preview release, please visit the [v1.0-rc2 version of this page](https://v1-rc2.docs.dapr.io/getting-started/install-dapr-cli/). +This command downloads and install Dapr CLI v0.11. To install the latest preview release, please visit the [v1.0-rc3 version of this page](https://v1-rc3.docs.dapr.io/getting-started/install-dapr-cli/). {{% /alert %}} {{< tabs Linux Windows MacOS Binaries>}} diff --git a/daprdocs/content/en/getting-started/install-dapr-kubernetes.md b/daprdocs/content/en/getting-started/install-dapr-kubernetes.md index 523de1e0b..8f48b5de0 100644 --- a/daprdocs/content/en/getting-started/install-dapr-kubernetes.md +++ b/daprdocs/content/en/getting-started/install-dapr-kubernetes.md @@ -40,7 +40,7 @@ Both the Dapr CLI and the Dapr Helm chart automatically deploy with affinity for You can install Dapr to a Kubernetes cluster using the [Dapr CLI]({{< ref install-dapr-cli.md >}}). {{% alert title="Release candidate" color="warning" %}} -This command downloads and installs Dapr runtime v0.11. To install v1.0-rc2 preview, the release candidate for the upcoming v1.0 release please visit the [v1.0-rc2 docs version of this page](https://v1-rc1.docs.dapr.io/getting-started/install-dapr-kubernetes/). Note you will need to ensure you are also using the preview version of the CLI (instructions to install the latest preview CLI can be found [here](https://v1-rc2.docs.dapr.io/getting-started/install-dapr-cli/)). +This command downloads and installs Dapr runtime v0.11. To install v1.0-rc3 preview, the release candidate for the upcoming v1.0 release please visit the [v1.0-rc3 docs version of this page](https://v1-rc1.docs.dapr.io/getting-started/install-dapr-kubernetes/). Note you will need to ensure you are also using the preview version of the CLI (instructions to install the latest preview CLI can be found [here](https://v1-rc3.docs.dapr.io/getting-started/install-dapr-cli/)). {{% /alert %}} ### Install Dapr diff --git a/daprdocs/content/en/getting-started/install-dapr-selfhost.md b/daprdocs/content/en/getting-started/install-dapr-selfhost.md index 5b2c14b9c..bc879cb57 100644 --- a/daprdocs/content/en/getting-started/install-dapr-selfhost.md +++ b/daprdocs/content/en/getting-started/install-dapr-selfhost.md @@ -19,7 +19,7 @@ In addition, the default initialization process also creates a development envir 1. Running a **Dapr placement service container instance** for local actor support {{% alert title="Dapr release candidate" color="warning" %}} -This page provides instructions for installing Dapr runtime v0.11. To install v1.0-rc2 preview, the release candidate for the upcoming v1.0 release please visit the [v1.0-rc2 docs version of this page](https://v1-rc1.docs.dapr.io/getting-started/install-dapr-selfhost/). Note you will need to ensure you are also using the preview version of the CLI (instructions to install the latest preview CLI can be found [here](https://v1-rc2.docs.dapr.io/getting-started/install-dapr-cli/)). +This page provides instructions for installing Dapr runtime v0.11. To install v1.0-3 preview, the release candidate for the upcoming v1.0 release please visit the [v1.0-rc3 docs version of this page](https://v1-rc3.docs.dapr.io/getting-started/install-dapr-selfhost/). Note you will need to ensure you are also using the preview version of the CLI (instructions to install the latest preview CLI can be found [here](https://v1-rc3.docs.dapr.io/getting-started/install-dapr-cli/)). {{% /alert %}} {{% alert title="Docker" color="primary" %}}